{
    "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 Storage",
        "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": "storage"
        }
    ],
    "paths": {
        "/api/v1/storage/HitachiArrays": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiArray' resource.",
                "operationId": "GetStorageHitachiArrayList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiArray' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiArrays/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiArray' resource.",
                "operationId": "GetStorageHitachiArrayByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiArray' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiArrayByMoid": {
                                "operationId": "GetStorageHitachiArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "storage"
                ],
                "summary": "Update a 'storage.HitachiArray' resource.",
                "operationId": "UpdateStorageHitachiArray",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.HitachiArray"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.HitachiArray' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.HitachiArray' resource was modified as requested. The 'storage.HitachiArray' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiArrayByMoid": {
                                "operationId": "GetStorageHitachiArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "storage"
                ],
                "summary": "Update a 'storage.HitachiArray' resource.",
                "operationId": "PatchStorageHitachiArray",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.HitachiArray"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.HitachiArray' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.HitachiArray' resource was patched as requested. The 'storage.HitachiArray' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiArrayByMoid": {
                                "operationId": "GetStorageHitachiArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiControllers": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiController' resource.",
                "operationId": "GetStorageHitachiControllerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiController",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiController' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiController.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiControllers/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiController' resource.",
                "operationId": "GetStorageHitachiControllerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiController",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiController' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiController"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiControllerByMoid": {
                                "operationId": "GetStorageHitachiControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiDisks": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiDisk' resource.",
                "operationId": "GetStorageHitachiDiskList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiDisk' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiDisk.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiDisks/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiDisk' resource.",
                "operationId": "GetStorageHitachiDiskByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiDisk' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiDisk"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiDiskByMoid": {
                                "operationId": "GetStorageHitachiDiskByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiDisks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalParityGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalParityGroup' resource.",
                "operationId": "GetStorageHitachiExternalParityGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalParityGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiExternalParityGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalParityGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalParityGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalParityGroup' resource.",
                "operationId": "GetStorageHitachiExternalParityGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalParityGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiExternalParityGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalParityGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiExternalParityGroupByMoid": {
                                "operationId": "GetStorageHitachiExternalParityGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiExternalParityGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalPathGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalPathGroup' resource.",
                "operationId": "GetStorageHitachiExternalPathGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalPathGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiExternalPathGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalPathGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalPathGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalPathGroup' resource.",
                "operationId": "GetStorageHitachiExternalPathGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalPathGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiExternalPathGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalPathGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiExternalPathGroupByMoid": {
                                "operationId": "GetStorageHitachiExternalPathGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiExternalPathGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalStorageLuns": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalStorageLun' resource.",
                "operationId": "GetStorageHitachiExternalStorageLunList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalStorageLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiExternalStorageLun' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStorageLun.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalStorageLuns/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalStorageLun' resource.",
                "operationId": "GetStorageHitachiExternalStorageLunByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalStorageLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiExternalStorageLun' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStorageLun"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiExternalStorageLunByMoid": {
                                "operationId": "GetStorageHitachiExternalStorageLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiExternalStorageLuns/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalStoragePorts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalStoragePort' resource.",
                "operationId": "GetStorageHitachiExternalStoragePortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalStoragePort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiExternalStoragePort' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiExternalStoragePorts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiExternalStoragePort' resource.",
                "operationId": "GetStorageHitachiExternalStoragePortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiExternalStoragePort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiExternalStoragePort' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiExternalStoragePortByMoid": {
                                "operationId": "GetStorageHitachiExternalStoragePortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiExternalStoragePorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiHosts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiHost' resource.",
                "operationId": "GetStorageHitachiHostList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiHost",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiHost' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiHosts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiHost' resource.",
                "operationId": "GetStorageHitachiHostByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiHost",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiHost' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiHostByMoid": {
                                "operationId": "GetStorageHitachiHostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiHosts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiHostLuns": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiHostLun' resource.",
                "operationId": "GetStorageHitachiHostLunList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiHostLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiHostLun' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHostLun.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiHostLuns/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiHostLun' resource.",
                "operationId": "GetStorageHitachiHostLunByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiHostLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiHostLun' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHostLun"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiHostLunByMoid": {
                                "operationId": "GetStorageHitachiHostLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiHostLuns/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiNvmSubsystems": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiNvmSubsystem' resource.",
                "operationId": "GetStorageHitachiNvmSubsystemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiNvmSubsystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiNvmSubsystem' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiNvmSubsystem.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiNvmSubsystems/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiNvmSubsystem' resource.",
                "operationId": "GetStorageHitachiNvmSubsystemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiNvmSubsystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiNvmSubsystem' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiNvmSubsystem"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiNvmSubsystemByMoid": {
                                "operationId": "GetStorageHitachiNvmSubsystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiNvmSubsystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiParityGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiParityGroup' resource.",
                "operationId": "GetStorageHitachiParityGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiParityGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiParityGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiParityGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiParityGroup' resource.",
                "operationId": "GetStorageHitachiParityGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiParityGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiParityGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiParityGroupByMoid": {
                                "operationId": "GetStorageHitachiParityGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiParityGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiPools": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiPool' resource.",
                "operationId": "GetStorageHitachiPoolList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiPool",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiPool' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiPools/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiPool' resource.",
                "operationId": "GetStorageHitachiPoolByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiPool",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiPool' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiPoolByMoid": {
                                "operationId": "GetStorageHitachiPoolByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiPools/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiPorts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiPort' resource.",
                "operationId": "GetStorageHitachiPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiPort' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPort.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiPorts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiPort' resource.",
                "operationId": "GetStorageHitachiPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiPort' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiPortByMoid": {
                                "operationId": "GetStorageHitachiPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairGads": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairGad' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairGadList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairGad",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiRemoteCopyPairGad' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairGad.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairGads/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairGad' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairGadByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairGad",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiRemoteCopyPairGad' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairGad"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiRemoteCopyPairGadByMoid": {
                                "operationId": "GetStorageHitachiRemoteCopyPairGadByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiRemoteCopyPairGads/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairTcs": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairTc' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairTcList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairTc",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiRemoteCopyPairTc' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairTc.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairTcs/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairTc' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairTcByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairTc",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiRemoteCopyPairTc' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairTc"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiRemoteCopyPairTcByMoid": {
                                "operationId": "GetStorageHitachiRemoteCopyPairTcByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiRemoteCopyPairTcs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairUrs": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairUr' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairUrList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairUr",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiRemoteCopyPairUr' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairUr.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteCopyPairUrs/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteCopyPairUr' resource.",
                "operationId": "GetStorageHitachiRemoteCopyPairUrByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteCopyPairUr",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiRemoteCopyPairUr' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairUr"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiRemoteCopyPairUrByMoid": {
                                "operationId": "GetStorageHitachiRemoteCopyPairUrByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiRemoteCopyPairUrs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteReplications": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteReplication' resource.",
                "operationId": "GetStorageHitachiRemoteReplicationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteReplication",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiRemoteReplication' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteReplication.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiRemoteReplications/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiRemoteReplication' resource.",
                "operationId": "GetStorageHitachiRemoteReplicationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiRemoteReplication",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiRemoteReplication' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteReplication"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiRemoteReplicationByMoid": {
                                "operationId": "GetStorageHitachiRemoteReplicationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiRemoteReplications/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiSnapshots": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiSnapshot' resource.",
                "operationId": "GetStorageHitachiSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiSnapshot' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiSnapshot.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiSnapshot' resource.",
                "operationId": "GetStorageHitachiSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiSnapshot' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiSnapshot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiSnapshotByMoid": {
                                "operationId": "GetStorageHitachiSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiSnapshots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiVolumes": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiVolume' resource.",
                "operationId": "GetStorageHitachiVolumeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiVolume' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiVolumes/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiVolume' resource.",
                "operationId": "GetStorageHitachiVolumeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiVolume' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiVolumeByMoid": {
                                "operationId": "GetStorageHitachiVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiVolumes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiVolumeMigrationPairs": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiVolumeMigrationPair' resource.",
                "operationId": "GetStorageHitachiVolumeMigrationPairList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiVolumeMigrationPair",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.HitachiVolumeMigrationPair' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolumeMigrationPair.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/HitachiVolumeMigrationPairs/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.HitachiVolumeMigrationPair' resource.",
                "operationId": "GetStorageHitachiVolumeMigrationPairByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.HitachiVolumeMigrationPair",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.HitachiVolumeMigrationPair' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolumeMigrationPair"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageHitachiVolumeMigrationPairByMoid": {
                                "operationId": "GetStorageHitachiVolumeMigrationPairByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/HitachiVolumeMigrationPairs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppAggregates": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppAggregate' resource.",
                "operationId": "GetStorageNetAppAggregateList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppAggregate",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppAggregate' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppAggregates/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppAggregate' resource.",
                "operationId": "GetStorageNetAppAggregateByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppAggregate",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppAggregate' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppAggregateByMoid": {
                                "operationId": "GetStorageNetAppAggregateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppAggregates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppAggregateEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppAggregateEvent' resource.",
                "operationId": "GetStorageNetAppAggregateEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppAggregateEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppAggregateEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppAggregateEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppAggregateEvent' resource.",
                "operationId": "GetStorageNetAppAggregateEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppAggregateEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppAggregateEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppAggregateEventByMoid": {
                                "operationId": "GetStorageNetAppAggregateEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppAggregateEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppBaseDisks": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppBaseDisk' resource.",
                "operationId": "GetStorageNetAppBaseDiskList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppBaseDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppBaseDisk' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppBaseDisks/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppBaseDisk' resource.",
                "operationId": "GetStorageNetAppBaseDiskByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppBaseDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppBaseDisk' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppBaseDiskByMoid": {
                                "operationId": "GetStorageNetAppBaseDiskByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppBaseDisks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCifsServices": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCifsService' resource.",
                "operationId": "GetStorageNetAppCifsServiceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCifsService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppCifsService' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsService.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCifsServices/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCifsService' resource.",
                "operationId": "GetStorageNetAppCifsServiceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCifsService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppCifsService' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsService"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppCifsServiceByMoid": {
                                "operationId": "GetStorageNetAppCifsServiceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppCifsServices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCifsShares": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCifsShare' resource.",
                "operationId": "GetStorageNetAppCifsShareList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCifsShare",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppCifsShare' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsShare.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCifsShares/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCifsShare' resource.",
                "operationId": "GetStorageNetAppCifsShareByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCifsShare",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppCifsShare' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsShare"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppCifsShareByMoid": {
                                "operationId": "GetStorageNetAppCifsShareByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppCifsShares/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCloudTargets": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCloudTarget' resource.",
                "operationId": "GetStorageNetAppCloudTargetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCloudTarget",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppCloudTarget' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCloudTarget.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppCloudTargets/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCloudTarget' resource.",
                "operationId": "GetStorageNetAppCloudTargetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCloudTarget",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppCloudTarget' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCloudTarget"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppCloudTargetByMoid": {
                                "operationId": "GetStorageNetAppCloudTargetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppCloudTargets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusters": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCluster' resource.",
                "operationId": "GetStorageNetAppClusterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCluster",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppCluster' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusters/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppCluster' resource.",
                "operationId": "GetStorageNetAppClusterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppCluster",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppCluster' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterByMoid": {
                                "operationId": "GetStorageNetAppClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "storage"
                ],
                "summary": "Update a 'storage.NetAppCluster' resource.",
                "operationId": "UpdateStorageNetAppCluster",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.NetAppCluster"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.NetAppCluster' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.NetAppCluster' resource was modified as requested. The 'storage.NetAppCluster' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterByMoid": {
                                "operationId": "GetStorageNetAppClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "storage"
                ],
                "summary": "Update a 'storage.NetAppCluster' resource.",
                "operationId": "PatchStorageNetAppCluster",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.NetAppCluster"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.NetAppCluster' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.NetAppCluster' resource was patched as requested. The 'storage.NetAppCluster' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterByMoid": {
                                "operationId": "GetStorageNetAppClusterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterEvent' resource.",
                "operationId": "GetStorageNetAppClusterEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppClusterEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterEvent' resource.",
                "operationId": "GetStorageNetAppClusterEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppClusterEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterEventByMoid": {
                                "operationId": "GetStorageNetAppClusterEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusterEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterSnapMirrorPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterSnapMirrorPolicy' resource.",
                "operationId": "GetStorageNetAppClusterSnapMirrorPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterSnapMirrorPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppClusterSnapMirrorPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapMirrorPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterSnapMirrorPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterSnapMirrorPolicy' resource.",
                "operationId": "GetStorageNetAppClusterSnapMirrorPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterSnapMirrorPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppClusterSnapMirrorPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapMirrorPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterSnapMirrorPolicyByMoid": {
                                "operationId": "GetStorageNetAppClusterSnapMirrorPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusterSnapMirrorPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterSnapshotPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterSnapshotPolicy' resource.",
                "operationId": "GetStorageNetAppClusterSnapshotPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterSnapshotPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppClusterSnapshotPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapshotPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppClusterSnapshotPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppClusterSnapshotPolicy' resource.",
                "operationId": "GetStorageNetAppClusterSnapshotPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppClusterSnapshotPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppClusterSnapshotPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapshotPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppClusterSnapshotPolicyByMoid": {
                                "operationId": "GetStorageNetAppClusterSnapshotPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppClusterSnapshotPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDataIpInterfaces": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDataIpInterface' resource.",
                "operationId": "GetStorageNetAppDataIpInterfaceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDataIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppDataIpInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDataIpInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDataIpInterface' resource.",
                "operationId": "GetStorageNetAppDataIpInterfaceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDataIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppDataIpInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppDataIpInterfaceByMoid": {
                                "operationId": "GetStorageNetAppDataIpInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppDataIpInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDataIpInterfaceEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDataIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppDataIpInterfaceEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDataIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppDataIpInterfaceEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDataIpInterfaceEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDataIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppDataIpInterfaceEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDataIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppDataIpInterfaceEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppDataIpInterfaceEventByMoid": {
                                "operationId": "GetStorageNetAppDataIpInterfaceEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppDataIpInterfaceEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDiskEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDiskEvent' resource.",
                "operationId": "GetStorageNetAppDiskEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDiskEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppDiskEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppDiskEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppDiskEvent' resource.",
                "operationId": "GetStorageNetAppDiskEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppDiskEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppDiskEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppDiskEventByMoid": {
                                "operationId": "GetStorageNetAppDiskEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppDiskEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppEthernetPorts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppEthernetPort' resource.",
                "operationId": "GetStorageNetAppEthernetPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppEthernetPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppEthernetPort' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppEthernetPorts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppEthernetPort' resource.",
                "operationId": "GetStorageNetAppEthernetPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppEthernetPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppEthernetPort' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppEthernetPortByMoid": {
                                "operationId": "GetStorageNetAppEthernetPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppEthernetPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppEthernetPortEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppEthernetPortEvent' resource.",
                "operationId": "GetStorageNetAppEthernetPortEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppEthernetPortEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppEthernetPortEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppEthernetPortEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppEthernetPortEvent' resource.",
                "operationId": "GetStorageNetAppEthernetPortEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppEthernetPortEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppEthernetPortEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppEthernetPortEventByMoid": {
                                "operationId": "GetStorageNetAppEthernetPortEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppEthernetPortEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppExportPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppExportPolicy' resource.",
                "operationId": "GetStorageNetAppExportPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppExportPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppExportPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppExportPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppExportPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppExportPolicy' resource.",
                "operationId": "GetStorageNetAppExportPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppExportPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppExportPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppExportPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppExportPolicyByMoid": {
                                "operationId": "GetStorageNetAppExportPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppExportPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcInterfaces": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcInterface' resource.",
                "operationId": "GetStorageNetAppFcInterfaceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppFcInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcInterface' resource.",
                "operationId": "GetStorageNetAppFcInterfaceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppFcInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppFcInterfaceByMoid": {
                                "operationId": "GetStorageNetAppFcInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppFcInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcInterfaceEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppFcInterfaceEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppFcInterfaceEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcInterfaceEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppFcInterfaceEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppFcInterfaceEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppFcInterfaceEventByMoid": {
                                "operationId": "GetStorageNetAppFcInterfaceEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppFcInterfaceEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcPorts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcPort' resource.",
                "operationId": "GetStorageNetAppFcPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppFcPort' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcPorts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcPort' resource.",
                "operationId": "GetStorageNetAppFcPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcPort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppFcPort' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppFcPortByMoid": {
                                "operationId": "GetStorageNetAppFcPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppFcPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcPortEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcPortEvent' resource.",
                "operationId": "GetStorageNetAppFcPortEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcPortEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppFcPortEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppFcPortEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppFcPortEvent' resource.",
                "operationId": "GetStorageNetAppFcPortEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppFcPortEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppFcPortEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppFcPortEventByMoid": {
                                "operationId": "GetStorageNetAppFcPortEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppFcPortEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppInitiatorGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppInitiatorGroup' resource.",
                "operationId": "GetStorageNetAppInitiatorGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppInitiatorGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppInitiatorGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppInitiatorGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppInitiatorGroup' resource.",
                "operationId": "GetStorageNetAppInitiatorGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppInitiatorGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppInitiatorGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppInitiatorGroupByMoid": {
                                "operationId": "GetStorageNetAppInitiatorGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppInitiatorGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIpInterfaces": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIpInterface' resource.",
                "operationId": "GetStorageNetAppIpInterfaceList",
                "deprecated": true,
                "x-sunset": "2027-03-01",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppIpInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIpInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIpInterface' resource.",
                "operationId": "GetStorageNetAppIpInterfaceByMoid",
                "deprecated": true,
                "x-sunset": "2027-03-01",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppIpInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppIpInterfaceByMoid": {
                                "operationId": "GetStorageNetAppIpInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppIpInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIpInterfaceEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppIpInterfaceEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppIpInterfaceEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIpInterfaceEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppIpInterfaceEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppIpInterfaceEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppIpInterfaceEventByMoid": {
                                "operationId": "GetStorageNetAppIpInterfaceEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppIpInterfaceEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIscsiServices": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIscsiService' resource.",
                "operationId": "GetStorageNetAppIscsiServiceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIscsiService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppIscsiService' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIscsiService.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppIscsiServices/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppIscsiService' resource.",
                "operationId": "GetStorageNetAppIscsiServiceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppIscsiService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppIscsiService' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIscsiService"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppIscsiServiceByMoid": {
                                "operationId": "GetStorageNetAppIscsiServiceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppIscsiServices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLicenses": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLicense' resource.",
                "operationId": "GetStorageNetAppLicenseList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLicense",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppLicense' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLicense.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLicenses/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLicense' resource.",
                "operationId": "GetStorageNetAppLicenseByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLicense",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppLicense' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLicense"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppLicenseByMoid": {
                                "operationId": "GetStorageNetAppLicenseByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppLicenses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLuns": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLun' resource.",
                "operationId": "GetStorageNetAppLunList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppLun' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLuns/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLun' resource.",
                "operationId": "GetStorageNetAppLunByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppLun' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppLunByMoid": {
                                "operationId": "GetStorageNetAppLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppLuns/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLunEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLunEvent' resource.",
                "operationId": "GetStorageNetAppLunEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLunEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppLunEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLunEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLunEvent' resource.",
                "operationId": "GetStorageNetAppLunEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLunEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppLunEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppLunEventByMoid": {
                                "operationId": "GetStorageNetAppLunEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppLunEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLunMaps": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLunMap' resource.",
                "operationId": "GetStorageNetAppLunMapList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLunMap",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppLunMap' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunMap.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppLunMaps/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppLunMap' resource.",
                "operationId": "GetStorageNetAppLunMapByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppLunMap",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppLunMap' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunMap"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppLunMapByMoid": {
                                "operationId": "GetStorageNetAppLunMapByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppLunMaps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNamespaces": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNamespace' resource.",
                "operationId": "GetStorageNetAppNamespaceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNamespace",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNamespace' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNamespace.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNamespaces/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNamespace' resource.",
                "operationId": "GetStorageNetAppNamespaceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNamespace",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNamespace' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNamespace"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNamespaceByMoid": {
                                "operationId": "GetStorageNetAppNamespaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNamespaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNfsClients": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNfsClient' resource.",
                "operationId": "GetStorageNetAppNfsClientList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNfsClient",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNfsClient' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsClient.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNfsClients/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNfsClient' resource.",
                "operationId": "GetStorageNetAppNfsClientByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNfsClient",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNfsClient' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsClient"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNfsClientByMoid": {
                                "operationId": "GetStorageNetAppNfsClientByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNfsClients/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNfsServices": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNfsService' resource.",
                "operationId": "GetStorageNetAppNfsServiceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNfsService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNfsService' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsService.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNfsServices/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNfsService' resource.",
                "operationId": "GetStorageNetAppNfsServiceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNfsService",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNfsService' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsService"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNfsServiceByMoid": {
                                "operationId": "GetStorageNetAppNfsServiceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNfsServices/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodes": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNode' resource.",
                "operationId": "GetStorageNetAppNodeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNode",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNode' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodes/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNode' resource.",
                "operationId": "GetStorageNetAppNodeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNode",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNode' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNodeByMoid": {
                                "operationId": "GetStorageNetAppNodeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNodes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodeCdpNeighbors": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNodeCdpNeighbor' resource.",
                "operationId": "GetStorageNetAppNodeCdpNeighborList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNodeCdpNeighbor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNodeCdpNeighbor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeCdpNeighbor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodeCdpNeighbors/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNodeCdpNeighbor' resource.",
                "operationId": "GetStorageNetAppNodeCdpNeighborByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNodeCdpNeighbor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNodeCdpNeighbor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeCdpNeighbor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNodeCdpNeighborByMoid": {
                                "operationId": "GetStorageNetAppNodeCdpNeighborByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNodeCdpNeighbors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodeEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNodeEvent' resource.",
                "operationId": "GetStorageNetAppNodeEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNodeEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNodeEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNodeEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNodeEvent' resource.",
                "operationId": "GetStorageNetAppNodeEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNodeEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNodeEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNodeEventByMoid": {
                                "operationId": "GetStorageNetAppNodeEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNodeEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNonDataIpInterfaces": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNonDataIpInterface' resource.",
                "operationId": "GetStorageNetAppNonDataIpInterfaceList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNonDataIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNonDataIpInterface' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNonDataIpInterfaces/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNonDataIpInterface' resource.",
                "operationId": "GetStorageNetAppNonDataIpInterfaceByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNonDataIpInterface",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNonDataIpInterface' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNonDataIpInterfaceByMoid": {
                                "operationId": "GetStorageNetAppNonDataIpInterfaceByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNonDataIpInterfaces/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNonDataIpInterfaceEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNonDataIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppNonDataIpInterfaceEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNonDataIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNonDataIpInterfaceEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNonDataIpInterfaceEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNonDataIpInterfaceEvent' resource.",
                "operationId": "GetStorageNetAppNonDataIpInterfaceEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNonDataIpInterfaceEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNonDataIpInterfaceEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNonDataIpInterfaceEventByMoid": {
                                "operationId": "GetStorageNetAppNonDataIpInterfaceEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNonDataIpInterfaceEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNtpServers": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNtpServer' resource.",
                "operationId": "GetStorageNetAppNtpServerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNtpServer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppNtpServer' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNtpServer.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppNtpServers/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppNtpServer' resource.",
                "operationId": "GetStorageNetAppNtpServerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppNtpServer",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppNtpServer' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNtpServer"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppNtpServerByMoid": {
                                "operationId": "GetStorageNetAppNtpServerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppNtpServers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppQtrees": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppQtree' resource.",
                "operationId": "GetStorageNetAppQtreeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppQtree",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppQtree' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppQtree.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppQtrees/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppQtree' resource.",
                "operationId": "GetStorageNetAppQtreeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppQtree",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppQtree' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppQtree"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppQtreeByMoid": {
                                "operationId": "GetStorageNetAppQtreeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppQtrees/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSchedules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSchedule' resource.",
                "operationId": "GetStorageNetAppScheduleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSchedule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSchedule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSchedules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSchedule' resource.",
                "operationId": "GetStorageNetAppScheduleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSchedule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSchedule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppScheduleByMoid": {
                                "operationId": "GetStorageNetAppScheduleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSchedules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSensors": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSensor' resource.",
                "operationId": "GetStorageNetAppSensorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSensor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSensor' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSensor.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSensors/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSensor' resource.",
                "operationId": "GetStorageNetAppSensorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSensor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSensor' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSensor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppSensorByMoid": {
                                "operationId": "GetStorageNetAppSensorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSensors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSnapMirrorRelationships": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSnapMirrorRelationship' resource.",
                "operationId": "GetStorageNetAppSnapMirrorRelationshipList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSnapMirrorRelationship",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSnapMirrorRelationship' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSnapMirrorRelationship.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSnapMirrorRelationships/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSnapMirrorRelationship' resource.",
                "operationId": "GetStorageNetAppSnapMirrorRelationshipByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSnapMirrorRelationship",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSnapMirrorRelationship' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSnapMirrorRelationship"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppSnapMirrorRelationshipByMoid": {
                                "operationId": "GetStorageNetAppSnapMirrorRelationshipByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSnapMirrorRelationships/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppStorageVms": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppStorageVm' resource.",
                "operationId": "GetStorageNetAppStorageVmList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppStorageVm",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppStorageVm' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppStorageVms/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppStorageVm' resource.",
                "operationId": "GetStorageNetAppStorageVmByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppStorageVm",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppStorageVm' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppStorageVmByMoid": {
                                "operationId": "GetStorageNetAppStorageVmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppStorageVms/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmEvent' resource.",
                "operationId": "GetStorageNetAppSvmEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSvmEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmEvent' resource.",
                "operationId": "GetStorageNetAppSvmEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSvmEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppSvmEventByMoid": {
                                "operationId": "GetStorageNetAppSvmEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSvmEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmSnapMirrorPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmSnapMirrorPolicy' resource.",
                "operationId": "GetStorageNetAppSvmSnapMirrorPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmSnapMirrorPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSvmSnapMirrorPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapMirrorPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmSnapMirrorPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmSnapMirrorPolicy' resource.",
                "operationId": "GetStorageNetAppSvmSnapMirrorPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmSnapMirrorPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSvmSnapMirrorPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapMirrorPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppSvmSnapMirrorPolicyByMoid": {
                                "operationId": "GetStorageNetAppSvmSnapMirrorPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSvmSnapMirrorPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmSnapshotPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmSnapshotPolicy' resource.",
                "operationId": "GetStorageNetAppSvmSnapshotPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmSnapshotPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppSvmSnapshotPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapshotPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppSvmSnapshotPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppSvmSnapshotPolicy' resource.",
                "operationId": "GetStorageNetAppSvmSnapshotPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppSvmSnapshotPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppSvmSnapshotPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapshotPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppSvmSnapshotPolicyByMoid": {
                                "operationId": "GetStorageNetAppSvmSnapshotPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppSvmSnapshotPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumes": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolume' resource.",
                "operationId": "GetStorageNetAppVolumeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppVolume' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumes/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolume' resource.",
                "operationId": "GetStorageNetAppVolumeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppVolume' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppVolumeByMoid": {
                                "operationId": "GetStorageNetAppVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppVolumes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumeEvents": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolumeEvent' resource.",
                "operationId": "GetStorageNetAppVolumeEventList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolumeEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppVolumeEvent' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumeEvents/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolumeEvent' resource.",
                "operationId": "GetStorageNetAppVolumeEventByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolumeEvent",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppVolumeEvent' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppVolumeEventByMoid": {
                                "operationId": "GetStorageNetAppVolumeEventByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppVolumeEvents/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumeSnapshots": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolumeSnapshot' resource.",
                "operationId": "GetStorageNetAppVolumeSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolumeSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.NetAppVolumeSnapshot' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeSnapshot.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/NetAppVolumeSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.NetAppVolumeSnapshot' resource.",
                "operationId": "GetStorageNetAppVolumeSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.NetAppVolumeSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.NetAppVolumeSnapshot' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeSnapshot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStorageNetAppVolumeSnapshotByMoid": {
                                "operationId": "GetStorageNetAppVolumeSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/NetAppVolumeSnapshots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureArrays": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureArray' resource.",
                "operationId": "GetStoragePureArrayList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureArray' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureArrays/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureArray' resource.",
                "operationId": "GetStoragePureArrayByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureArray' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureArrayByMoid": {
                                "operationId": "GetStoragePureArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "storage"
                ],
                "summary": "Update a 'storage.PureArray' resource.",
                "operationId": "UpdateStoragePureArray",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.PureArray"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.PureArray' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.PureArray' resource was modified as requested. The 'storage.PureArray' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureArrayByMoid": {
                                "operationId": "GetStoragePureArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "storage"
                ],
                "summary": "Update a 'storage.PureArray' resource.",
                "operationId": "PatchStoragePureArray",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.PureArray"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.PureArray' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.PureArray' resource was patched as requested. The 'storage.PureArray' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureArrayByMoid": {
                                "operationId": "GetStoragePureArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureArrayAlerts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureArrayAlerts' resource.",
                "operationId": "GetStoragePureArrayAlertsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureArrayAlerts",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureArrayAlerts' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArrayAlerts.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureArrayAlerts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureArrayAlerts' resource.",
                "operationId": "GetStoragePureArrayAlertsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureArrayAlerts",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureArrayAlerts' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArrayAlerts"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureArrayAlertsByMoid": {
                                "operationId": "GetStoragePureArrayAlertsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureArrayAlerts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureBlades": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureBlade' resource.",
                "operationId": "GetStoragePureBladeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureBlade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureBlade' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureBlade.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureBlades/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureBlade' resource.",
                "operationId": "GetStoragePureBladeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureBlade",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureBlade' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureBlade"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureBladeByMoid": {
                                "operationId": "GetStoragePureBladeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureBlades/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureControllers": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureController' resource.",
                "operationId": "GetStoragePureControllerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureController",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureController' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureControllers/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureController' resource.",
                "operationId": "GetStoragePureControllerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureController",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureController' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureControllerByMoid": {
                                "operationId": "GetStoragePureControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectories": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectory' resource.",
                "operationId": "GetStoragePureDirectoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectory",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDirectory' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectories/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectory' resource.",
                "operationId": "GetStoragePureDirectoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectory",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDirectory' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDirectoryByMoid": {
                                "operationId": "GetStoragePureDirectoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDirectories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryExports": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryExport' resource.",
                "operationId": "GetStoragePureDirectoryExportList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryExport",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDirectoryExport' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryExports/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryExport' resource.",
                "operationId": "GetStoragePureDirectoryExportByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryExport",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDirectoryExport' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDirectoryExportByMoid": {
                                "operationId": "GetStoragePureDirectoryExportByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDirectoryExports/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryPolicy' resource.",
                "operationId": "GetStoragePureDirectoryPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDirectoryPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryPolicy' resource.",
                "operationId": "GetStoragePureDirectoryPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDirectoryPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDirectoryPolicyByMoid": {
                                "operationId": "GetStoragePureDirectoryPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDirectoryPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryQuota": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryQuota' resource.",
                "operationId": "GetStoragePureDirectoryQuotaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryQuota",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDirectoryQuota' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectoryQuota/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectoryQuota' resource.",
                "operationId": "GetStoragePureDirectoryQuotaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectoryQuota",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDirectoryQuota' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDirectoryQuotaByMoid": {
                                "operationId": "GetStoragePureDirectoryQuotaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDirectoryQuota/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectorySnapshots": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectorySnapshot' resource.",
                "operationId": "GetStoragePureDirectorySnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectorySnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDirectorySnapshot' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectorySnapshot.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDirectorySnapshots/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDirectorySnapshot' resource.",
                "operationId": "GetStoragePureDirectorySnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDirectorySnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDirectorySnapshot' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectorySnapshot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDirectorySnapshotByMoid": {
                                "operationId": "GetStoragePureDirectorySnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDirectorySnapshots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDisks": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDisk' resource.",
                "operationId": "GetStoragePureDiskList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureDisk' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDisk.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureDisks/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureDisk' resource.",
                "operationId": "GetStoragePureDiskByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureDisk",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureDisk' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDisk"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureDiskByMoid": {
                                "operationId": "GetStoragePureDiskByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureDisks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFileSystems": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFileSystems' resource.",
                "operationId": "GetStoragePureFileSystemsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFileSystems",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureFileSystems' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFileSystems/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFileSystems' resource.",
                "operationId": "GetStoragePureFileSystemsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFileSystems",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureFileSystems' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureFileSystemsByMoid": {
                                "operationId": "GetStoragePureFileSystemsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureFileSystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFlashBladeFileSystems": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFlashBladeFileSystem' resource.",
                "operationId": "GetStoragePureFlashBladeFileSystemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFlashBladeFileSystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureFlashBladeFileSystem' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeFileSystem.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFlashBladeFileSystems/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFlashBladeFileSystem' resource.",
                "operationId": "GetStoragePureFlashBladeFileSystemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFlashBladeFileSystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureFlashBladeFileSystem' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeFileSystem"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureFlashBladeFileSystemByMoid": {
                                "operationId": "GetStoragePureFlashBladeFileSystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureFlashBladeFileSystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFlashBladeSystems": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFlashBladeSystem' resource.",
                "operationId": "GetStoragePureFlashBladeSystemList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFlashBladeSystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureFlashBladeSystem' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureFlashBladeSystems/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureFlashBladeSystem' resource.",
                "operationId": "GetStoragePureFlashBladeSystemByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureFlashBladeSystem",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureFlashBladeSystem' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureFlashBladeSystemByMoid": {
                                "operationId": "GetStoragePureFlashBladeSystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureFlashBladeSystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            },
            "post": {
                "tags": [
                    "storage"
                ],
                "summary": "Update a 'storage.PureFlashBladeSystem' resource.",
                "operationId": "UpdateStoragePureFlashBladeSystem",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.PureFlashBladeSystem"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.PureFlashBladeSystem' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.PureFlashBladeSystem' resource was modified as requested. The 'storage.PureFlashBladeSystem' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureFlashBladeSystemByMoid": {
                                "operationId": "GetStoragePureFlashBladeSystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureFlashBladeSystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "storage"
                ],
                "summary": "Update a 'storage.PureFlashBladeSystem' resource.",
                "operationId": "PatchStoragePureFlashBladeSystem",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "ROLE.Account Administrator",
                            "UPDATE.storage.PureFlashBladeSystem"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'storage.PureFlashBladeSystem' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                            }
                        },
                        "application/json-patch+json": {
                            "schema": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'storage.PureFlashBladeSystem' resource was patched as requested. The 'storage.PureFlashBladeSystem' 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": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureFlashBladeSystemByMoid": {
                                "operationId": "GetStoragePureFlashBladeSystemByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureFlashBladeSystems/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHosts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHost' resource.",
                "operationId": "GetStoragePureHostList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHost",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureHost' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHosts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHost' resource.",
                "operationId": "GetStoragePureHostByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHost",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureHost' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureHostByMoid": {
                                "operationId": "GetStoragePureHostByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureHosts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHostGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHostGroup' resource.",
                "operationId": "GetStoragePureHostGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHostGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureHostGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHostGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHostGroup' resource.",
                "operationId": "GetStoragePureHostGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHostGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureHostGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureHostGroupByMoid": {
                                "operationId": "GetStoragePureHostGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureHostGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHostLuns": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHostLun' resource.",
                "operationId": "GetStoragePureHostLunList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHostLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureHostLun' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostLun.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureHostLuns/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureHostLun' resource.",
                "operationId": "GetStoragePureHostLunByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureHostLun",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureHostLun' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostLun"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureHostLunByMoid": {
                                "operationId": "GetStoragePureHostLunByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureHostLuns/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureManagementAccessPolicies": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureManagementAccessPolicy' resource.",
                "operationId": "GetStoragePureManagementAccessPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureManagementAccessPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureManagementAccessPolicy' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureManagementAccessPolicy.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureManagementAccessPolicies/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureManagementAccessPolicy' resource.",
                "operationId": "GetStoragePureManagementAccessPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureManagementAccessPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureManagementAccessPolicy' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureManagementAccessPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureManagementAccessPolicyByMoid": {
                                "operationId": "GetStoragePureManagementAccessPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureManagementAccessPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureNfsPolicyRules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureNfsPolicyRule' resource.",
                "operationId": "GetStoragePureNfsPolicyRuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureNfsPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureNfsPolicyRule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureNfsPolicyRules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureNfsPolicyRule' resource.",
                "operationId": "GetStoragePureNfsPolicyRuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureNfsPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureNfsPolicyRule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureNfsPolicyRuleByMoid": {
                                "operationId": "GetStoragePureNfsPolicyRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureNfsPolicyRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectBuckets": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectBucket' resource.",
                "operationId": "GetStoragePureObjectBucketList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectBucket",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureObjectBucket' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectBucket.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectBuckets/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectBucket' resource.",
                "operationId": "GetStoragePureObjectBucketByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectBucket",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureObjectBucket' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectBucket"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureObjectBucketByMoid": {
                                "operationId": "GetStoragePureObjectBucketByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureObjectBuckets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectStoreAccounts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectStoreAccount' resource.",
                "operationId": "GetStoragePureObjectStoreAccountList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectStoreAccount",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureObjectStoreAccount' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectStoreAccounts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectStoreAccount' resource.",
                "operationId": "GetStoragePureObjectStoreAccountByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectStoreAccount",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureObjectStoreAccount' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureObjectStoreAccountByMoid": {
                                "operationId": "GetStoragePureObjectStoreAccountByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureObjectStoreAccounts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectStoreUsers": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectStoreUser' resource.",
                "operationId": "GetStoragePureObjectStoreUserList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectStoreUser",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureObjectStoreUser' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreUser.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureObjectStoreUsers/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureObjectStoreUser' resource.",
                "operationId": "GetStoragePureObjectStoreUserByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureObjectStoreUser",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureObjectStoreUser' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreUser"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureObjectStoreUserByMoid": {
                                "operationId": "GetStoragePureObjectStoreUserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureObjectStoreUsers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PurePods": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PurePod' resource.",
                "operationId": "GetStoragePurePodList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PurePod",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PurePod' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PurePods/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PurePod' resource.",
                "operationId": "GetStoragePurePodByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PurePod",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PurePod' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePurePodByMoid": {
                                "operationId": "GetStoragePurePodByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PurePods/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PurePorts": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PurePort' resource.",
                "operationId": "GetStoragePurePortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PurePort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PurePort' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePort.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PurePorts/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PurePort' resource.",
                "operationId": "GetStoragePurePortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PurePort",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PurePort' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePurePortByMoid": {
                                "operationId": "GetStoragePurePortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PurePorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureProtectionGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureProtectionGroup' resource.",
                "operationId": "GetStoragePureProtectionGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureProtectionGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureProtectionGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureProtectionGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureProtectionGroup' resource.",
                "operationId": "GetStoragePureProtectionGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureProtectionGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureProtectionGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureProtectionGroupByMoid": {
                                "operationId": "GetStoragePureProtectionGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureProtectionGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureProtectionGroupSnapshots": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureProtectionGroupSnapshot' resource.",
                "operationId": "GetStoragePureProtectionGroupSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureProtectionGroupSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureProtectionGroupSnapshot' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureProtectionGroupSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureProtectionGroupSnapshot' resource.",
                "operationId": "GetStoragePureProtectionGroupSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureProtectionGroupSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureProtectionGroupSnapshot' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureProtectionGroupSnapshotByMoid": {
                                "operationId": "GetStoragePureProtectionGroupSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureProtectionGroupSnapshots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureQuotaPolicyRules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureQuotaPolicyRule' resource.",
                "operationId": "GetStoragePureQuotaPolicyRuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureQuotaPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureQuotaPolicyRule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureQuotaPolicyRules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureQuotaPolicyRule' resource.",
                "operationId": "GetStoragePureQuotaPolicyRuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureQuotaPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureQuotaPolicyRule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureQuotaPolicyRuleByMoid": {
                                "operationId": "GetStoragePureQuotaPolicyRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureQuotaPolicyRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureRealms": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureRealm' resource.",
                "operationId": "GetStoragePureRealmList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureRealm",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureRealm' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureRealms/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureRealm' resource.",
                "operationId": "GetStoragePureRealmByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureRealm",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureRealm' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureRealmByMoid": {
                                "operationId": "GetStoragePureRealmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureRealms/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureReplicationSchedules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureReplicationSchedule' resource.",
                "operationId": "GetStoragePureReplicationScheduleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureReplicationSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureReplicationSchedule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureReplicationSchedule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureReplicationSchedules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureReplicationSchedule' resource.",
                "operationId": "GetStoragePureReplicationScheduleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureReplicationSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureReplicationSchedule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureReplicationSchedule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureReplicationScheduleByMoid": {
                                "operationId": "GetStoragePureReplicationScheduleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureReplicationSchedules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureSmbPolicyRules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureSmbPolicyRule' resource.",
                "operationId": "GetStoragePureSmbPolicyRuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureSmbPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureSmbPolicyRule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureSmbPolicyRules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureSmbPolicyRule' resource.",
                "operationId": "GetStoragePureSmbPolicyRuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureSmbPolicyRule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureSmbPolicyRule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureSmbPolicyRuleByMoid": {
                                "operationId": "GetStoragePureSmbPolicyRuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureSmbPolicyRules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureSnapshotSchedules": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureSnapshotSchedule' resource.",
                "operationId": "GetStoragePureSnapshotScheduleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureSnapshotSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureSnapshotSchedule' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSnapshotSchedule.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureSnapshotSchedules/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureSnapshotSchedule' resource.",
                "operationId": "GetStoragePureSnapshotScheduleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureSnapshotSchedule",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureSnapshotSchedule' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSnapshotSchedule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureSnapshotScheduleByMoid": {
                                "operationId": "GetStoragePureSnapshotScheduleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureSnapshotSchedules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureTargetArrays": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureTargetArray' resource.",
                "operationId": "GetStoragePureTargetArrayList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureTargetArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureTargetArray' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureTargetArray.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureTargetArrays/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureTargetArray' resource.",
                "operationId": "GetStoragePureTargetArrayByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureTargetArray",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureTargetArray' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureTargetArray"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureTargetArrayByMoid": {
                                "operationId": "GetStoragePureTargetArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureTargetArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumes": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolume' resource.",
                "operationId": "GetStoragePureVolumeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureVolume' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumes/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolume' resource.",
                "operationId": "GetStoragePureVolumeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolume",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureVolume' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureVolumeByMoid": {
                                "operationId": "GetStoragePureVolumeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureVolumes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumeGroups": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolumeGroup' resource.",
                "operationId": "GetStoragePureVolumeGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolumeGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureVolumeGroup' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeGroup.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumeGroups/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolumeGroup' resource.",
                "operationId": "GetStoragePureVolumeGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolumeGroup",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureVolumeGroup' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureVolumeGroupByMoid": {
                                "operationId": "GetStoragePureVolumeGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureVolumeGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumeSnapshots": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolumeSnapshot' resource.",
                "operationId": "GetStoragePureVolumeSnapshotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolumeSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/filterParam"
                    },
                    {
                        "$ref": "#/components/parameters/orderbyParam"
                    },
                    {
                        "$ref": "#/components/parameters/topParam"
                    },
                    {
                        "$ref": "#/components/parameters/skipParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/applyParam"
                    },
                    {
                        "$ref": "#/components/parameters/countParam"
                    },
                    {
                        "$ref": "#/components/parameters/inlinecountParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    },
                    {
                        "$ref": "#/components/parameters/tagsParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "List of 'storage.PureVolumeSnapshot' resources for the given filter criteria",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot.Response"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/storage/PureVolumeSnapshots/{Moid}": {
            "get": {
                "tags": [
                    "storage"
                ],
                "summary": "Read a 'storage.PureVolumeSnapshot' resource.",
                "operationId": "GetStoragePureVolumeSnapshotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Storage Arrays",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only storage",
                            "PRIVSET.View Storage Arrays",
                            "READ.storage.PureVolumeSnapshot",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'storage.PureVolumeSnapshot' resource.",
                        "headers": {
                            "Set-Cookie": {
                                "$ref": "#/components/headers/Set-Cookie"
                            },
                            "x-starship-traceid": {
                                "$ref": "#/components/headers/x-starship-traceid"
                            },
                            "Content-Disposition": {
                                "$ref": "#/components/headers/Content-Disposition"
                            },
                            "Content-Length": {
                                "$ref": "#/components/headers/Content-Length"
                            }
                        },
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile"
                                }
                            },
                            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile"
                                }
                            }
                        },
                        "links": {
                            "GetStoragePureVolumeSnapshotByMoid": {
                                "operationId": "GetStoragePureVolumeSnapshotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/storage/PureVolumeSnapshots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": {
            "storage.HitachiArray.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiArray' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiArray' resources.",
                "x-one-of-name": "storage.HitachiArray.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiArray.Relationship": {
                "description": "A relationship to the 'storage.HitachiArray' resource, or the expanded 'storage.HitachiArray' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiArray.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiArray": {
                "title": "Storage:Hitachi Array",
                "description": "The HitachiArray object represents the comprehensive details of a Hitachi storage array within the system. It is designed to provide out-of-band configuration and management capabilities, enabling efficient management and diagnostics of storage arrays.\n#### Purpose\nThe HitachiArray object serves as a central entity for managing Hitachi storage arrays, encompassing functionalities that support performance data collection, configuration, and connection management.\n#### Key Concepts\n- **Device Registration:** Facilitates the connection of storage arrays to Intersight, ensuring seamless integration and management.\n- **IP Configuration:** Provides detailed IP address settings for service processors and controllers, supporting robust network configurations.\n- **Privilege Sets:** Ensures controlled access with defined privilege sets for reading and updating storage array configurations.\n- **Licensing and Entitlements:** Supports operations under specified entitlements, ensuring compliance and feature availability.",
                "x-allOf-name": "storage.HitachiArray",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiArray', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiArray"
                                ],
                                "default": "storage.HitachiArray",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiArray"
                                ],
                                "default": "storage.HitachiArray",
                                "x-enum-as-string": true
                            },
                            "Ctl1Ip": {
                                "description": "IP address of controller 1 of the storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ctl1MicroVersion": {
                                "description": "GUM (Gateway for Unified Management) version of the controller 1.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ctl2Ip": {
                                "description": "IP address of controller 2 of the storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ctl2MicroVersion": {
                                "description": "GUM (Gateway for Unified Management) version of the controller 2.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "ID of the Storage device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The representative IP address (IPv4) of the storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvpIp": {
                                "description": "IP address of the SVP (Service Processor). The SVP provides out-of-band configuration and management of the storage system, and collects performance data for key components to enable diagnostic testing and analysis.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetCtl": {
                                "description": "Controller operated by the REST API.",
                                "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
                            }
                        }
                    }
                ]
            },
            "storage.HitachiArray.List": {
                "title": "List of 'storage.HitachiArray' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiArray' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiArray' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiArrayUtilization": {
                "title": "Storage:Hitachi Array Utilization",
                "description": "Storage space consumption of Hitachi Virtual Storage.",
                "x-allOf-name": "storage.HitachiArrayUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiArrayUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiArrayUtilization"
                                ],
                                "default": "storage.HitachiArrayUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiArrayUtilization"
                                ],
                                "default": "storage.HitachiArrayUtilization",
                                "x-enum-as-string": true
                            },
                            "DataReduction": {
                                "description": "Ratio of mapped sectors within a volume versus the amount of physical space the data occupies after data compression and deduplication. The data reduction ratio does not include thin provisioning savings. For example, a data reduction ratio of 5.0 means that for every 5 MB the host writes to the array, 1 MB is stored on the array's flash modules.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Provisioned": {
                                "description": "Total provisioned storage capacity in Hitachi Virtual Storage, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiCapacity": {
                "title": "Storage:Hitachi Capacity",
                "description": "Storage space utilization of Hitachi Arrays. Used for specifying utilization by different entities.",
                "x-allOf-name": "storage.HitachiCapacity",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    }
                ]
            },
            "storage.HitachiController.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiController' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiController' resources.",
                "x-one-of-name": "storage.HitachiController.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiController.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiController": {
                "title": "Storage:Hitachi Controller",
                "description": "The HitachiController object represents a storage controller entity within a Hitachi storage array. It is essential for managing controller configurations and relationships, supporting effective storage system operations.\n#### Purpose\nHitachiController is crucial for managing controllers within Hitachi arrays. This provides insights into controller settings and relationships, facilitating streamlined storage system management.\n#### Key Concepts\n- **Controller Configuration:** Details settings and properties of storage controllers, supporting efficient management and monitoring.\n- **Device Registration:** Connects controllers to device registration objects, ensuring seamless integration within the Intersight system.\n- **Array Management:** Links controllers to storage arrays, supporting comprehensive system operations and resource allocation.\n- **Access Control:** Utilizes privilege sets to ensure secure and authorized operations on controllers.",
                "x-allOf-name": "storage.HitachiController",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayController"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiController', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiController"
                                ],
                                "default": "storage.HitachiController",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiController"
                                ],
                                "default": "storage.HitachiController",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiController.List": {
                "title": "List of 'storage.HitachiController' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiController' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiController' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiController"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiDisk.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiDisk' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiDisk' resources.",
                "x-one-of-name": "storage.HitachiDisk.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiDisk.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiDisk": {
                "title": "Storage:Hitachi Disk",
                "description": "The HitachiDisk object represents a disk entity associated with a Hitachi storage array. This provides detailed information about disk types and configurations, supporting effective storage resource management.\n#### Purpose\nHitachiDisk is integral to managing disks within Hitachi arrays. It delivers insights into disk properties and usage, aiding in optimal storage allocation and monitoring.\n#### Key Concepts\n- **Disk Type and Configuration:** Details disk types and configurations, supporting comprehensive management of storage resources.\n- **Parity Group Association:** Links disks to parity groups, ensuring reliable data redundancy and protection.\n- **Device Registration:** Connects disks to device registration objects, facilitating seamless integration within the Intersight system.\n- **Access Control:** Utilizes privilege sets to ensure secure and authorized operations on disks.",
                "x-allOf-name": "storage.HitachiDisk",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayDisk"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiDisk', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiDisk"
                                ],
                                "default": "storage.HitachiDisk",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiDisk"
                                ],
                                "default": "storage.HitachiDisk",
                                "x-enum-as-string": true
                            },
                            "DriveTypeCode": {
                                "description": "Drive type code of the Hitachi Disk.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParityGroupId": {
                                "description": "Parity group number. When the drive does not belong to any parity group, an empty character string is output.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TypeDetail": {
                                "description": "Drive type of the Hitachi Disk.\n* `N/A` - Drive Type is not available.\n* `SAS` - SAS stands for Serial Attached SCSI.\n* `SSD(MLC)` - SSD (MLC) stands for Multiple Level Cell.\n* `SSD(FMC)` - SSD (FMC) stands for Flash Memory Compressed.\n* `SSD(FMD)` - SSD (FMD) stands for Flash Module Drive.\n* `SSD(SLC)` - SSD (SLC) stands for Single Level Cell.\n* `SSD` - SSD stands for Solid-State Drive.\n* `SSD(RI)` - SSD (RI) stands for Read Intensive.\n* `SCM` - SCM stands for Storage Class Memory.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "SAS",
                                    "SSD(MLC)",
                                    "SSD(FMC)",
                                    "SSD(FMD)",
                                    "SSD(SLC)",
                                    "SSD",
                                    "SSD(RI)",
                                    "SCM"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Usage": {
                                "description": "Purpose for which the drive is used.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ParityGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup.Relationship",
                                "description": "A reference to a storageHitachiParityGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiDisk.List": {
                "title": "List of 'storage.HitachiDisk' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiDisk' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiDisk' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiDisk"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalParityGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiExternalParityGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiExternalParityGroup' resources.",
                "x-one-of-name": "storage.HitachiExternalParityGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalParityGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiExternalParityGroup": {
                "title": "Storage:Hitachi External Parity Group",
                "description": "The HitachiExternalParityGroup object defines an external parity group within the Hitachi storage array, encapsulating attributes related to external storage connections.\n#### Purpose\nHitachiExternalParityGroup serves as the foundational element for managing external parity groups, supporting operations related to capacity, utilization, and emulation settings.\n#### Key Concepts\n- **External Storage Management:** Manages usage rates, capacities, and emulation types for external parity groups.\n- **Privilege Sets:** Ensures secure management of external parity group settings with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized operations.",
                "x-allOf-name": "storage.HitachiExternalParityGroup",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiExternalParityGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiExternalParityGroup"
                                ],
                                "default": "storage.HitachiExternalParityGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiExternalParityGroup"
                                ],
                                "default": "storage.HitachiExternalParityGroup",
                                "x-enum-as-string": true
                            },
                            "AllocatableOpenVolumeCapacity": {
                                "description": "From among the open volumes in the external parity group, the total capacity of volumes to which paths can be allocated (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllocatedOpenVolumeCapacity": {
                                "description": "From among the open volumes in the external parity group, the total capacity of volumes to which paths are allocated (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvailableVolumeCapacity": {
                                "description": "Available capacity of the external parity group, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClprId": {
                                "description": "Number of CLPR to which the external parity group belongs.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EmulationType": {
                                "description": "Emulation type of the external parity group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalProductId": {
                                "description": "Storage system that is connected using the external storage connection functionality of Universal Volume Manager.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LargestAvailableCapacity": {
                                "description": "Maximum capacity of the non-volume areas in the external parity group (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "External parity group number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReservedOpenVolumeCapacity": {
                                "description": "From among the open volumes in the external parity group, the total capacity of volumes which are reserved (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Spaces": {
                                "type": "array",
                                "items": {
                                    "description": "Some attributes for the free space and the LDEV defined in the specified external parity group.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.Space",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "StorageUtilization": {
                                "description": "Storage utilization of the external parity group in a storage array.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiCapacity",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalOpenVolumeCapacity": {
                                "description": "Total volume capacity of the open volumes in the external parity group (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnallocatedOpenVolumeCapacity": {
                                "description": "From among the open volumes in the external parity group, the total capacity of volumes to which paths are not allocated (KB).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedCapacityRate": {
                                "description": "Usage rate of the external parity group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalParityGroup.List": {
                "title": "List of 'storage.HitachiExternalParityGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiExternalParityGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiExternalParityGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalParityGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalPathGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiExternalPathGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiExternalPathGroup' resources.",
                "x-one-of-name": "storage.HitachiExternalPathGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalPathGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiExternalPathGroup": {
                "title": "Storage:Hitachi External Path Group",
                "description": "The HitachiExternalPathGroup object represents an external path group within the Hitachi storage array, providing functionalities for managing path settings and attributes.\n#### Purpose\nHitachiExternalPathGroup is designed to handle external path group operations, supporting the configuration and monitoring of path settings and serial numbers.\n#### Key Concepts\n- **Path Management:** Defines path group numbers, serial numbers, and product IDs for external path groups.\n- **Privilege Sets:** Ensures secure access and management of external path group entities with defined privilege sets.\n- **Licensing:** Supports operations under specified entitlements, complying with licensing requirements.",
                "x-allOf-name": "storage.HitachiExternalPathGroup",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiExternalPathGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiExternalPathGroup"
                                ],
                                "default": "storage.HitachiExternalPathGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiExternalPathGroup"
                                ],
                                "default": "storage.HitachiExternalPathGroup",
                                "x-enum-as-string": true
                            },
                            "ExternalParityGroups": {
                                "type": "array",
                                "items": {
                                    "description": "The following properties are stored for each external parity group..",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.ExternalParityGroup",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ExternalPaths": {
                                "type": "array",
                                "items": {
                                    "description": "The following properties are restored for each LU on the external storage system.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.ExternalPath",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ExternalProductId": {
                                "description": "Product ID of the external storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalSerialNumber": {
                                "description": "Serial number of the external storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "External path group number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalPathGroup.List": {
                "title": "List of 'storage.HitachiExternalPathGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiExternalPathGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiExternalPathGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalPathGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalStorageLun.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiExternalStorageLun' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiExternalStorageLun' resources.",
                "x-one-of-name": "storage.HitachiExternalStorageLun.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStorageLun.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiExternalStorageLun": {
                "title": "Storage:Hitachi External Storage Lun",
                "description": "The HitachiExternalStorageLun object represents a list of logical units defined for external storage ports connected to the local storage system, supporting LUN management and operations.\n#### Purpose\nHitachiExternalStorageLun is designed to manage logical units within external storage ports, facilitating operations related to LUN settings and capacities.\n#### Key Concepts\n- **LUN Management:** Defines settings for LUNs, including port IDs, WWN, and capacity information for external storage systems.\n- **Privilege Sets:** Provides controlled access for managing external storage LUN settings with defined privilege sets.\n- **Licensing:** Supports operations under specified entitlements, adhering to licensing requirements.",
                "x-allOf-name": "storage.HitachiExternalStorageLun",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiExternalStorageLun', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiExternalStorageLun"
                                ],
                                "default": "storage.HitachiExternalStorageLun",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiExternalStorageLun"
                                ],
                                "default": "storage.HitachiExternalStorageLun",
                                "x-enum-as-string": true
                            },
                            "ExternalLun": {
                                "description": "LUN that can be referenced from the port on the external storage system.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalPortId": {
                                "description": "Object ID of ports on an external storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalVolumeCapacity": {
                                "description": "Capacity of the external volume on the external storage system (1 block = 512 bytes).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalVolumeInfo": {
                                "description": "The product ID and the device identification (output in ASCII format) in the SCSI information for the external volume on the external storage system. This information is obtained in a format in which the product ID and the device identification are concatenated by a space.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalWwn": {
                                "description": "WWN of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiIpAddress": {
                                "description": "The iSCSI IP Address of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiName": {
                                "description": "The iSCSI Name of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port ID of the local storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualPortId": {
                                "description": "Virtual port ID. This attribute is displayed when an iSCSI port is used and virtual port mode is enabled.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ExternalStoragePort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort.Relationship",
                                "description": "A reference to a storageHitachiExternalStoragePort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalStorageLun.List": {
                "title": "List of 'storage.HitachiExternalStorageLun' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiExternalStorageLun' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiExternalStorageLun' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStorageLun"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalStoragePort.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiExternalStoragePort' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiExternalStoragePort' resources.",
                "x-one-of-name": "storage.HitachiExternalStoragePort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiExternalStoragePort.Relationship": {
                "description": "A relationship to the 'storage.HitachiExternalStoragePort' resource, or the expanded 'storage.HitachiExternalStoragePort' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiExternalStoragePort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiExternalStoragePort": {
                "title": "Storage:Hitachi External Storage Port",
                "description": "The HitachiExternalStoragePort object defines a port entity for external storage systems connected to the local storage system, facilitating communication and connection management.\n#### Purpose\nHitachiExternalStoragePort serves as a critical component for managing external storage ports, supporting settings related to port IDs, WWN, and iSCSI configurations.\n#### Key Concepts\n- **Port Configuration:** Provides settings for port IDs, WWN, and iSCSI IP addresses for external storage ports.\n- **Privilege Sets:** Ensures controlled access for managing external storage port configurations with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized operations.",
                "x-allOf-name": "storage.HitachiExternalStoragePort",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiExternalStoragePort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiExternalStoragePort"
                                ],
                                "default": "storage.HitachiExternalStoragePort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiExternalStoragePort"
                                ],
                                "default": "storage.HitachiExternalStoragePort",
                                "x-enum-as-string": true
                            },
                            "ExternalIsUsed": {
                                "description": "Is Used of the external storage.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalPathMode": {
                                "description": "Path Mode of the external storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalPortId": {
                                "description": "Object ID of ports on an external storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalSerialNumber": {
                                "description": "Serial Number of the external storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalStorageInfo": {
                                "description": "Storage Information of the external storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExternalWwn": {
                                "description": "WWN of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiIpAddress": {
                                "description": "The iSCSI IP Address of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiName": {
                                "description": "The iSCSI Name of the external storage port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port ID of the local storage.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualPortId": {
                                "description": "Virtual port ID. This attribute is displayed when an iSCSI port is used and virtual port mode is enabled.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiExternalStoragePort.List": {
                "title": "List of 'storage.HitachiExternalStoragePort' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiExternalStoragePort' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiExternalStoragePort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiExternalStoragePort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiHost.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiHost' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiHost' resources.",
                "x-one-of-name": "storage.HitachiHost.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiHost.Relationship": {
                "description": "A relationship to the 'storage.HitachiHost' resource, or the expanded 'storage.HitachiHost' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiHost.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiHost": {
                "title": "Storage:Hitachi Host",
                "description": "The HitachiHost object represents a host group entity in the Hitachi storage array, serving as an abstraction for organizing storage network addresses. It facilitates communication control between client computers and storage volumes.\n#### Purpose\nHitachiHost is critical for managing host groups, ensuring secure and efficient communication within storage networks through the organization of network addresses.\n#### Key Concepts\n- **Host Group Configuration:** Provides settings for port IDs, types, and security configurations within host groups.\n- **Authentication:** Supports iSCSI target authentication modes, enhancing security and access control.\n- **Privilege Sets:** Ensures secure management of host groups with defined access privileges.\n- **Licensing:** Operates under specified entitlements, supporting authorized operations.",
                "x-allOf-name": "storage.HitachiHost",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHost"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiHost', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiHost"
                                ],
                                "default": "storage.HitachiHost",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiHost"
                                ],
                                "default": "storage.HitachiHost",
                                "x-enum-as-string": true
                            },
                            "AuthenticationMode": {
                                "description": "Authentication mode for the iSCSI target.\n* `N/A` - Authentication Mode is not available.\n* `CHAP` - CHAP-authentication mode.\n* `NONE` - Authentication mode is not set.\n* `BOTH` - Comply with Host Setting.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "CHAP",
                                    "NONE",
                                    "BOTH"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostGroupId": {
                                "description": "ID of the host group for this host.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostGroupNumber": {
                                "description": "Host group number for this host.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostModeOptions": {
                                "type": "array",
                                "items": {
                                    "description": "Number of options for setting the host mode option of the host group.",
                                    "type": "integer",
                                    "format": "int64",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "IsChapMutual": {
                                "description": "Mutual CHAP setting that is Enabled or Disabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiName": {
                                "description": "IQN (iSCSI qualified name). Can be up to 255 characters long.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port ID of the host group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortLunSecurity": {
                                "description": "LUN security setting for the port.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Host Group type, it can be FC or iSCSI.\n* `FC` - Port supports fibre channel protocol.\n* `iSCSI` - Port supports iSCSI protocol.\n* `FCoE` - Port supports fibre channel over ethernet protocol.",
                                "type": "string",
                                "enum": [
                                    "FC",
                                    "iSCSI",
                                    "FCoE"
                                ],
                                "default": "FC",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Wwn": {
                                "description": "World wide port name, 64 bit address represented in hexa decimal notation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiHost.List": {
                "title": "List of 'storage.HitachiHost' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiHost' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiHost' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiHostLun.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiHostLun' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiHostLun' resources.",
                "x-one-of-name": "storage.HitachiHostLun.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHostLun.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiHostLun": {
                "title": "Storage:Hitachi Host Lun",
                "description": "The HitachiHostLun object represents a host LUN entity within a Hitachi storage array. It facilitates public connections to hosts within host groups, supporting effective data access and communication.\n#### Purpose\nHitachiHostLun is integral to managing host LUNs within Hitachi arrays. It enables seamless connectivity to volumes, ensuring efficient data access and resource allocation.\n#### Key Concepts\n- **Public Connectivity:** Provides shared access to volumes across hosts within a host group, simplifying data access management.\n- **Volume Association:** Links host LUNs to specific volumes, supporting streamlined access and resource allocation.\n- **Host Group Integration:** Connects host LUNs to host groups, ensuring reliable communication pathways.\n- **Security and Control:** Implements settings for port and LUN security, enhancing access control and data protection.",
                "x-allOf-name": "storage.HitachiHostLun",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostLun"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiHostLun', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiHostLun"
                                ],
                                "default": "storage.HitachiHostLun",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiHostLun"
                                ],
                                "default": "storage.HitachiHostLun",
                                "x-enum-as-string": true
                            },
                            "PortId": {
                                "description": "Port ID of the Hitachi host lun.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Host": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHost.Relationship",
                                "description": "A reference to a storageHitachiHost resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volume": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume.Relationship",
                                "description": "A reference to a storageHitachiVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiHostLun.List": {
                "title": "List of 'storage.HitachiHostLun' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiHostLun' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiHostLun' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiHostLun"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiInitiator": {
                "title": "Storage:Hitachi Initiator",
                "description": "An initiator is the consumer of Hitachi Array, typically a server with an adapter card in it called a Host Bus Adapter (HBA). The initiator \"initiates\" a connection over the fabric to one or more ports on Hitachi Array ports.",
                "x-allOf-name": "storage.HitachiInitiator",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseInitiator"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiInitiator', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiInitiator"
                                ],
                                "default": "storage.HitachiInitiator",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiInitiator"
                                ],
                                "default": "storage.HitachiInitiator",
                                "x-enum-as-string": true
                            },
                            "Wwpn": {
                                "description": "World wide port name, 64 bit address represented in hexa decimal notation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiNvmSubsystem.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiNvmSubsystem' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiNvmSubsystem' resources.",
                "x-one-of-name": "storage.HitachiNvmSubsystem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiNvmSubsystem.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiNvmSubsystem": {
                "title": "Storage:Hitachi Nvm Subsystem",
                "description": "The HitachiNvmSubsystem object represents an NVM subsystem entity within the Hitachi storage array, providing functionalities for managing NVMe-oF connections and subsystems.\n#### Purpose\nHitachiNvmSubsystem serves as a critical component for managing NVM subsystems, supporting operations related to subsystem settings, security configurations, and namespace management.\n#### Key Concepts\n- **Subsystem Management:** Provides settings for subsystem IDs, security configurations, and namespace management within NVMe-oF connections.\n- **Privilege Sets:** Ensures controlled access for managing NVM subsystem configurations with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized operations.",
                "x-allOf-name": "storage.HitachiNvmSubsystem",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiNvmSubsystem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiNvmSubsystem"
                                ],
                                "default": "storage.HitachiNvmSubsystem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiNvmSubsystem"
                                ],
                                "default": "storage.HitachiNvmSubsystem",
                                "x-enum-as-string": true
                            },
                            "HostMode": {
                                "description": "Host mode of the NVM subsystem.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostModeOptions": {
                                "type": "array",
                                "items": {
                                    "description": "Number of the host mode option set for the NVM subsystem.",
                                    "type": "integer",
                                    "format": "int64",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "HostNqns": {
                                "type": "array",
                                "items": {
                                    "description": "Some properties related to a host NQN registered in the NVM subsystem are stored.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HostNqn",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Name": {
                                "description": "NVM subsystem ID. NVM subsystem is a resource to manage system components in an NVMe-oF connection.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NamespacePaths": {
                                "type": "array",
                                "items": {
                                    "description": "Some properties related to a host-namespace path that is set to the NVM subsystem are stored.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NamespacePath",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NamespaceSecuritySetting": {
                                "description": "Namespace security settings.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Namespaces": {
                                "type": "array",
                                "items": {
                                    "description": "Some properties related to a namespace created in the NVM subsystem are stored.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.Namespace",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NvmSubsystemName": {
                                "description": "NVM subsystem name. Can be up to 32 characters long.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NvmSubsystemNqn": {
                                "description": "Subsystem NQN. If the NVM subsystem is virtualized, the NQN of the virtualized NVM subsystem is output.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortIds": {
                                "type": "array",
                                "items": {
                                    "description": "NVM subsystem ports that are set to the NVM subsystem.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ResourceGroupId": {
                                "description": "Resource group ID of the resource group to which the NVM subsystem belongs.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "T10piMode": {
                                "description": "Status of the T10 PI mode of the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VirtualNvmSubsystemId": {
                                "description": "The Virtual NVM Subsystem ID property is applicable for use with storage systems in the VSP 5000 series.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiNvmSubsystem.List": {
                "title": "List of 'storage.HitachiNvmSubsystem' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiNvmSubsystem' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiNvmSubsystem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiNvmSubsystem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiParityGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiParityGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiParityGroup' resources.",
                "x-one-of-name": "storage.HitachiParityGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiParityGroup.Relationship": {
                "description": "A relationship to the 'storage.HitachiParityGroup' resource, or the expanded 'storage.HitachiParityGroup' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiParityGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiParityGroup": {
                "title": "Storage:Hitachi Parity Group",
                "description": "The HitachiParityGroup object defines a parity group within the Hitachi storage array, encapsulating key attributes related to disk configurations and settings.\n#### Purpose\nHitachiParityGroup serves as the foundational element for managing parity groups, supporting operations related to disk types, speeds, and compression settings.\n#### Key Concepts\n- **Disk Management:** Manages disk types, speeds, and settings related to accelerated compression and encryption.\n- **Privilege Sets:** Provides controlled access for managing parity group settings with defined privilege sets.\n- **Licensing:** Ensures operations are performed under specified entitlements, adhering to licensing requirements.",
                "x-allOf-name": "storage.HitachiParityGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseRaidGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiParityGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiParityGroup"
                                ],
                                "default": "storage.HitachiParityGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiParityGroup"
                                ],
                                "default": "storage.HitachiParityGroup",
                                "x-enum-as-string": true
                            },
                            "DiskSpeed": {
                                "description": "Speed (rpm) of the disk belonging to the parity group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskType": {
                                "description": "Type of the disk belonging to the parity group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsAcceleratedCompressionEnabled": {
                                "description": "Value of the accelerated compression of the parity group. true, Accelerated compression for the parity group is enabled. false, Accelerated compression for the parity group is disabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsCopyBackModeEnabled": {
                                "description": "Value of the copy back mode setting of the parity group. true, Copy back mode is enabled. false, Copy back mode is disabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsEncryptionEnabled": {
                                "description": "Value of the encryption setting of the parity group. true, Encryption is enabled. false, Encryption is disabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiParityGroup.List": {
                "title": "List of 'storage.HitachiParityGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiParityGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiParityGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiPool.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiPool' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiPool' resources.",
                "x-one-of-name": "storage.HitachiPool.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiPool.Relationship": {
                "description": "A relationship to the 'storage.HitachiPool' resource, or the expanded 'storage.HitachiPool' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiPool.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiPool": {
                "title": "Storage:Hitachi Pool",
                "description": "The HitachiPool object represents a pool entity within the Hitachi storage array, designed to manage and configure storage pools efficiently. This provides functionalities for monitoring and executing various operations related to storage pool management.\n#### Purpose\nHitachiPool serves as a pivotal element for managing storage pools, supporting the definition of execution modes, monitoring settings, and capacity thresholds.\n#### Key Concepts\n- **Capacity Management:** Handles total reserved capacity and threshold settings, ensuring optimal pool performance and resource allocation.\n- **Monitoring:** Supports performance monitoring execution modes, providing insights into pool operations.\n- **Privilege Sets:** Offers controlled access for pool management tasks with defined privilege sets.\n- **Licensing:** Complies with licensing operations under specified entitlements.",
                "x-allOf-name": "storage.HitachiPool",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseDiskPool"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiPool', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiPool"
                                ],
                                "default": "storage.HitachiPool",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiPool"
                                ],
                                "default": "storage.HitachiPool",
                                "x-enum-as-string": true
                            },
                            "BlockingModeBlockade": {
                                "description": "Setting the protection function for a virtual volume. When the DP pool is blockade, whether the read and write operations can be performed for the DP volume that uses the target DP pool is output. Yes, read and write operations are not possible. No, read and write operations are possible. -, Thin Image pool or not available.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BlockingModeFull": {
                                "description": "Setting the protection function for a virtual volume. When the DP pool is full, whether the read and write operations can be performed for the DP volume that uses the target DP pool is output. Yes, read and write operations are not possible. No, read and write operations are possible. -, Thin Image pool or not available.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DepletionThreshold": {
                                "description": "The depletion threshold set for the pool (%).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsShrinking": {
                                "description": "Whether the pool is shrinking is output.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MonitoringMode": {
                                "description": "Performance monitoring execution mode (monitor mode).\n* `N/A` - Performance monitoring is not available.\n* `Period mode` - Period mode is the default setting. If Period mode is enabled, tier range values and page relocations are determined based solely on the monitoring data from the last complete cycle.\n* `Continuous mode` - When Continuous mode is enabled, the weighted average efficiency is calculated using the latest monitoring information and the collected monitoring information in the past cycles. Page relocations are determined using this weighted average efficiency.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "Period mode",
                                    "Continuous mode"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MonitoringStatus": {
                                "description": "Status of monitor information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PoolActionMode": {
                                "description": "Execution mode for the pool.\n* `N/A` - Execution Mode is not available for the pool.\n* `Auto` - The mode in which the monitor is started or stopped at the specified time, and the Tier range is specified by automatic calculation of the DKC (specified by using Storage Navigator).\n* `Manual` - The mode in which the monitor is started or stopped by instructions from the REST API server, and the Tier range is specified by automatic calculation of the DKC.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "Auto",
                                    "Manual"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProgressOfReplacing": {
                                "description": "Displays the status of the tier relocation processing.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalReservedCapacity": {
                                "description": "Total capacity of the reserved page (bytes) of the DP volume that is related to the DP pool.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WarningThreshold": {
                                "description": "The warning threshold set for the pool (%).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiPool.List": {
                "title": "List of 'storage.HitachiPool' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiPool' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiPool' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiPort.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiPort' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiPort' resources.",
                "x-one-of-name": "storage.HitachiPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPort.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiPort": {
                "title": "Storage:Hitachi Port",
                "description": "The HitachiPort object encapsulates the characteristics of a port entity within a Hitachi storage array. It is essential for managing port configurations and security settings, supporting effective storage network operations.\n#### Purpose\nHitachiPort is vital to managing ports within Hitachi arrays. This provides control over port settings and security, ensuring reliable and secure network communication.\n#### Key Concepts\n- **Port Configuration:** Details settings and properties of storage ports, supporting efficient network management.\n- **Security Settings:** Implements security measures for ports, enhancing protection against unauthorized access.\n- **Network Management:** Facilitates management of network addresses and configurations, ensuring streamlined communication.\n- **Access Control:** Utilizes privilege sets to ensure secure and authorized operations on ports.",
                "x-allOf-name": "storage.HitachiPort",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BasePhysicalPort"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiPort"
                                ],
                                "default": "storage.HitachiPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiPort"
                                ],
                                "default": "storage.HitachiPort",
                                "x-enum-as-string": true
                            },
                            "FabricMode": {
                                "description": "Fabric mode of the port. true, Set. false, Not set.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipv4Address": {
                                "description": "IPv4 address of Hitachi Port.",
                                "type": "string",
                                "pattern": "^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipv6GlobalAddress": {
                                "description": "IPv6 global address value.",
                                "type": "string",
                                "pattern": "^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipv6LinkLocalAddress": {
                                "description": "IPv6 link local address value.",
                                "type": "string",
                                "pattern": "^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsIpv6Enable": {
                                "description": "Determines if IPv6 mode is enabled on the port.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoopId": {
                                "description": "The value set for the port loop ID (AL_PA).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortConnection": {
                                "description": "Topology setting for the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortLunSecurity": {
                                "description": "LUN security setting for the port.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortMode": {
                                "description": "Operation mode of the port. Possible values are FC-NVMe, FCP-SCSI, and NOT SUPPORTED.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Port type of the Hitachi port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ShortportId": {
                                "description": "Port ID (short) of the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TcpMtu": {
                                "description": "Value of MTU for iSCSI communication.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiPort.List": {
                "title": "List of 'storage.HitachiPort' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiPort' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairGad.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiRemoteCopyPairGad' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiRemoteCopyPairGad' resources.",
                "x-one-of-name": "storage.HitachiRemoteCopyPairGad.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairGad.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiRemoteCopyPairGad": {
                "title": "Storage:Hitachi Remote Copy Pair Gad",
                "description": "The HitachiRemoteCopyPairGad object represents the global-active device pair entity within the Hitachi storage array, focusing on replication management and operations.\n#### Purpose\nHitachiRemoteCopyPairGad is designed to manage global-active device pairs, supporting replication operations and monitoring of pair attributes.\n#### Key Concepts\n- **Replication Operations:** Manages replication types, LDEV numbers, and status information for global-active device pairs.\n- **Privilege Sets:** Provides controlled access for managing global-active device pair settings with defined privilege sets.\n- **Licensing:** Supports operations under specified entitlements, adhering to licensing requirements.",
                "x-allOf-name": "storage.HitachiRemoteCopyPairGad",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiRemoteCopyPairGad', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairGad"
                                ],
                                "default": "storage.HitachiRemoteCopyPairGad",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairGad"
                                ],
                                "default": "storage.HitachiRemoteCopyPairGad",
                                "x-enum-as-string": true
                            },
                            "CreatedLocalTime": {
                                "description": "Time at which the pair was created. The local time of the storage system is displayed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsSsws": {
                                "description": "Indicates whether the state of the volume on the local storage system is SSWS.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MuNumber": {
                                "description": "MU (mirror unit) number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Object ID of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolStorageSerial": {
                                "description": "Serial number of the storage system on the P-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuorumDiskId": {
                                "description": "ID of the Quorum disk. A value is input only in the case of global-active device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationType": {
                                "description": "Pair type of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SuspendedMode": {
                                "description": "Block or Remote instructions when a pair is suspended.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of secondary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolStorageSerial": {
                                "description": "Serial number of the storage system on the S-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairGad.List": {
                "title": "List of 'storage.HitachiRemoteCopyPairGad' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiRemoteCopyPairGad' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiRemoteCopyPairGad' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairGad"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairTc.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiRemoteCopyPairTc' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiRemoteCopyPairTc' resources.",
                "x-one-of-name": "storage.HitachiRemoteCopyPairTc.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairTc.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiRemoteCopyPairTc": {
                "title": "Storage:Hitachi Remote Copy Pair Tc",
                "description": "The HitachiRemoteCopyPairTc object represents a TrueCopy pair entity within the Hitachi storage array, focused on replication management and operations.\n#### Purpose\nHitachiRemoteCopyPairTc is designed to manage TrueCopy pairs, facilitating replication operations and monitoring of pair attributes.\n#### Key Concepts\n- **Replication Operations:** Manages replication types, LDEV numbers, and status information for TrueCopy pairs.\n- **Privilege Sets:** Provides controlled access for managing TrueCopy pair settings with defined privilege sets.\n- **Licensing:** Supports operations under specified entitlements, adhering to licensing requirements.",
                "x-allOf-name": "storage.HitachiRemoteCopyPairTc",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiRemoteCopyPairTc', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairTc"
                                ],
                                "default": "storage.HitachiRemoteCopyPairTc",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairTc"
                                ],
                                "default": "storage.HitachiRemoteCopyPairTc",
                                "x-enum-as-string": true
                            },
                            "MuNumber": {
                                "description": "MU (mirror unit) number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Object ID of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolStorageSerial": {
                                "description": "Serial number of the storage system on the P-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationType": {
                                "description": "Pair type of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of secondary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolStorageSerial": {
                                "description": "Serial number of the storage system on the S-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairTc.List": {
                "title": "List of 'storage.HitachiRemoteCopyPairTc' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiRemoteCopyPairTc' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiRemoteCopyPairTc' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairTc"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairUr.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiRemoteCopyPairUr' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiRemoteCopyPairUr' resources.",
                "x-one-of-name": "storage.HitachiRemoteCopyPairUr.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairUr.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiRemoteCopyPairUr": {
                "title": "Storage:Hitachi Remote Copy Pair Ur",
                "description": "The HitachiRemoteCopyPairUr object defines a Universal Replicator pair entity within the Hitachi storage array, supporting replication management and operations.\n#### Purpose\nHitachiRemoteCopyPairUr serves as a central component for managing Universal Replicator pairs, facilitating replication operations and monitoring of pair settings.\n#### Key Concepts\n- **Replication Management:** Provides settings for replication types, LDEV numbers, and status information for Universal Replicator pairs.\n- **Privilege Sets:** Ensures secure access and management of replication entities with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized replication operations.",
                "x-allOf-name": "storage.HitachiRemoteCopyPairUr",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiRemoteCopyPairUr', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairUr"
                                ],
                                "default": "storage.HitachiRemoteCopyPairUr",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiRemoteCopyPairUr"
                                ],
                                "default": "storage.HitachiRemoteCopyPairUr",
                                "x-enum-as-string": true
                            },
                            "MuNumber": {
                                "description": "MU (mirror unit) number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Object ID of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolStorageSerial": {
                                "description": "Serial number of the storage system on the P-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationType": {
                                "description": "Pair type of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of secondary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolStorageSerial": {
                                "description": "Serial number of the storage system on the S-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteCopyPairUr.List": {
                "title": "List of 'storage.HitachiRemoteCopyPairUr' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiRemoteCopyPairUr' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiRemoteCopyPairUr' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteCopyPairUr"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteReplication.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiRemoteReplication' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiRemoteReplication' resources.",
                "x-one-of-name": "storage.HitachiRemoteReplication.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteReplication.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiRemoteReplication": {
                "title": "Storage:Hitachi Remote Replication",
                "description": "The HitachiRemoteReplication object represents a remote copy pair entity within the Hitachi storage array, providing essential functionalities for replication operations.\n#### Purpose\nHitachiRemoteReplication serves as a critical component for managing remote replication operations, supporting the configuration and monitoring of copy pairs.\n#### Key Concepts\n- **Replication Management:** Defines replication types, journal IDs, and status information for remote copy pairs.\n- **Privilege Sets:** Ensures secure access and management of replication entities with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized replication operations.",
                "x-allOf-name": "storage.HitachiRemoteReplication",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiRemoteReplication', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiRemoteReplication"
                                ],
                                "default": "storage.HitachiRemoteReplication",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiRemoteReplication"
                                ],
                                "default": "storage.HitachiRemoteReplication",
                                "x-enum-as-string": true
                            },
                            "ConsistencyGroupId": {
                                "description": "Consistency group ID. If no consistency group consists, information is not input.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CopyPace": {
                                "description": "Copy speed. Number for the size of tracks to be copied.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeltaStatus": {
                                "description": "Status of the 3DC multi-target configuration that uses delta resync.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FenceLevel": {
                                "description": "Fence level. Whether the P-VOL can be written to when the pair is split due to error.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MuNumber": {
                                "description": "MU (mirror unit) number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Object ID of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PathGroupId": {
                                "description": "Path group ID of the RCU.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolIoMode": {
                                "description": "I-O mode of the P-VOL. Information is input only in the case of global-active device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolJournalId": {
                                "description": "Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolStorageSerial": {
                                "description": "Serial number of the storage system on the P-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuorumDiskId": {
                                "description": "ID of the Quorum disk. A value is input only in the case of global-active device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationType": {
                                "description": "Pair type of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the remote copy pair.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolIoMode": {
                                "description": "I-O mode of the S-VOL. Information is input only in the case of global-active device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolJournalId": {
                                "description": "Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of secondary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolStorageSerial": {
                                "description": "Serial number of the storage system on the S-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiRemoteReplication.List": {
                "title": "List of 'storage.HitachiRemoteReplication' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiRemoteReplication' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiRemoteReplication' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiRemoteReplication"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiSnapshot' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiSnapshot' resources.",
                "x-one-of-name": "storage.HitachiSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiSnapshot.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiSnapshot": {
                "title": "Storage:Hitachi Snapshot",
                "description": "The HitachiSnapshot object represents a snapshot entity within the Hitachi storage array, providing functionalities for managing snapshot data and operations.\n#### Purpose\nHitachiSnapshot is designed to handle snapshot operations, facilitating the creation, management, and monitoring of snapshot groups and volumes.\n#### Key Concepts\n- **Snapshot Management:** Defines snapshot group names, LDEV numbers, and status information for snapshot operations.\n- **Privilege Sets:** Ensures secure access and management of snapshot entities with defined privilege sets.\n- **Licensing:** Supports operations under specified entitlements, complying with licensing requirements.",
                "x-allOf-name": "storage.HitachiSnapshot",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiSnapshot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiSnapshot"
                                ],
                                "default": "storage.HitachiSnapshot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiSnapshot"
                                ],
                                "default": "storage.HitachiSnapshot",
                                "x-enum-as-string": true
                            },
                            "ConcordanceRate": {
                                "description": "Concordance rate for pairs.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsConsistencyGroup": {
                                "description": "Whether the pair was created in the consistency group mode (CTG mode).",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsMultistageable": {
                                "description": "Whether the pair can be a multistage pair.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsRedirectOnWrite": {
                                "description": "Returns whether it is a Thin Image Advanced pair.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MuNumber": {
                                "description": "MU number of the primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Object ID of the pair for snapshot data.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of the primary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotGroupName": {
                                "description": "Name of the snapshot group that contains the pair for snapshot data.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotPoolId": {
                                "description": "ID of the pool in which the snapshot data is created.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SplitTime": {
                                "description": "Time when snapshot data was created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Pair status. Pair status changes according to the pair operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of the secondary volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiSnapshot.List": {
                "title": "List of 'storage.HitachiSnapshot' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiSnapshot' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiVolume.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiVolume' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiVolume' resources.",
                "x-one-of-name": "storage.HitachiVolume.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiVolume.Relationship": {
                "description": "A relationship to the 'storage.HitachiVolume' resource, or the expanded 'storage.HitachiVolume' resource, or the 'null' value.",
                "x-one-of-name": "storage.HitachiVolume.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.HitachiVolume": {
                "title": "Storage:Hitachi Volume",
                "description": "The HitachiVolume object defines a volume entity within a Hitachi storage array. It encapsulates essential aspects of storage volumes, including their attributes, status, and associated pools and parity groups.\n#### Purpose\nHitachiVolume serves as the core component for managing storage volumes, facilitating operations such as viewing, management, and status monitoring within storage arrays.\n#### Key Concepts\n- **Volume Association:** Connects volumes to arrays and pools, providing comprehensive relationship management.\n- **Data Reduction:** Integrates capacity-saving functions through deduplication and compression settings.\n- **Privilege Sets:** Ensures secure access and management with defined privilege sets for volume-related operations.\n- **Licensing:** Operates under specific entitlements, adhering to licensing requirements.",
                "x-allOf-name": "storage.HitachiVolume",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseVolume"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiVolume', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiVolume"
                                ],
                                "default": "storage.HitachiVolume",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiVolume"
                                ],
                                "default": "storage.HitachiVolume",
                                "x-enum-as-string": true
                            },
                            "Attributes": {
                                "type": "array",
                                "items": {
                                    "description": "Volume attributes configured in the storage system.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ClprId": {
                                "description": "CLPR (Cache Logical Partition) number of this volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReductionMode": {
                                "description": "Setting of the capacity saving function (dedupe and compression).\n* `N/A` - The capacity saving function is not available.\n* `Compression` - The capacity saving function (compression) is enabled.\n* `Compression Deduplication` - The capacity saving function (compression and deduplication) is enabled.\n* `Disabled` - The capacity saving function (compression and deduplication) is disabled.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "Compression",
                                    "Compression Deduplication",
                                    "Disabled"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReductionStatus": {
                                "description": "Status of the capacity saving function.\n* `N/A` - The capacity saving function is not available.\n* `Enabled` - The capacity saving function is enabled.\n* `Disabled` - The capacity saving function is disabled.\n* `Enabling` - The capacity saving function is being enabled.\n* `Rehydrating` - The capacity saving function is being disabled.\n* `Deleting` - The volumes for which the capacity saving function is enabled are being deleted.\n* `Failed` - An attempt to enable the capacity saving function failed.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "Enabled",
                                    "Disabled",
                                    "Enabling",
                                    "Rehydrating",
                                    "Deleting",
                                    "Failed"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DriveType": {
                                "description": "Code indicating the drive type of the drive belonging to the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EmulationType": {
                                "description": "The volume emulation type or the volume status information.\n* `N/A` - The emulation type is not available.\n* `NOT DEFINED` - The volume is not implemented.\n* `DEFINING` - The volume is being created.\n* `REMOVING` - The volume is being removed.\n* `OPEN-V` - To be provided by Hitachi.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "NOT DEFINED",
                                    "DEFINING",
                                    "REMOVING",
                                    "OPEN-V"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsFullAllocationEnabled": {
                                "description": "Whether pages are reserved by the FullAllocation functionality.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label of the volume, as configured in the storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NamespaceId": {
                                "description": "Namespace ID registered in NVM Subsystem.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumOfPaths": {
                                "description": "Number of paths set for the volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NvmSubsystemId": {
                                "description": "NVM subsystem ID on storage system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ParityGroupIds": {
                                "type": "array",
                                "items": {
                                    "description": "Parity groups to which the volume belongs.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PoolId": {
                                "description": "ID of the pool with which the volume is associated.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RaidLevel": {
                                "description": "RAID level for the volume.\n* `N/A` - RAID level is unknown or multiple RAID levels are being used.\n* `RAID1` - RAID level of the given drives is RAID1.\n* `RAID5` - RAID level of the given drives is RAID5.\n* `RAID6` - RAID level of the given drives is RAID6.",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "RAID1",
                                    "RAID5",
                                    "RAID6"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RaidType": {
                                "description": "RAID type drive configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status information of the volume.\n* `N/A` - The volume status is not available.\n* `NML` - The volume is in normal status.\n* `BLK` - The volume is in blocked state.\n* `BSY` - The volume status is being changed.\n* `Unknown` - The volume status is unknown (not supported).",
                                "type": "string",
                                "enum": [
                                    "N/A",
                                    "NML",
                                    "BLK",
                                    "BSY",
                                    "Unknown"
                                ],
                                "default": "N/A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ParityGroups": {
                                "description": "An array of relationships to storageHitachiParityGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiParityGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Pool": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiPool.Relationship",
                                "description": "A reference to a storageHitachiPool resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiVolume.List": {
                "title": "List of 'storage.HitachiVolume' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiVolume' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiVolume' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolume"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiVolumeMigrationPair.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.HitachiVolumeMigrationPair' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.HitachiVolumeMigrationPair' resources.",
                "x-one-of-name": "storage.HitachiVolumeMigrationPair.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolumeMigrationPair.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.HitachiVolumeMigrationPair": {
                "title": "Storage:Hitachi Volume Migration Pair",
                "description": "The HitachiVolumeMigrationPair object defines a copy pair used for volume migration within the Hitachi storage array, focusing on migration operations and pair management.\n#### Purpose\nHitachiVolumeMigrationPair serves as a pivotal element for managing volume migration pairs, supporting operations related to copy modes and pair statuses.\n#### Key Concepts\n- **Migration Operations:** Manages copy modes, LDEV numbers, and status information for volume migration pairs.\n- **Privilege Sets:** Ensures secure access and management of migration pair settings with defined privilege sets.\n- **Licensing:** Operates under specified entitlements, supporting authorized migration operations.",
                "x-allOf-name": "storage.HitachiVolumeMigrationPair",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.HitachiVolumeMigrationPair', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.HitachiVolumeMigrationPair"
                                ],
                                "default": "storage.HitachiVolumeMigrationPair",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.HitachiVolumeMigrationPair"
                                ],
                                "default": "storage.HitachiVolumeMigrationPair",
                                "x-enum-as-string": true
                            },
                            "CopyMode": {
                                "description": "Copy mode. NotSynchronized or VolumeMigration is stored.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalCloneCopypairId": {
                                "description": "Object ID of the pair. The following informations of pair are output, separated by commas. <copy group name>, <device group name for the P-VOL (source volume)>, <device group name for the S-VOL (target volume)>, <name of the pair>.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolLdevId": {
                                "description": "LDEV number of the P-VOL (source volume) with a decimal (base 10) number.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PvolStatus": {
                                "description": "Pair volume status of the P-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolLdevId": {
                                "description": "LDEV number of the S-VOL (target volume) with a decimal (base 10) number.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvolStatus": {
                                "description": "Pair volume status of the S-VOL.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiArray.Relationship",
                                "description": "A reference to a storageHitachiArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.HitachiVolumeMigrationPair.List": {
                "title": "List of 'storage.HitachiVolumeMigrationPair' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.HitachiVolumeMigrationPair' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.HitachiVolumeMigrationPair' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.HitachiVolumeMigrationPair"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppAggregate.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppAggregate' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppAggregate' resources.",
                "x-one-of-name": "storage.NetAppAggregate.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppAggregate.Relationship": {
                "description": "A relationship to the 'storage.NetAppAggregate' resource, or the expanded 'storage.NetAppAggregate' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppAggregate.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppAggregate": {
                "title": "Storage:Net App Aggregate",
                "description": "NetApp aggregate is a collection of disks arranged into one or more RAID groups.",
                "x-allOf-name": "storage.NetAppAggregate",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseDiskPool"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppAggregate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppAggregate"
                                ],
                                "default": "storage.NetAppAggregate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppAggregate"
                                ],
                                "default": "storage.NetAppAggregate",
                                "x-enum-as-string": true
                            },
                            "AggregateType": {
                                "description": "Storage disk type for NetApp aggregate.\n* `HDD` - Hard Disk Drive disk type.\n* `Hybrid` - Solid State Hard Disk Drive.\n* `Hybrid (Flash Pool)` - SSHD in a flash pool disk type.\n* `SSD` - Solid State Disk disk type.\n* `SSD (FabricPool)` - SSD in a flash pool disk type.\n* `VMDisk (SDS)` - Storage disk with Hard disk drive.\n* `VMDisk (FabricPool)` - Storage disk with Non-volatile random-access memory drives.\n* `LUN (FlexArray)` - LUN (FlexArray) disk type.\n* `Not Mapped` - Storage disk is not mapped.",
                                "type": "string",
                                "enum": [
                                    "HDD",
                                    "Hybrid",
                                    "Hybrid (Flash Pool)",
                                    "SSD",
                                    "SSD (FabricPool)",
                                    "VMDisk (SDS)",
                                    "VMDisk (FabricPool)",
                                    "LUN (FlexArray)",
                                    "Not Mapped"
                                ],
                                "default": "HDD",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CloudStorage": {
                                "type": "array",
                                "items": {
                                    "description": "Aggregates providing cloud storage.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "EfficiencyRatio": {
                                "description": "Data reduction ratio (logical_used / used).",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of NetApp Aggregate across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "The node name for the aggregate.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RaidSize": {
                                "description": "Size of the RAID group represented by number of disks in the group.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RaidType": {
                                "description": "The RAID configuration type.\n* `Unknown` - Default unknown RAID type.\n* `RAID0` - RAID0 splits (\"stripes\") data evenly across two or more disks, without parity information.\n* `RAID1` - RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.\n* `RAID4` - RAID4 stripes block level data and dedicates a disk to parity.\n* `RAID5` - RAID5  distributes striping and parity at a block level.\n* `RAID6` - RAID6 level operates like RAID5 with distributed parity and striping.\n* `RAID10` - RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.\n* `RAIDDP` - RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.\n* `RAIDTEC` - With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "RAID0",
                                    "RAID1",
                                    "RAID4",
                                    "RAID5",
                                    "RAID6",
                                    "RAID10",
                                    "RAIDDP",
                                    "RAIDTEC"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "Current state of the NetApp aggregate.\n* `Unknown` - Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.\n* `Online` - Aggregate is ready and available.\n* `Onlining` - The state is transitioning online.\n* `Offline` - Aggregate is unavailable.\n* `Offlining` - The state is transitioning offline.\n* `Relocating` - The aggregate is being relocated.\n* `Restricted` - Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.\n* `Failed` - The aggregate cannot be brought online.\n* `Inconsistent` - The aggregate has been marked corrupted; contact technical support.\n* `Unmounted` - The aggregate is not mounted.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Online",
                                    "Onlining",
                                    "Offline",
                                    "Offlining",
                                    "Relocating",
                                    "Restricted",
                                    "Failed",
                                    "Inconsistent",
                                    "Unmounted"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of NetApp Aggregate.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppAggregateEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppAggregate.List": {
                "title": "List of 'storage.NetAppAggregate' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppAggregate' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppAggregate' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppAggregateEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppAggregateEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppAggregateEvent' resources.",
                "x-one-of-name": "storage.NetAppAggregateEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppAggregateEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppAggregateEvent' resource, or the expanded 'storage.NetAppAggregateEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppAggregateEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppAggregateEvent": {
                "title": "Storage:Net App Aggregate Event",
                "description": "An event where the impacted resource type is an aggregate.",
                "x-allOf-name": "storage.NetAppAggregateEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppAggregateEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppAggregateEvent"
                                ],
                                "default": "storage.NetAppAggregateEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppAggregateEvent"
                                ],
                                "default": "storage.NetAppAggregateEvent",
                                "x-enum-as-string": true
                            },
                            "Aggregate": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.Relationship",
                                "description": "A reference to a storageNetAppAggregate resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppAggregateEvent.List": {
                "title": "List of 'storage.NetAppAggregateEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppAggregateEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppAggregateEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregateEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppAutoSupport": {
                "title": "Storage:Net App Auto Support",
                "description": "AutoSupport settings for the cluster.",
                "x-allOf-name": "storage.NetAppAutoSupport",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppAutoSupport', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppAutoSupport"
                                ],
                                "default": "storage.NetAppAutoSupport",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppAutoSupport"
                                ],
                                "default": "storage.NetAppAutoSupport",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "Specifies whether the AutoSupport daemon is enabled. When this setting is disabled, delivery of all AutoSupport messages is turned off.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "From": {
                                "description": "The e-mail address from which the AutoSupport messages are sent.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProxyUrl": {
                                "description": "Proxy server for AutoSupport message delivery via HTTP/S.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Transport": {
                                "description": "The name of the transport protocol used to deliver AutoSupport messages.\n* `none` - Default value of none when nothing is returned.\n* `smtp` - Simple Mail Transfer Protocol.\n* `http` - Hypertext Transfer Protocol.\n* `https` - Hypertext Transfer Protocol Secure.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "smtp",
                                    "http",
                                    "https"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseDisk.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppBaseDisk' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppBaseDisk' resources.",
                "x-one-of-name": "storage.NetAppBaseDisk.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppBaseDisk.Relationship": {
                "description": "A relationship to the 'storage.NetAppBaseDisk' resource, or the expanded 'storage.NetAppBaseDisk' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppBaseDisk.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppBaseDisk": {
                "title": "Storage:Net App Base Disk",
                "description": "NetApp base disk is a storage array disk.",
                "x-allOf-name": "storage.NetAppBaseDisk",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayDisk"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppBaseDisk', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppBaseDisk"
                                ],
                                "default": "storage.NetAppBaseDisk",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppBaseDisk"
                                ],
                                "default": "storage.NetAppBaseDisk",
                                "x-enum-as-string": true
                            },
                            "BaseDiskModel": {
                                "description": "The NetApp base disk model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterUuid": {
                                "description": "Unique identity of the device.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContainerType": {
                                "description": "Supported container type for NetApp disk.\n* `Unknown` - Default container type is currently unknown.\n* `Aggregate` - Disk is used as a physical disk in an aggregate.\n* `Broken` - Disk is in a broken pool.\n* `Label Maintenance` - Disk is in online label maintenance list.\n* `Foreign` - Array LUN has been marked foreign.\n* `Maintenance` - Disk is in maintenance center.\n* `Mediator` - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.\n* `Shared` - Disk is partitioned or in a storage pool.\n* `Remote` - Disk belongs to a remote cluster.\n* `Spare` - The disk is a spare disk.\n* `Unassigned` - Disk ownership has not been assigned.\n* `Unsupported` - The disk is not supported.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Aggregate",
                                    "Broken",
                                    "Label Maintenance",
                                    "Foreign",
                                    "Maintenance",
                                    "Mediator",
                                    "Shared",
                                    "Remote",
                                    "Spare",
                                    "Unassigned",
                                    "Unsupported"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskBay": {
                                "description": "NetApp base disk shelf bay.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskSerialNumber": {
                                "description": "NetApp base disk serial number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskShelfId": {
                                "description": "NetApp base disk shelf id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskShelfModel": {
                                "description": "NetApp base disk shelf model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskShelfName": {
                                "description": "NetApp base disk shelf name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiskType": {
                                "description": "The type of the NetApp disk.\n* `Unknown` - Default unknown disk type.\n* `SSDNVM` - Solid state disk with Non-Volatile Memory Express protocol enabled.\n* `ATA` - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.\n* `FCAL` - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.\n* `BSAS` - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.\n* `FSAS` - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.\n* `LUN` - Logical Unit Number refers to a logical disk.\n* `SAS` - Storage disk with serial attached SCSI.\n* `MSATA` - SATA disk in multi-disk carrier storage shelf.\n* `SSD` - Storage disk with Solid state disk.\n* `VMDISK` - Virtual machine Data Disk.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "SSDNVM",
                                    "ATA",
                                    "FCAL",
                                    "BSAS",
                                    "FSAS",
                                    "LUN",
                                    "SAS",
                                    "MSATA",
                                    "SSD",
                                    "VMDISK"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "The node name for the disk.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "Current state of the NetApp disk.\n* `Present` - Storage disk state type is present.\n* `Copy` - Storage disk state type is copy.\n* `Broken` - Storage disk state type is broken.\n* `Maintenance` - Storage disk state type is maintenance.\n* `Partner` - Storage disk state type is partner.\n* `Pending` - Storage disk state type is pending.\n* `Reconstructing` - Storage disk state type is reconstructing.\n* `Removed` - Storage disk state type is removed.\n* `Spare` - Storage disk state type is spare.\n* `Unfail` - Storage disk state type is unfail.\n* `Zeroing` - Storage disk state type is zeroing.",
                                "type": "string",
                                "enum": [
                                    "Present",
                                    "Copy",
                                    "Broken",
                                    "Maintenance",
                                    "Partner",
                                    "Pending",
                                    "Reconstructing",
                                    "Removed",
                                    "Spare",
                                    "Unfail",
                                    "Zeroing"
                                ],
                                "default": "Present",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the NetApp Disk.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DiskPool": {
                                "description": "An array of relationships to storageNetAppAggregate resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppDiskEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseDisk.List": {
                "title": "List of 'storage.NetAppBaseDisk' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppBaseDisk' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppBaseDisk' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseEvent": {
                "title": "Storage:Net App Base Event",
                "description": "An event is a notification that is generated automatically when a predefined condition occurs or when an object crosses a threshold.",
                "x-allOf-name": "storage.NetAppBaseEvent",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppBaseEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppAggregateEvent",
                                    "storage.NetAppClusterEvent",
                                    "storage.NetAppDataIpInterfaceEvent",
                                    "storage.NetAppDiskEvent",
                                    "storage.NetAppEthernetPortEvent",
                                    "storage.NetAppFcInterfaceEvent",
                                    "storage.NetAppFcPortEvent",
                                    "storage.NetAppIpInterfaceEvent",
                                    "storage.NetAppLunEvent",
                                    "storage.NetAppNodeEvent",
                                    "storage.NetAppNonDataIpInterfaceEvent",
                                    "storage.NetAppSvmEvent",
                                    "storage.NetAppVolumeEvent"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppAggregateEvent",
                                    "storage.NetAppClusterEvent",
                                    "storage.NetAppDataIpInterfaceEvent",
                                    "storage.NetAppDiskEvent",
                                    "storage.NetAppEthernetPortEvent",
                                    "storage.NetAppFcInterfaceEvent",
                                    "storage.NetAppFcPortEvent",
                                    "storage.NetAppIpInterfaceEvent",
                                    "storage.NetAppLunEvent",
                                    "storage.NetAppNodeEvent",
                                    "storage.NetAppNonDataIpInterfaceEvent",
                                    "storage.NetAppSvmEvent",
                                    "storage.NetAppVolumeEvent"
                                ],
                                "x-enum-as-string": true
                            },
                            "Cause": {
                                "description": "A message describing the cause for the event.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterUuid": {
                                "description": "Unique identifier of the cluster across the datacenter.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CurrentState": {
                                "description": "The current state of the event.\n* `unknown` - Default unknown current state.\n* `new` - The current state of the event is new.\n* `acknowledged` - The current state of the event is acknowledged.\n* `resolved` - The current state of the event is resolved.\n* `obsolete` - The current state of the event is obsolete.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "new",
                                    "acknowledged",
                                    "resolved",
                                    "obsolete"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Duration": {
                                "description": "Time since the event was created, in ISO8601 standard.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImpactArea": {
                                "description": "Impact area of the event (availability, capacity, configuration, performance, protection, or security).\n* `unknown` - Default unknown impact area.\n* `availability` - The impact area of the event is availability.\n* `capacity` - The impact area of the event is capacity.\n* `configuration` - The impact area of the event is configuration.\n* `performance` - The impact area of the event is performance.\n* `protection` - The impact area of the event is protection.\n* `security` - The impact area of the event is security.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "availability",
                                    "capacity",
                                    "configuration",
                                    "performance",
                                    "protection",
                                    "security"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImpactLevel": {
                                "description": "Impact level of the event (event, risk, incident, or upgrade).\n* `unknown` - Default unknown impact level.\n* `event` - The impact level of the event is event.\n* `risk` - The impact level of the event is risk.\n* `incident` - The impact level of the event is incident.\n* `upgrade` - The impact level of the event is upgrade.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "event",
                                    "risk",
                                    "incident",
                                    "upgrade"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImpactResourceName": {
                                "description": "The full name of the source of the event.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImpactResourceType": {
                                "description": "Type of resource with which the event is associated.\n* `unknown` - Default unknown resource type.\n* `aggregate` - The type of resource impacted by the event is an aggregate.\n* `cluster` - The type of resource impacted by the event is a cluster.\n* `cluster_node` - The type of resource impacted by the event is a node.\n* `disk` - The type of resource impacted by the event is a disk.\n* `fcp_lif` - The type of resource impacted by the event is a FC interface.\n* `fcp_port` - The type of resource impacted by the event is a FC port.\n* `lun` - The type of resource impacted by the event is a lun.\n* `network_lif` - The type of resource impacted by the event is an ethernet interface.\n* `network_port` - The type of resource impacted by the event is an ethernet port.\n* `volume` - The type of resource impacted by the event is a volume.\n* `vserver` - The type of resource impacted by the event is a storage VM.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "aggregate",
                                    "cluster",
                                    "cluster_node",
                                    "disk",
                                    "fcp_lif",
                                    "fcp_port",
                                    "lun",
                                    "network_lif",
                                    "network_port",
                                    "volume",
                                    "vserver"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImpactResourceUuid": {
                                "description": "The unique identifier of the impacted resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the event that occurred.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeUuid": {
                                "description": "Unique identifier of the node across the cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Severity": {
                                "description": "The severity of the event.\n* `unknown` - Default unknown severity.\n* `normal` - The severity of the event is normal.\n* `information` - The severity of the event is information.\n* `warning` - The severity of the event is warning.\n* `error` - The severity of the event is error.\n* `critical` - The severity of the event is critical.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "normal",
                                    "information",
                                    "warning",
                                    "error",
                                    "critical"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier of the storage VM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Unique identifier of the event.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseIpInterface": {
                "title": "Storage:Net App Base Ip Interface",
                "description": "NetApp IP interface is a logical interface.",
                "x-allOf-name": "storage.NetAppBaseIpInterface",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppBaseIpInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppDataIpInterface",
                                    "storage.NetAppNonDataIpInterface"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppDataIpInterface",
                                    "storage.NetAppNonDataIpInterface"
                                ],
                                "x-enum-as-string": true
                            },
                            "CurrentNode": {
                                "description": "Name of the current node of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CurrentPort": {
                                "description": "Name of the current port of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "IP interface is enabled or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomeNode": {
                                "description": "Name of home node of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomePort": {
                                "description": "Name of home port of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterfaceIsHome": {
                                "description": "Reports whether the IP interface is home or has failed over to its HA peer.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterfaceState": {
                                "description": "The state of the IP interface.\n* `Down` - The state is set to down if the interface is not enabled.\n* `Up` - The state is set to up if the interface is enabled.",
                                "type": "string",
                                "enum": [
                                    "Down",
                                    "Up"
                                ],
                                "default": "Down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IP address of interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpFamily": {
                                "description": "IP address family of interface.\n* `IPv4` - IP address family type is IPv4.\n* `IPv6` - IP address family type is IP6.",
                                "type": "string",
                                "enum": [
                                    "IPv4",
                                    "IPv6"
                                ],
                                "default": "IPv4",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipspace": {
                                "description": "The name of the IPspace of the IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsHome": {
                                "description": "Reports whether the IP interface is home or has failed over to its HA peer.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocationFailover": {
                                "description": "Defines where an interface may failover, [ home_port_only, default, home_node_only, sfo_partners_only, broadcast_domain_only ].",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Netmask": {
                                "description": "The netmask of the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServicePolicyName": {
                                "description": "Service policy name of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServicePolicyUuid": {
                                "description": "Service policy UUID of IP interface.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Services": {
                                "type": "array",
                                "items": {
                                    "description": "Services of IP interface.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "State": {
                                "description": "The state of the IP interface.\n* `down` - An inactive port is listed as Down.\n* `up` - An active port is listed as Up.\n* `present` - An active port is listed as present.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "enum": [
                                    "down",
                                    "up",
                                    "present"
                                ],
                                "default": "down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of NetApp IP Interface.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseSnapMirrorPolicy.Relationship": {
                "description": "A relationship to the 'storage.NetAppBaseSnapMirrorPolicy' resource, or the expanded 'storage.NetAppBaseSnapMirrorPolicy' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppBaseSnapMirrorPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapMirrorPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppBaseSnapMirrorPolicy": {
                "title": "Storage:Net App Base Snap Mirror Policy",
                "description": "NetApp SnapMirror policy when applied to a SnapMirror relationship, controls the behavior of the relationship and specifies the configuration attributes for that relationship.",
                "x-allOf-name": "storage.NetAppBaseSnapMirrorPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppBaseSnapMirrorPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppClusterSnapMirrorPolicy",
                                    "storage.NetAppSvmSnapMirrorPolicy"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppClusterSnapMirrorPolicy",
                                    "storage.NetAppSvmSnapMirrorPolicy"
                                ],
                                "x-enum-as-string": true
                            },
                            "Comment": {
                                "description": "Comment associated with the policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CopyAllSourceSnapshots": {
                                "description": "Specifies whether all source Snapshot copies should be copied to the destination on a transfer rather than specifying specific retentions. It is applicable only to async policies.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the NetApp SnapMirror policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "Identifies whether the SnapMirror policy is owned by the storage virtual machine or the cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SyncType": {
                                "description": "SnapMirror policy sync_type is either sync, strict_sync, or automated_failover. Property is applicable only to the policies of type \"sync\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransferScheduleName": {
                                "description": "Name of the schedule used to update asynchronous relationships.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransferScheduleUuid": {
                                "description": "Uuid of the schedule used to update asynchronous relationships.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "SnapMirror policy type can be async, sync, or continuous.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of the NetApp SnapMirror policy.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppBaseSnapshotPolicy": {
                "title": "Storage:Net App Base Snapshot Policy",
                "description": "NetApp Snapshot policy controls the behavior and schedule of snapshots when applied to a volume.",
                "x-allOf-name": "storage.NetAppBaseSnapshotPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppBaseSnapshotPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppClusterSnapshotPolicy",
                                    "storage.NetAppSvmSnapshotPolicy"
                                ],
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "storage.NetAppClusterSnapshotPolicy",
                                    "storage.NetAppSvmSnapshotPolicy"
                                ],
                                "x-enum-as-string": true
                            },
                            "Copies": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of NetApp Snapshot policy schedules that define the intervals at which Snapshot copies are created.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSnapshotPolicySchedule",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Enabled": {
                                "description": "Snapshot policy is enabled or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the NetApp Snapshot Policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Scope": {
                                "description": "Identifies whether the Snapshot Policy is owned by the Storage Virtual Machine or the cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of the NetApp Snapshot Policy.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCifsAcl": {
                "title": "Storage:Net App Cifs Acl",
                "description": "Access Control List entry for the CIFS share.",
                "x-allOf-name": "storage.NetAppCifsAcl",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppCifsAcl', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppCifsAcl"
                                ],
                                "default": "storage.NetAppCifsAcl",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppCifsAcl"
                                ],
                                "default": "storage.NetAppCifsAcl",
                                "x-enum-as-string": true
                            },
                            "Permission": {
                                "description": "Access rights that a user or group has on the defined CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of operating system for the CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserOrGroup": {
                                "description": "User or group name to add to the access control list of a CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCifsService.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppCifsService' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppCifsService' resources.",
                "x-one-of-name": "storage.NetAppCifsService.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsService.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppCifsService": {
                "title": "Storage:Net App Cifs Service",
                "description": "NetApp CIFS service represents a CIFS server on a storage virtual machine.",
                "x-allOf-name": "storage.NetAppCifsService",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppCifsService', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppCifsService"
                                ],
                                "default": "storage.NetAppCifsService",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppCifsService"
                                ],
                                "default": "storage.NetAppCifsService",
                                "x-enum-as-string": true
                            },
                            "ActiveDirectoryFqdn": {
                                "description": "The fully qualified domain name of the Windows Active Directory to which this CIFS server belongs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdOrganizationalUnit": {
                                "description": "Identifies the organizational unit within the Active Directory domain to associate with the CIFS server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Comment": {
                                "description": "A descriptive text comment for the CIFS server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Indicates that the CIFS service is administratively enabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerName": {
                                "description": "Name of the NetApp CIFS server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the CIFS service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier for the NetApp Storage Virtual Machine.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCifsService.List": {
                "title": "List of 'storage.NetAppCifsService' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppCifsService' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppCifsService' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsService"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCifsShare.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppCifsShare' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppCifsShare' resources.",
                "x-one-of-name": "storage.NetAppCifsShare.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsShare.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppCifsShare": {
                "title": "Storage:Net App Cifs Share",
                "description": "NetApp CIFS share is a named access point in a volume which is tied to the CIFS server on the SVM.",
                "x-allOf-name": "storage.NetAppCifsShare",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppCifsShare', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppCifsShare"
                                ],
                                "default": "storage.NetAppCifsShare",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppCifsShare"
                                ],
                                "default": "storage.NetAppCifsShare",
                                "x-enum-as-string": true
                            },
                            "Comment": {
                                "description": "Description of the CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Encryption": {
                                "description": "Indicates that SMB encryption must be used when accessing the share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomeDirectory": {
                                "description": "Indicates that the share is a home directory share, where the share and path names are dynamic.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the NetApp CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetAppCifsAcl": {
                                "type": "array",
                                "items": {
                                    "description": "Access Control List (ACL) defining the users and groups that have permissions to access the CIFS share.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsAcl",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Path": {
                                "description": "The fully-qualified pathname in the owning SVM namespace that is shared through the share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the CIFS share.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier for the NetApp Storage Virtual Machine.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCifsShare.List": {
                "title": "List of 'storage.NetAppCifsShare' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppCifsShare' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppCifsShare' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCifsShare"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCloudTarget.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppCloudTarget' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppCloudTarget' resources.",
                "x-one-of-name": "storage.NetAppCloudTarget.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCloudTarget.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppCloudTarget": {
                "title": "Storage:Net App Cloud Target",
                "description": "Cloud target is a collection of cloud provider configuration information for targets e.g., AWS_S3 or Azure_Cloud.",
                "x-allOf-name": "storage.NetAppCloudTarget",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppCloudTarget', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppCloudTarget"
                                ],
                                "default": "storage.NetAppCloudTarget",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppCloudTarget"
                                ],
                                "default": "storage.NetAppCloudTarget",
                                "x-enum-as-string": true
                            },
                            "AccessKey": {
                                "description": "Access key ID for AWS_S3 and other S3 compatible provider types.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AuthenticationType": {
                                "description": "Authentication used to access the target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AzureAccount": {
                                "description": "Azure cloud account name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CapUrl": {
                                "description": "Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CertificateValidationEnabled": {
                                "description": "Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CloudStorage": {
                                "type": "array",
                                "items": {
                                    "description": "Configuration information for each cloud storage portion of the aggregate.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Container": {
                                "description": "Data bucket/container name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipspace": {
                                "description": "IPspace to use in order to reach the cloud target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the cloud target.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Owner": {
                                "description": "Owner of the target. Allowed values are FabricPool or SnapMirror.\n* `FabricPool` - NetApp FabricPool Cloud Target owner.\n* `SnapMirror` - NetApp SnapMirror Cloud Target owner.",
                                "type": "string",
                                "enum": [
                                    "FabricPool",
                                    "SnapMirror"
                                ],
                                "default": "FabricPool",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "Port number of the object store that ONTAP uses when establishing a connection.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProviderType": {
                                "description": "Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.\n* `ONTAP_S3` - Cloud target provider type ONTAP_S3.\n* `AliCloud` - Cloud target provider type AliCloud.\n* `AWS_S3` - Cloud target provider type AWS S3.\n* `Azure_Cloud` - Cloud target provider type Azure_Cloud.\n* `GoogleCloud` - Cloud target provider type GoogleCloud.\n* `IBM_COS` - Cloud target provider type IBM_COS.\n* `SGWS` - Cloud target provider type SGWS.",
                                "type": "string",
                                "enum": [
                                    "ONTAP_S3",
                                    "AliCloud",
                                    "AWS_S3",
                                    "Azure_Cloud",
                                    "GoogleCloud",
                                    "IBM_COS",
                                    "SGWS"
                                ],
                                "default": "ONTAP_S3",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Server": {
                                "description": "Fully qualified domain name of the object store server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapMirrorUse": {
                                "description": "Use of the cloud target by SnapMirror.\n* `data` - Data is stored in the SnapMirror target.\n* `metadata` - Metadata is stored in the SnapMirror target.",
                                "type": "string",
                                "enum": [
                                    "data",
                                    "metadata"
                                ],
                                "default": "data",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SslEnabled": {
                                "description": "SSL/HTTPS enabled or not.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Used": {
                                "description": "The amount of cloud space used by all the aggregates attached to the target, in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of the cloud target.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCloudTarget.List": {
                "title": "List of 'storage.NetAppCloudTarget' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppCloudTarget' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppCloudTarget' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCloudTarget"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCluster.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppCluster' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppCluster' resources.",
                "x-one-of-name": "storage.NetAppCluster.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppCluster.Relationship": {
                "description": "A relationship to the 'storage.NetAppCluster' resource, or the expanded 'storage.NetAppCluster' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppCluster.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppCluster": {
                "title": "Storage:Net App Cluster",
                "description": "The NetAppCluster object is a pivotal component within storage systems, representing a unified collection of nodes that function together as a scalable entity. This encapsulates the core characteristics and operational aspects of a storage cluster, providing a comprehensive framework for managing and monitoring cluster-level resources and activities.\n#### Purpose\nA NetAppCluster serves as the central entity for storage management, integrating multiple nodes to deliver high availability, performance, and capacity management. It acts as a control point for orchestrating storage operations, facilitating seamless data management across nodes within the cluster.\n#### Key Concepts\n- **Scalability:** NetAppCluster supports the expansion of storage resources by adding nodes, enabling dynamic growth and increased capacity.\n- **High Availability:** Ensures continuous operation and data accessibility, even during node failures, through integrated failover and redundancy mechanisms.\n- **Performance Optimization:** Utilizes advanced algorithms to balance workloads across nodes, enhancing throughput and minimizing latency.\n- **Unified Management:** Provides a centralized interface for configuring, monitoring, and managing all aspects of the cluster, streamlining administrative tasks and reducing complexity.",
                "x-allOf-name": "storage.NetAppCluster",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppCluster', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppCluster"
                                ],
                                "default": "storage.NetAppCluster",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppCluster"
                                ],
                                "default": "storage.NetAppCluster",
                                "x-enum-as-string": true
                            },
                            "AutoSupport": {
                                "description": "AutoSupport configuration of the cluster.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAutoSupport",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterEfficiency": {
                                "description": "Cluster storage efficiency savings, ratio, and logical used.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageClusterEfficiency",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterHealthStatus": {
                                "description": "The health status of the cluster. Possible states are ok, ok-with-suppressed, degraded, and unreachable.\n* `Unreachable` - Cluster status is unreachable.\n* `OK` - Cluster status is either ok or ok-with-suppressed.\n* `Degraded` - Cluster status is degraded.",
                                "type": "string",
                                "enum": [
                                    "Unreachable",
                                    "OK",
                                    "Degraded"
                                ],
                                "default": "Unreachable",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultAdminLocked": {
                                "description": "Indicates whether the default admin user is locked out.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DnsDomains": {
                                "type": "array",
                                "items": {
                                    "description": "A list of Domain Name System ( DNS ) domains.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FipsCompliant": {
                                "description": "Indicates whether or not the software FIPS mode is enabled on the cluster.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InsecureCiphers": {
                                "description": "Number of SVMs on the cluster that use insecure ciphers.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of NetApp Cluster across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Location": {
                                "description": "Location of the storage controller.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementAddress": {
                                "type": "array",
                                "items": {
                                    "description": "IP Addresses of Storage Cluster.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NameServers": {
                                "type": "array",
                                "items": {
                                    "description": "The list of IP addresses of the DNS servers. Addresses can be either IPv4 or IPv6 addresses.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NtpServers": {
                                "type": "array",
                                "items": {
                                    "description": "Host name, IPv4 address, or IPv6 address for the external NTP time servers.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RshEnabled": {
                                "description": "Indicates whether or not rsh is enabled on the cluster.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TelnetEnabled": {
                                "description": "Indicates whether or not telnet is enabled on the cluster.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VersionGeneration": {
                                "description": "The generation portion of the version.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VersionMajor": {
                                "description": "The major portion of the version.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VersionMinor": {
                                "description": "The minor portion of the version.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppClusterEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent.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
                            }
                        }
                    }
                ]
            },
            "storage.NetAppCluster.List": {
                "title": "List of 'storage.NetAppCluster' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppCluster' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppCluster' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppClusterEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppClusterEvent' resources.",
                "x-one-of-name": "storage.NetAppClusterEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppClusterEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppClusterEvent' resource, or the expanded 'storage.NetAppClusterEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppClusterEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppClusterEvent": {
                "title": "Storage:Net App Cluster Event",
                "description": "An event where the impacted resource type is a cluster.",
                "x-allOf-name": "storage.NetAppClusterEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppClusterEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppClusterEvent"
                                ],
                                "default": "storage.NetAppClusterEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppClusterEvent"
                                ],
                                "default": "storage.NetAppClusterEvent",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterEvent.List": {
                "title": "List of 'storage.NetAppClusterEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppClusterEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppClusterEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterSnapMirrorPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppClusterSnapMirrorPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppClusterSnapMirrorPolicy' resources.",
                "x-one-of-name": "storage.NetAppClusterSnapMirrorPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapMirrorPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppClusterSnapMirrorPolicy": {
                "title": "Storage:Net App Cluster Snap Mirror Policy",
                "description": "NetApp SnapMirror policy owned by the cluster. NetApp SnapMirror policy when applied to a SnapMirror relationship, controls the behavior of the relationship and specifies the configuration attributes for that relationship.",
                "x-allOf-name": "storage.NetAppClusterSnapMirrorPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapMirrorPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppClusterSnapMirrorPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppClusterSnapMirrorPolicy"
                                ],
                                "default": "storage.NetAppClusterSnapMirrorPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppClusterSnapMirrorPolicy"
                                ],
                                "default": "storage.NetAppClusterSnapMirrorPolicy",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterSnapMirrorPolicy.List": {
                "title": "List of 'storage.NetAppClusterSnapMirrorPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppClusterSnapMirrorPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppClusterSnapMirrorPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapMirrorPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterSnapshotPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppClusterSnapshotPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppClusterSnapshotPolicy' resources.",
                "x-one-of-name": "storage.NetAppClusterSnapshotPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapshotPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppClusterSnapshotPolicy": {
                "title": "Storage:Net App Cluster Snapshot Policy",
                "description": "NetApp Snapshot policy that is scoped to a cluster. The policy controls the behavior and schedule of snapshots when applied to a volume.",
                "x-allOf-name": "storage.NetAppClusterSnapshotPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapshotPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppClusterSnapshotPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppClusterSnapshotPolicy"
                                ],
                                "default": "storage.NetAppClusterSnapshotPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppClusterSnapshotPolicy"
                                ],
                                "default": "storage.NetAppClusterSnapshotPolicy",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppClusterSnapshotPolicy.List": {
                "title": "List of 'storage.NetAppClusterSnapshotPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppClusterSnapshotPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppClusterSnapshotPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppClusterSnapshotPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDataIpInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppDataIpInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppDataIpInterface' resources.",
                "x-one-of-name": "storage.NetAppDataIpInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppDataIpInterface.Relationship": {
                "description": "A relationship to the 'storage.NetAppDataIpInterface' resource, or the expanded 'storage.NetAppDataIpInterface' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppDataIpInterface.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppDataIpInterface": {
                "title": "Storage:Net App Data Ip Interface",
                "description": "NetApp Data IP interface is a logical interface for data within the svm scope.",
                "x-allOf-name": "storage.NetAppDataIpInterface",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseIpInterface"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppDataIpInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppDataIpInterface"
                                ],
                                "default": "storage.NetAppDataIpInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppDataIpInterface"
                                ],
                                "default": "storage.NetAppDataIpInterface",
                                "x-enum-as-string": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppDataIpInterfaceEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NetAppEthernetPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.Relationship",
                                "description": "A reference to a storageNetAppEthernetPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDataIpInterface.List": {
                "title": "List of 'storage.NetAppDataIpInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppDataIpInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppDataIpInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDataIpInterfaceEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppDataIpInterfaceEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppDataIpInterfaceEvent' resources.",
                "x-one-of-name": "storage.NetAppDataIpInterfaceEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppDataIpInterfaceEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppDataIpInterfaceEvent' resource, or the expanded 'storage.NetAppDataIpInterfaceEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppDataIpInterfaceEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppDataIpInterfaceEvent": {
                "title": "Storage:Net App Data Ip Interface Event",
                "description": "An event where the impacted resource type is an ip interface.",
                "x-allOf-name": "storage.NetAppDataIpInterfaceEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppDataIpInterfaceEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppDataIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppDataIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppDataIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppDataIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "IpInterface": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterface.Relationship",
                                "description": "A reference to a storageNetAppDataIpInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDataIpInterfaceEvent.List": {
                "title": "List of 'storage.NetAppDataIpInterfaceEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppDataIpInterfaceEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppDataIpInterfaceEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDataIpInterfaceEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDiskEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppDiskEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppDiskEvent' resources.",
                "x-one-of-name": "storage.NetAppDiskEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppDiskEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppDiskEvent' resource, or the expanded 'storage.NetAppDiskEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppDiskEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppDiskEvent": {
                "title": "Storage:Net App Disk Event",
                "description": "An event where the impacted resource type is a disk.",
                "x-allOf-name": "storage.NetAppDiskEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppDiskEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppDiskEvent"
                                ],
                                "default": "storage.NetAppDiskEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppDiskEvent"
                                ],
                                "default": "storage.NetAppDiskEvent",
                                "x-enum-as-string": true
                            },
                            "Disk": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseDisk.Relationship",
                                "description": "A reference to a storageNetAppBaseDisk resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppDiskEvent.List": {
                "title": "List of 'storage.NetAppDiskEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppDiskEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppDiskEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppDiskEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPort.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppEthernetPort' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppEthernetPort' resources.",
                "x-one-of-name": "storage.NetAppEthernetPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppEthernetPort.Relationship": {
                "description": "A relationship to the 'storage.NetAppEthernetPort' resource, or the expanded 'storage.NetAppEthernetPort' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppEthernetPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppEthernetPort": {
                "title": "Storage:Net App Ethernet Port",
                "description": "Ethernet port is a port on a node in a storage array.",
                "x-allOf-name": "storage.NetAppEthernetPort",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppEthernetPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppEthernetPort"
                                ],
                                "default": "storage.NetAppEthernetPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppEthernetPort"
                                ],
                                "default": "storage.NetAppEthernetPort",
                                "x-enum-as-string": true
                            },
                            "BroadcastDomainName": {
                                "description": "Name of the broadcast domain, scoped to its IPspace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Status of port to determine if its enabled or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "MAC address of the port available in storage array.",
                                "type": "string",
                                "pattern": "^$|^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "Maximum transmission unit of the physical port available in storage array.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the port available in storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetAppEthernetPortLag": {
                                "description": "Storage port of type lag.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortLag",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetAppEthernetPortVlan": {
                                "description": "A logical port that receives and sends VLAN-tagged (IEEE 802.1Q standard) traffic. VLAN port characteristics include the VLAN ID for the port.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortVlan",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "The node name for the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortState": {
                                "description": "State of the port available in storage array.\n* `Down` - An inactive port is listed as Down.\n* `Up` - An active port is listed as Up.\n* `Degraded` - An active port that is Up but unhealthy.",
                                "type": "string",
                                "enum": [
                                    "Down",
                                    "Up",
                                    "Degraded"
                                ],
                                "default": "Down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "Operational speed of port measured.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the port available in storage array.\n* `down` - An inactive port is listed as Down.\n* `up` - An active port is listed as Up.\n* `present` - An active port is listed as present.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "enum": [
                                    "down",
                                    "up",
                                    "present"
                                ],
                                "default": "down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the port available in storage array.\n* `LAG` - Storage port of type lag.\n* `physical` - LIFs can be configured directly on physical ports.\n* `VLAN` - A logical port that receives and sends VLAN-tagged (IEEE 802.1Q standard) traffic. VLAN port characteristics include the VLAN ID for the port.",
                                "type": "string",
                                "enum": [
                                    "LAG",
                                    "physical",
                                    "VLAN"
                                ],
                                "default": "LAG",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the physical port.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppEthernetPortEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPort.List": {
                "title": "List of 'storage.NetAppEthernetPort' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppEthernetPort' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppEthernetPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPortEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppEthernetPortEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppEthernetPortEvent' resources.",
                "x-one-of-name": "storage.NetAppEthernetPortEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppEthernetPortEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppEthernetPortEvent' resource, or the expanded 'storage.NetAppEthernetPortEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppEthernetPortEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppEthernetPortEvent": {
                "title": "Storage:Net App Ethernet Port Event",
                "description": "An event where the impacted resource type is an ethernet port.",
                "x-allOf-name": "storage.NetAppEthernetPortEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppEthernetPortEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppEthernetPortEvent"
                                ],
                                "default": "storage.NetAppEthernetPortEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppEthernetPortEvent"
                                ],
                                "default": "storage.NetAppEthernetPortEvent",
                                "x-enum-as-string": true
                            },
                            "EthernetPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.Relationship",
                                "description": "A reference to a storageNetAppEthernetPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPortEvent.List": {
                "title": "List of 'storage.NetAppEthernetPortEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppEthernetPortEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppEthernetPortEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPortEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPortLag": {
                "title": "Storage:Net App Ethernet Port Lag",
                "description": "Storage port of type lag.",
                "x-allOf-name": "storage.NetAppEthernetPortLag",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppEthernetPortLag', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppEthernetPortLag"
                                ],
                                "default": "storage.NetAppEthernetPortLag",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppEthernetPortLag"
                                ],
                                "default": "storage.NetAppEthernetPortLag",
                                "x-enum-as-string": true
                            },
                            "ActivePorts": {
                                "type": "array",
                                "items": {
                                    "description": "Active ports of a LAG (ifgrp). Some member ports may be inactive.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPort",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DistributionPolicy": {
                                "description": "Policy for mapping flows to ports for outbound packets through a LAG (ifgrp).\n* `none` - Default unknown distribution policy type.\n* `port` - Network traffic is distributed based on the transport layer (TCP/UDP) ports.\n* `ip` - Network traffic is distributed based on IP addresses.\n* `mac` - Network traffic is distributed based on MAC addresses.\n* `sequential` - Network traffic is distributed in round-robin fashion from the list of configured, available ports.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "port",
                                    "ip",
                                    "mac",
                                    "sequential"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemberPorts": {
                                "type": "array",
                                "items": {
                                    "description": "Port UUID along with readable names.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPort",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Mode": {
                                "description": "Determines how the ports interact with the switch.\n* `none` - Default unknown lag mode type.\n* `multimode_lacp` - Bundle multiple member ports of the interface group using Link Aggregation Control Protocol.\n* `multimode` - Bundle multiple member ports of the interface group to act as a single trunked port.\n* `singlemode` - Provide port redundancy using member ports of the interface group for failover.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "multimode_lacp",
                                    "multimode",
                                    "singlemode"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppEthernetPortVlan": {
                "title": "Storage:Net App Ethernet Port Vlan",
                "description": "A logical port that receives and sends VLAN-tagged (IEEE 802.1Q standard) traffic. VLAN port characteristics include the VLAN ID for the port.",
                "x-allOf-name": "storage.NetAppEthernetPortVlan",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppEthernetPortVlan', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppEthernetPortVlan"
                                ],
                                "default": "storage.NetAppEthernetPortVlan",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppEthernetPortVlan"
                                ],
                                "default": "storage.NetAppEthernetPortVlan",
                                "x-enum-as-string": true
                            },
                            "BasePort": {
                                "description": "Port UUID along with readable names.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPort",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tag": {
                                "description": "The ID tag of the VLAN for this port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppExportPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppExportPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppExportPolicy' resources.",
                "x-one-of-name": "storage.NetAppExportPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppExportPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppExportPolicy": {
                "title": "Storage:Net App Export Policy",
                "description": "NetApp export policies enable client access control to volumes. Clients that match specific IP addresses and/or specific authentication types are granted access.",
                "x-allOf-name": "storage.NetAppExportPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseNfsExport"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppExportPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppExportPolicy"
                                ],
                                "default": "storage.NetAppExportPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppExportPolicy"
                                ],
                                "default": "storage.NetAppExportPolicy",
                                "x-enum-as-string": true
                            },
                            "ClusterUuid": {
                                "description": "Unique identity of the device.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetAppExportPolicyRule": {
                                "type": "array",
                                "items": {
                                    "description": "ID for the Export Policy.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppExportPolicyRule",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PolicyId": {
                                "description": "ID for the Export Policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppExportPolicy.List": {
                "title": "List of 'storage.NetAppExportPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppExportPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppExportPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppExportPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppExportPolicyRule": {
                "title": "Storage:Net App Export Policy Rule",
                "description": "NetApp export rules are the functional elements of an export policy. Export rules match client access requests to a volume against specific parameters you configure to determine how to handle the client access requests.",
                "x-allOf-name": "storage.NetAppExportPolicyRule",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppExportPolicyRule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppExportPolicyRule"
                                ],
                                "default": "storage.NetAppExportPolicyRule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppExportPolicyRule"
                                ],
                                "default": "storage.NetAppExportPolicyRule",
                                "x-enum-as-string": true
                            },
                            "ClientMatch": {
                                "type": "array",
                                "items": {
                                    "description": "Client matches defined in NetApp export policy rules.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Index": {
                                "description": "Position of export rule in the list of rules.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocols": {
                                "type": "array",
                                "items": {
                                    "description": "Export policy access protocols.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RoRule": {
                                "type": "array",
                                "items": {
                                    "description": "Read-only rule defined in the export policy.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "RwRule": {
                                "type": "array",
                                "items": {
                                    "description": "Read-write rule defined in the export policy.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SuperUser": {
                                "type": "array",
                                "items": {
                                    "description": "Export policy rule that has the specified superuser security type.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "User": {
                                "description": "Export Policy rule that are mapped to this User ID.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppFcInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppFcInterface' resources.",
                "x-one-of-name": "storage.NetAppFcInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppFcInterface.Relationship": {
                "description": "A relationship to the 'storage.NetAppFcInterface' resource, or the expanded 'storage.NetAppFcInterface' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppFcInterface.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppFcInterface": {
                "title": "Storage:Net App Fc Interface",
                "description": "NetApp FC Interface is a logical interface.",
                "x-allOf-name": "storage.NetAppFcInterface",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BasePhysicalPort"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppFcInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppFcInterface"
                                ],
                                "default": "storage.NetAppFcInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppFcInterface"
                                ],
                                "default": "storage.NetAppFcInterface",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "FC interface is enabled or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterfaceState": {
                                "description": "The state of the FC interface.\n* `Down` - The state is set to down if the interface is not enabled.\n* `Up` - The state is set to up if the interface is enabled.",
                                "type": "string",
                                "enum": [
                                    "Down",
                                    "Up"
                                ],
                                "default": "Down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The state of the FC interface.\n* `down` - An inactive port is listed as Down.\n* `up` - An active port is listed as Up.\n* `present` - An active port is listed as present.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "enum": [
                                    "down",
                                    "up",
                                    "present"
                                ],
                                "default": "down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of NetApp FC Interface.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeName": {
                                "description": "The parent volume name for the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppFcInterfaceEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PhysicalPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort.Relationship",
                                "description": "A reference to a storageNetAppFcPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcInterface.List": {
                "title": "List of 'storage.NetAppFcInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppFcInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppFcInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcInterfaceEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppFcInterfaceEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppFcInterfaceEvent' resources.",
                "x-one-of-name": "storage.NetAppFcInterfaceEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppFcInterfaceEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppFcInterfaceEvent' resource, or the expanded 'storage.NetAppFcInterfaceEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppFcInterfaceEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppFcInterfaceEvent": {
                "title": "Storage:Net App Fc Interface Event",
                "description": "An event where the impacted resource type is a FC interface.",
                "x-allOf-name": "storage.NetAppFcInterfaceEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppFcInterfaceEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppFcInterfaceEvent"
                                ],
                                "default": "storage.NetAppFcInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppFcInterfaceEvent"
                                ],
                                "default": "storage.NetAppFcInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "FcInterface": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterface.Relationship",
                                "description": "A reference to a storageNetAppFcInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcInterfaceEvent.List": {
                "title": "List of 'storage.NetAppFcInterfaceEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppFcInterfaceEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppFcInterfaceEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcInterfaceEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcPort.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppFcPort' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppFcPort' resources.",
                "x-one-of-name": "storage.NetAppFcPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppFcPort.Relationship": {
                "description": "A relationship to the 'storage.NetAppFcPort' resource, or the expanded 'storage.NetAppFcPort' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppFcPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppFcPort": {
                "title": "Storage:Net App Fc Port",
                "description": "Fibre Channel (FC) port is a port on a node in a storage array.",
                "x-allOf-name": "storage.NetAppFcPort",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BasePhysicalPort"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppFcPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppFcPort"
                                ],
                                "default": "storage.NetAppFcPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppFcPort"
                                ],
                                "default": "storage.NetAppFcPort",
                                "x-enum-as-string": true
                            },
                            "NodeName": {
                                "description": "The node name for the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortStatus": {
                                "description": "Status of storage array port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpeedConfigured": {
                                "description": "The configured speed of the FC port in gigabits per second.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpeedMaximum": {
                                "description": "The maximum speed supported by the FC port in gigabits per second.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the port available in storage array.\n* `Unknown` - Default unknown port state.\n* `StartUp` - The port in the storage array is booting up.\n* `LinkNotConnected` - The port has finished initialization, but a link with the fabric is not established.\n* `Online` - The port is initialized and a link with the fabric has been established.\n* `LinkDisconnected` - The link on this port is currently not established.\n* `OfflineUser` - The port is administratively disabled.\n* `OfflineSystem` - The port is set to offline by the system. This happens when the port encounters too many errors.\n* `NodeOffline` - The state information for the port cannot be retrieved. The node is offline or inaccessible.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "StartUp",
                                    "LinkNotConnected",
                                    "Online",
                                    "LinkDisconnected",
                                    "OfflineUser",
                                    "OfflineSystem",
                                    "NodeOffline"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the FC port.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppFcPortEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcPort.List": {
                "title": "List of 'storage.NetAppFcPort' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppFcPort' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppFcPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcPortEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppFcPortEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppFcPortEvent' resources.",
                "x-one-of-name": "storage.NetAppFcPortEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppFcPortEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppFcPortEvent' resource, or the expanded 'storage.NetAppFcPortEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppFcPortEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppFcPortEvent": {
                "title": "Storage:Net App Fc Port Event",
                "description": "An event where the impacted resource type is a FC port.",
                "x-allOf-name": "storage.NetAppFcPortEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppFcPortEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppFcPortEvent"
                                ],
                                "default": "storage.NetAppFcPortEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppFcPortEvent"
                                ],
                                "default": "storage.NetAppFcPortEvent",
                                "x-enum-as-string": true
                            },
                            "FcPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPort.Relationship",
                                "description": "A reference to a storageNetAppFcPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppFcPortEvent.List": {
                "title": "List of 'storage.NetAppFcPortEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppFcPortEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppFcPortEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppFcPortEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppHighAvailability": {
                "title": "Storage:Net App High Availability",
                "description": "Storage failover and giveback information.",
                "x-allOf-name": "storage.NetAppHighAvailability",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppHighAvailability', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppHighAvailability"
                                ],
                                "default": "storage.NetAppHighAvailability",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppHighAvailability"
                                ],
                                "default": "storage.NetAppHighAvailability",
                                "x-enum-as-string": true
                            },
                            "AutoGivebackEnabled": {
                                "description": "Specifies whether or not giveback is automatically initiated when the node that owns the storage is ready.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Specifies whether or not storage failover is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GivebackState": {
                                "description": "The state of the node that is giving storage back to its HA partner.\n* `unknown` - Default unknown giveback state.\n* `nothing_to_giveback` - The node has nothing to give back to its HA partner.\n* `not_attempted` - The node has not attempted to give back storage to its HA partner.\n* `in_progress` - The node is in progress of giving back storage to its HA partner.\n* `failed` - The node has failed to give back storage to its HA partner.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "nothing_to_giveback",
                                    "not_attempted",
                                    "in_progress",
                                    "failed"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartnerModel": {
                                "description": "The model of the partner in this node's High Availability (HA) group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartnerName": {
                                "description": "The partner node name in this node's High Availability (HA) group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartnerUuid": {
                                "description": "The partner node uuid in this node's High Availability (HA) group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TakeoverState": {
                                "description": "The state of the node that is taking over storage from its HA partner.\n* `unknown` - Default unknown takeover state.\n* `not_possible` - It is not possible for the node to take over storage from its HA partner.\n* `not_attempted` - The node has not attempted to take over storage from its HA partner.\n* `in_takeover` - The node has taken over storage from its HA partner.\n* `in_progress` - The node is in progress of taking over storage from its HA partner.\n* `failed` - The node has failed to take over storage from its HA partner.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "not_possible",
                                    "not_attempted",
                                    "in_takeover",
                                    "in_progress",
                                    "failed"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppInitiatorGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppInitiatorGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppInitiatorGroup' resources.",
                "x-one-of-name": "storage.NetAppInitiatorGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppInitiatorGroup.Relationship": {
                "description": "A relationship to the 'storage.NetAppInitiatorGroup' resource, or the expanded 'storage.NetAppInitiatorGroup' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppInitiatorGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppInitiatorGroup": {
                "title": "Storage:Net App Initiator Group",
                "description": "NetApp Initiator Group specifies host access to LUNs on the storage system.",
                "x-allOf-name": "storage.NetAppInitiatorGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHost"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppInitiatorGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppInitiatorGroup"
                                ],
                                "default": "storage.NetAppInitiatorGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppInitiatorGroup"
                                ],
                                "default": "storage.NetAppInitiatorGroup",
                                "x-enum-as-string": true
                            },
                            "Protocol": {
                                "description": "Initiator group protocol.\n* `FCP` - Fibre channel initiator type which contains WWN of an HBA on the host.\n* `iSCSI` - An iSCSI initiator type used by the host.\n* `mixed` - For systems using both FC and iSCSI connections to the same LUN, create two igroups, one for FC and one for iSCSI. Then map the LUN to both igroups.",
                                "type": "string",
                                "enum": [
                                    "FCP",
                                    "iSCSI",
                                    "mixed"
                                ],
                                "default": "FCP",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the initiator group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the LUN.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppInitiatorGroup.List": {
                "title": "List of 'storage.NetAppInitiatorGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppInitiatorGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppInitiatorGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIpInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppIpInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppIpInterface' resources.",
                "x-one-of-name": "storage.NetAppIpInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppIpInterface.Relationship": {
                "description": "A relationship to the 'storage.NetAppIpInterface' resource, or the expanded 'storage.NetAppIpInterface' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppIpInterface.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppIpInterface": {
                "title": "Storage:Net App Ip Interface",
                "description": "NetApp IP interface is a logical interface.",
                "x-allOf-name": "storage.NetAppIpInterface",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppIpInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppIpInterface"
                                ],
                                "default": "storage.NetAppIpInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppIpInterface"
                                ],
                                "default": "storage.NetAppIpInterface",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "IP interface is enabled or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomeNode": {
                                "description": "Name of home node of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HomePort": {
                                "description": "Name of home port of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "The IP address of interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpFamily": {
                                "description": "IP address family of interface.\n* `IPv4` - IP address family type is IPv4.\n* `IPv6` - IP address family type is IP6.",
                                "type": "string",
                                "enum": [
                                    "IPv4",
                                    "IPv6"
                                ],
                                "default": "IPv4",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Netmask": {
                                "description": "The netmask of the interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServicePolicyName": {
                                "description": "Service policy name of IP interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServicePolicyUuid": {
                                "description": "Service policy UUID of IP interface.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Services": {
                                "type": "array",
                                "items": {
                                    "description": "Services of IP interface.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "State": {
                                "description": "The state of the IP interface.\n* `down` - An inactive port is listed as Down.\n* `up` - An active port is listed as Up.\n* `present` - An active port is listed as present.",
                                "type": "string",
                                "enum": [
                                    "down",
                                    "up",
                                    "present"
                                ],
                                "default": "down",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of NetApp IP Interface.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppIpInterfaceEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NetAppEthernetPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.Relationship",
                                "description": "A reference to a storageNetAppEthernetPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIpInterface.List": {
                "title": "List of 'storage.NetAppIpInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppIpInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppIpInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIpInterfaceEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppIpInterfaceEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppIpInterfaceEvent' resources.",
                "x-one-of-name": "storage.NetAppIpInterfaceEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppIpInterfaceEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppIpInterfaceEvent' resource, or the expanded 'storage.NetAppIpInterfaceEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppIpInterfaceEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppIpInterfaceEvent": {
                "title": "Storage:Net App Ip Interface Event",
                "description": "An event where the impacted resource type is an ip interface.",
                "x-allOf-name": "storage.NetAppIpInterfaceEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppIpInterfaceEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "IpInterface": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterface.Relationship",
                                "description": "A reference to a storageNetAppIpInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIpInterfaceEvent.List": {
                "title": "List of 'storage.NetAppIpInterfaceEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppIpInterfaceEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppIpInterfaceEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIpInterfaceEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIscsiService.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppIscsiService' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppIscsiService' resources.",
                "x-one-of-name": "storage.NetAppIscsiService.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIscsiService.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppIscsiService": {
                "title": "Storage:Net App Iscsi Service",
                "description": "An iSCSI service defines the properties of the iSCSI target for an SVM. There can be at most one iSCSI service for an SVM. An SVM's iSCSI service must be created before iSCSI initiators can log in to the SVM.",
                "x-allOf-name": "storage.NetAppIscsiService",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppIscsiService', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppIscsiService"
                                ],
                                "default": "storage.NetAppIscsiService",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppIscsiService"
                                ],
                                "default": "storage.NetAppIscsiService",
                                "x-enum-as-string": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier for the NetApp Storage Virtual Machine.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetAlias": {
                                "description": "The iSCSI target alias of the iSCSI service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetName": {
                                "description": "The iSCSI target name of the iSCSI service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppIscsiService.List": {
                "title": "List of 'storage.NetAppIscsiService' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppIscsiService' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppIscsiService' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppIscsiService"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLicense.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppLicense' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppLicense' resources.",
                "x-one-of-name": "storage.NetAppLicense.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLicense.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppLicense": {
                "title": "Storage:Net App License",
                "description": "NetApp licenses for NetApp Ontap.",
                "x-allOf-name": "storage.NetAppLicense",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppLicense', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppLicense"
                                ],
                                "default": "storage.NetAppLicense",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppLicense"
                                ],
                                "default": "storage.NetAppLicense",
                                "x-enum-as-string": true
                            },
                            "ClusterUuid": {
                                "description": "Unique identity of the device.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the license package.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "Summary state of license package based on all installed licenses.\n* `Unknown` - The summary state of the license package is unknown.\n* `Compliant` - The summary state of the license package is compliant.\n* `Noncompliant` - The summary state of the license package is noncompliant.\n* `Unlicensed` - The summary state of the license package is unlicensed.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Compliant",
                                    "Noncompliant",
                                    "Unlicensed"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLicense.List": {
                "title": "List of 'storage.NetAppLicense' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppLicense' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppLicense' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLicense"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLun.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppLun' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppLun' resources.",
                "x-one-of-name": "storage.NetAppLun.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppLun.Relationship": {
                "description": "A relationship to the 'storage.NetAppLun' resource, or the expanded 'storage.NetAppLun' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppLun.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppLun": {
                "title": "Storage:Net App Lun",
                "description": "The NetAppLun object refers to a logical unit number, an identifier for a device within the storage system, used to facilitate SAN protocol operations. It is crucial for managing block-level storage resources and ensuring efficient data access.\n#### Purpose\nA NetAppLun acts as a gateway for data transactions, allowing hosts to interact with storage devices seamlessly. This provides a structured environment for organizing and accessing data, supporting high-performance storage applications and workloads.\n#### Key Concepts\n- **Identifier Assignment:** Assigns unique identifiers to storage units, enabling precise management and access controls.\n- **Protocol Support:** Interfaces with SAN protocols to deliver block-level storage services, ensuring compatibility and performance.\n- **Mapping Capabilities:** Allows LUNs to be mapped to initiator groups, granting access and defining interaction scopes with storage resources.\n- **Operational State:** Monitors the administrative state of LUNs, ensuring they are available and functioning optimally within the storage infrastructure.",
                "x-allOf-name": "storage.NetAppLun",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseVolume"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppLun', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppLun"
                                ],
                                "default": "storage.NetAppLun",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppLun"
                                ],
                                "default": "storage.NetAppLun",
                                "x-enum-as-string": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ContainerState": {
                                "description": "The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsMapped": {
                                "description": "Reports if the LUN is mapped to one or more initiator groups.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of LUN across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mapped": {
                                "description": "Reports if the LUN is mapped to one or more initiator groups.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OsType": {
                                "description": "The operating system (OS) type for this LUN.\n* `Linux` - Family of open source Unix-like operating systems based on the Linux kernel.\n* `AIX` - Advanced Interactive Executive (AIX).\n* `HP-UX` - HP-UX is implementation of the Unix operating system, based on Unix System V.\n* `Hyper-V` - Windows Server 2008 or Windows Server 2012 Hyper-V.\n* `OpenVMS` - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.\n* `Solaris` - Solaris is a Unix operating system.\n* `NetWare` - NetWare is a computer network operating system.\n* `VMware` - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.\n* `Windows` - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.\n* `Xen` - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.",
                                "type": "string",
                                "enum": [
                                    "Linux",
                                    "AIX",
                                    "HP-UX",
                                    "Hyper-V",
                                    "OpenVMS",
                                    "Solaris",
                                    "NetWare",
                                    "VMware",
                                    "Windows",
                                    "Xen"
                                ],
                                "default": "Linux",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Path where the LUN is mounted.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "Serial number for the provisioned LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The administrative state of a LUN.\n* `offline` - The LUN is administratively offline, or a more detailed offline reason is not available.\n* `online` - The state of the LUN is online.",
                                "type": "string",
                                "enum": [
                                    "offline",
                                    "online"
                                ],
                                "default": "offline",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the lun.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the LUN.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeName": {
                                "description": "The parent volume name for the lun.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppLunEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Host": {
                                "description": "An array of relationships to storageNetAppInitiatorGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLun.List": {
                "title": "List of 'storage.NetAppLun' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppLun' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppLun' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLunEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppLunEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppLunEvent' resources.",
                "x-one-of-name": "storage.NetAppLunEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppLunEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppLunEvent' resource, or the expanded 'storage.NetAppLunEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppLunEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppLunEvent": {
                "title": "Storage:Net App Lun Event",
                "description": "An event where the impacted resource type is a lun.",
                "x-allOf-name": "storage.NetAppLunEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppLunEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppLunEvent"
                                ],
                                "default": "storage.NetAppLunEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppLunEvent"
                                ],
                                "default": "storage.NetAppLunEvent",
                                "x-enum-as-string": true
                            },
                            "Lun": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun.Relationship",
                                "description": "A reference to a storageNetAppLun resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLunEvent.List": {
                "title": "List of 'storage.NetAppLunEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppLunEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppLunEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLunMap.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppLunMap' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppLunMap' resources.",
                "x-one-of-name": "storage.NetAppLunMap.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunMap.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppLunMap": {
                "title": "Storage:Net App Lun Map",
                "description": "NetApp LUN mapping is the process of associating a LUN with an initiator group. When a LUN is mapped to an initiator group, initiators in the initiator group are granted access to the LUN.",
                "x-allOf-name": "storage.NetAppLunMap",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostLun"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppLunMap', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppLunMap"
                                ],
                                "default": "storage.NetAppLunMap",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppLunMap"
                                ],
                                "default": "storage.NetAppLunMap",
                                "x-enum-as-string": true
                            },
                            "IgroupUuid": {
                                "description": "UUID of the initiator group.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LunUuid": {
                                "description": "Universally unique identifier of the LUN.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Host": {
                                "description": "An array of relationships to storageNetAppInitiatorGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppInitiatorGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volume": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLun.Relationship",
                                "description": "A reference to a storageNetAppLun resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppLunMap.List": {
                "title": "List of 'storage.NetAppLunMap' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppLunMap' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppLunMap' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppLunMap"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNamespace.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNamespace' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNamespace' resources.",
                "x-one-of-name": "storage.NetAppNamespace.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNamespace.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNamespace": {
                "title": "Storage:Net App Namespace",
                "description": "NetApp Namespace is a collection of addressable logical blocks presented to hosts connected to the storage virtual machine using the NVMe over Fabrics protocol.",
                "x-allOf-name": "storage.NetAppNamespace",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNamespace', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNamespace"
                                ],
                                "default": "storage.NetAppNamespace",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNamespace"
                                ],
                                "default": "storage.NetAppNamespace",
                                "x-enum-as-string": true
                            },
                            "ContainerState": {
                                "description": "The state of the volume and aggregate that contain the NVMe namespace. Namespaces are only available when their containers are available.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsMapped": {
                                "description": "Reports if the NVMe namespace is mapped to an NVMe subsystem.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The base name component of the NVMe namespace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NamespaceId": {
                                "description": "The NVMe namespace identifier. An identifier used by an NVMe controller to provide access to the NVMe namespace. The format for an NVMe namespace identifier is 8 hexadecimal digits (zero-filled) followed by a lower case \"h\".",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "The fully qualified path name of the NVMe namespace composed of a \"/vol\" prefix, the volume name, the (optional) qtree name and base name of the namespace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The state of the NVMe namespace. Normal states for a namespace are online and offline. Other states indicate errors (nvfail, space_error).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "Storage utilization information of the namespace.",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubsystemName": {
                                "description": "The NVMe subsystem name to which the NVMe namespace is mapped.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the NVMe namespace.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the NVMe namespace.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeName": {
                                "description": "The volume name in which the NVMe namespace is located.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNamespace.List": {
                "title": "List of 'storage.NetAppNamespace' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNamespace' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNamespace' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNamespace"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNfsClient.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNfsClient' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNfsClient' resources.",
                "x-one-of-name": "storage.NetAppNfsClient.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsClient.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNfsClient": {
                "title": "Storage:Net App Nfs Client",
                "description": "A currently connected NFS client.",
                "x-allOf-name": "storage.NetAppNfsClient",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNfsClient', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNfsClient"
                                ],
                                "default": "storage.NetAppNfsClient",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNfsClient"
                                ],
                                "default": "storage.NetAppNfsClient",
                                "x-enum-as-string": true
                            },
                            "ClientIp": {
                                "description": "Specifies IP address of the client.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IdleDuration": {
                                "description": "Specifies an ISO-8601 format of date and time to retrieve the idle time duration in hours, minutes, and seconds format.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The NFS protocol version over which client is accessing the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerIp": {
                                "description": "Specifies IP address of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the NFS client.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier for the NetApp Storage Virtual Machine.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeName": {
                                "description": "The parent volume name for the NFS client.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeUuid": {
                                "description": "Unique identifier for the NetApp Volume.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNfsClient.List": {
                "title": "List of 'storage.NetAppNfsClient' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNfsClient' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNfsClient' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsClient"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNfsService.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNfsService' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNfsService' resources.",
                "x-one-of-name": "storage.NetAppNfsService.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsService.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNfsService": {
                "title": "Storage:Net App Nfs Service",
                "description": "An NFS service retrieves the NFS configuration of a storage virtual machine.",
                "x-allOf-name": "storage.NetAppNfsService",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNfsService', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNfsService"
                                ],
                                "default": "storage.NetAppNfsService",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNfsService"
                                ],
                                "default": "storage.NetAppNfsService",
                                "x-enum-as-string": true
                            },
                            "NfsV3Enabled": {
                                "description": "Specifies whether NFSv3 protocol is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NfsV41Enabled": {
                                "description": "Specifies whether NFSv4.1 protocol is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NfsV4Enabled": {
                                "description": "Specifies whether NFSv4.0 protocol is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmUuid": {
                                "description": "Unique identifier for the NetApp Storage Virtual Machine.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNfsService.List": {
                "title": "List of 'storage.NetAppNfsService' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNfsService' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNfsService' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNfsService"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNode.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNode' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNode' resources.",
                "x-one-of-name": "storage.NetAppNode.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNode.Relationship": {
                "description": "A relationship to the 'storage.NetAppNode' resource, or the expanded 'storage.NetAppNode' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppNode.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppNode": {
                "title": "Storage:Net App Node",
                "description": "The NetAppNode object represents an individual controller within a NetAppCluster, responsible for managing specific services and components of the storage environment. This NetAppNode object is essential for understanding the operational state and capabilities of a node, contributing to the overall functionality of the cluster.\n#### Purpose\nA NetAppNode operates as a fundamental unit within a cluster, executing storage-related tasks, and maintaining critical infrastructure. It plays a crucial role in ensuring the stability and efficiency of storage operations, interfacing with other nodes to deliver comprehensive cluster services.\n#### Key Concepts\n- **Service Management:** Handles various services required for data storage and retrieval, including protocol management and connectivity.\n- **Component Integration:** Interfaces with hardware components, such as disks and ports, to facilitate seamless data flow and system interaction.\n- **Health Monitoring:** Continuously assesses the node's operational state, providing insights into performance metrics and potential issues.\n- **Resource Allocation:** Manages the distribution of tasks and data across nodes, optimizing resource utilization and ensuring balanced workloads.",
                "x-allOf-name": "storage.NetAppNode",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayController"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNode', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNode"
                                ],
                                "default": "storage.NetAppNode",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNode"
                                ],
                                "default": "storage.NetAppNode",
                                "x-enum-as-string": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CdpdEnabled": {
                                "description": "Storage node option for cdpd state.\n* `unknown` - The cdpd option is unknown on the node.\n* `on` - The cdpd option is enabled on the node.\n* `off` - The cdpd option is disabled on the node.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "on",
                                    "off"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Health": {
                                "description": "The health of the NetApp Node.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HighAvailability": {
                                "description": "Storage failover and giveback information.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppHighAvailability",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of NetApp Node across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The state of the NetApp Node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Systemid": {
                                "description": "The system id of the NetApp Node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of NetApp Node.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppNodeEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNode.List": {
                "title": "List of 'storage.NetAppNode' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNode' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNode' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNodeCdpNeighbor.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNodeCdpNeighbor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNodeCdpNeighbor' resources.",
                "x-one-of-name": "storage.NetAppNodeCdpNeighbor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeCdpNeighbor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNodeCdpNeighbor": {
                "title": "Storage:Net App Node Cdp Neighbor",
                "description": "Information about the CDP neighbor connected to a given NetApp node port.",
                "x-allOf-name": "storage.NetAppNodeCdpNeighbor",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNodeCdpNeighbor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNodeCdpNeighbor"
                                ],
                                "default": "storage.NetAppNodeCdpNeighbor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNodeCdpNeighbor"
                                ],
                                "default": "storage.NetAppNodeCdpNeighbor",
                                "x-enum-as-string": true
                            },
                            "Capabilities": {
                                "type": "array",
                                "items": {
                                    "description": "The functional capabilities of the CDP neighbor.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DeviceIp": {
                                "description": "The IP address of the CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiscoveredDevice": {
                                "description": "The name of the CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HoldTimeRemaining": {
                                "description": "The period of time for which CDP advertisements are cached.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Interface": {
                                "description": "The interface of the CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "The node that owns the port for this CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Platform": {
                                "description": "The platform of the CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "The port for this CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "The protocol used for CDP.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The version of the operating system running on the CDP neighbor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNodeCdpNeighbor.List": {
                "title": "List of 'storage.NetAppNodeCdpNeighbor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNodeCdpNeighbor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNodeCdpNeighbor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeCdpNeighbor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNodeEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNodeEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNodeEvent' resources.",
                "x-one-of-name": "storage.NetAppNodeEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNodeEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppNodeEvent' resource, or the expanded 'storage.NetAppNodeEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppNodeEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppNodeEvent": {
                "title": "Storage:Net App Node Event",
                "description": "An event where the impacted resource type is a node.",
                "x-allOf-name": "storage.NetAppNodeEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNodeEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNodeEvent"
                                ],
                                "default": "storage.NetAppNodeEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNodeEvent"
                                ],
                                "default": "storage.NetAppNodeEvent",
                                "x-enum-as-string": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNodeEvent.List": {
                "title": "List of 'storage.NetAppNodeEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNodeEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNodeEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNodeEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNonDataIpInterface.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNonDataIpInterface' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNonDataIpInterface' resources.",
                "x-one-of-name": "storage.NetAppNonDataIpInterface.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNonDataIpInterface.Relationship": {
                "description": "A relationship to the 'storage.NetAppNonDataIpInterface' resource, or the expanded 'storage.NetAppNonDataIpInterface' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppNonDataIpInterface.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppNonDataIpInterface": {
                "title": "Storage:Net App Non Data Ip Interface",
                "description": "NetApp Non-Data IP interface is a logical interface for management within the cluster scope.",
                "x-allOf-name": "storage.NetAppNonDataIpInterface",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseIpInterface"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNonDataIpInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNonDataIpInterface"
                                ],
                                "default": "storage.NetAppNonDataIpInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNonDataIpInterface"
                                ],
                                "default": "storage.NetAppNonDataIpInterface",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppNonDataIpInterfaceEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NetAppEthernetPort": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppEthernetPort.Relationship",
                                "description": "A reference to a storageNetAppEthernetPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNonDataIpInterface.List": {
                "title": "List of 'storage.NetAppNonDataIpInterface' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNonDataIpInterface' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNonDataIpInterface' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNonDataIpInterfaceEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNonDataIpInterfaceEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNonDataIpInterfaceEvent' resources.",
                "x-one-of-name": "storage.NetAppNonDataIpInterfaceEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNonDataIpInterfaceEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppNonDataIpInterfaceEvent' resource, or the expanded 'storage.NetAppNonDataIpInterfaceEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppNonDataIpInterfaceEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppNonDataIpInterfaceEvent": {
                "title": "Storage:Net App Non Data Ip Interface Event",
                "description": "An event where the impacted resource type is an ip interface.",
                "x-allOf-name": "storage.NetAppNonDataIpInterfaceEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNonDataIpInterfaceEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNonDataIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppNonDataIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNonDataIpInterfaceEvent"
                                ],
                                "default": "storage.NetAppNonDataIpInterfaceEvent",
                                "x-enum-as-string": true
                            },
                            "IpInterface": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterface.Relationship",
                                "description": "A reference to a storageNetAppNonDataIpInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNonDataIpInterfaceEvent.List": {
                "title": "List of 'storage.NetAppNonDataIpInterfaceEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNonDataIpInterfaceEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNonDataIpInterfaceEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNonDataIpInterfaceEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNtpServer.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppNtpServer' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppNtpServer' resources.",
                "x-one-of-name": "storage.NetAppNtpServer.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNtpServer.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppNtpServer": {
                "title": "Storage:Net App Ntp Server",
                "description": "External NTP time servers ONTAP uses for time adjustment and correction.",
                "x-allOf-name": "storage.NetAppNtpServer",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppNtpServer', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppNtpServer"
                                ],
                                "default": "storage.NetAppNtpServer",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppNtpServer"
                                ],
                                "default": "storage.NetAppNtpServer",
                                "x-enum-as-string": true
                            },
                            "AuthenticationEnabled": {
                                "description": "Indicates whether or not NTP symmetric authentication is enabled.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AuthenticationKeyId": {
                                "description": "NTP symmetric authentication key identifier or index number (ID).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClusterUuid": {
                                "description": "Unique identity of the device.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsAuthenticationEnabled": {
                                "description": "Indicates whether or not NTP symmetric authentication is enabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Server": {
                                "description": "NTP server host name, IPv4, or IPv6 address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "NTP protocol version for server. Valid versions are 3, 4, or auto.\n* `none` - Default unknown NTP protocol version.\n* `3` - NTP protocol version is 3.\n* `4` - NTP protocol version is 4.\n* `auto` - NTP protocol version is auto.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "3",
                                    "4",
                                    "auto"
                                ],
                                "default": "none",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppNtpServer.List": {
                "title": "List of 'storage.NetAppNtpServer' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppNtpServer' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppNtpServer' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNtpServer"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppPerformanceMetricsAverage": {
                "title": "Storage:Net App Performance Metrics Average",
                "description": "Average performance metrics data for a NetApp storage resource over a given period of time.",
                "x-allOf-name": "storage.NetAppPerformanceMetricsAverage",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BasePerformanceMetricsAverage"
                    }
                ]
            },
            "storage.NetAppPort": {
                "title": "Storage:Net App Port",
                "description": "A logical representation of a network port.",
                "x-allOf-name": "storage.NetAppPort",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppPort"
                                ],
                                "default": "storage.NetAppPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppPort"
                                ],
                                "default": "storage.NetAppPort",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name associated with this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NodeName": {
                                "description": "Name of the node associated with this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Unique identifier of the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppQtree.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppQtree' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppQtree' resources.",
                "x-one-of-name": "storage.NetAppQtree.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppQtree.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppQtree": {
                "title": "Storage:Net App Qtree",
                "description": "NetApp qtree is a logically defined file system that can exist as a special subdirectory of the root directory within a volume.",
                "x-allOf-name": "storage.NetAppQtree",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppQtree', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppQtree"
                                ],
                                "default": "storage.NetAppQtree",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppQtree"
                                ],
                                "default": "storage.NetAppQtree",
                                "x-enum-as-string": true
                            },
                            "ExportPolicyId": {
                                "description": "Unique identifier of NetApp export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the NetApp Qtree.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Client visible path to the qtree.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Permission": {
                                "description": "Identifies the UNIX permissions for the qtree.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QtreeId": {
                                "description": "NetApp Qtree ID, unique within the qtree's volume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SecurityStyle": {
                                "description": "Identifies the security style for the qtree, it determines how access to the qtree is controlled.\n* `UNIX` - Security style for UNIX uid, gid and mode bits.\n* `NTFS` - Security style for CIFS ACLs.\n* `Mixed` - Security style for NFS and CIFS access.",
                                "type": "string",
                                "enum": [
                                    "UNIX",
                                    "NTFS",
                                    "Mixed"
                                ],
                                "default": "UNIX",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the qtree.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeName": {
                                "description": "The parent volume name for the qtree.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeUuid": {
                                "description": "NetApp Volume uuid, unique identifier for the NetApp volume.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppQtree.List": {
                "title": "List of 'storage.NetAppQtree' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppQtree' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppQtree' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppQtree"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSchedule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSchedule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSchedule' resources.",
                "x-one-of-name": "storage.NetAppSchedule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSchedule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSchedule": {
                "title": "Storage:Net App Schedule",
                "description": "NetApp schedule is a configurable entity on which various tasks (for instance, volume Snapshot copies and mirror replications) are run.",
                "x-allOf-name": "storage.NetAppSchedule",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSchedule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSchedule"
                                ],
                                "default": "storage.NetAppSchedule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSchedule"
                                ],
                                "default": "storage.NetAppSchedule",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "The name of the schedule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the schedule (cron or interval).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the schedule.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSchedule.List": {
                "title": "List of 'storage.NetAppSchedule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSchedule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSchedule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSchedule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSensor.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSensor' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSensor' resources.",
                "x-one-of-name": "storage.NetAppSensor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSensor.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSensor": {
                "title": "Storage:Net App Sensor",
                "description": "Information for a particular sensor on a NetApp storage array controller.",
                "x-allOf-name": "storage.NetAppSensor",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/equipment.BaseSensor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSensor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSensor"
                                ],
                                "default": "storage.NetAppSensor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSensor"
                                ],
                                "default": "storage.NetAppSensor",
                                "x-enum-as-string": true
                            },
                            "ArrayController": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppNode.Relationship",
                                "description": "A reference to a storageNetAppNode resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSensor.List": {
                "title": "List of 'storage.NetAppSensor' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSensor' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSensor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSensor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSnapMirrorRelationship.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSnapMirrorRelationship' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSnapMirrorRelationship' resources.",
                "x-one-of-name": "storage.NetAppSnapMirrorRelationship.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSnapMirrorRelationship.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSnapMirrorRelationship": {
                "title": "Storage:Net App Snap Mirror Relationship",
                "description": "NetApp SnapMirror relationship.",
                "x-allOf-name": "storage.NetAppSnapMirrorRelationship",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSnapMirrorRelationship', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSnapMirrorRelationship"
                                ],
                                "default": "storage.NetAppSnapMirrorRelationship",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSnapMirrorRelationship"
                                ],
                                "default": "storage.NetAppSnapMirrorRelationship",
                                "x-enum-as-string": true
                            },
                            "DestinationPath": {
                                "description": "Path to the destination endpoint of a SnapMirror relationship. Examples: ONTAP FlexVol/FlexGroup - svm1:volume1; ONTAP SVM - svm1: ; ONTAP Consistency Group - svm1:/cg/cg_name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Healthy": {
                                "description": "Whether the relationship is healthy or not.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LagTime": {
                                "description": "Time since the exported Snapshot copy was created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "Name of the NetApp SnapMirror policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyType": {
                                "description": "SnapMirror policy type can be async, sync, or continuous.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyUuid": {
                                "description": "Uuid of the NetApp SnapMirror policy.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourcePath": {
                                "description": "Path to the source endpoint of a SnapMirror relationship. Examples: ONTAP FlexVol/FlexGroup - svm1:volume1; ONTAP SVM - svm1: ; ONTAP Consistency Group - svm1:/cg/cg_name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "State of the relationship.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Uuid of the NetApp SnapMirror relationship.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DestinationTenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapMirrorPolicy.Relationship",
                                "description": "A reference to a storageNetAppBaseSnapMirrorPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSnapMirrorRelationship.List": {
                "title": "List of 'storage.NetAppSnapMirrorRelationship' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSnapMirrorRelationship' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSnapMirrorRelationship' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSnapMirrorRelationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSnapshotPolicySchedule": {
                "title": "Storage:Net App Snapshot Policy Schedule",
                "description": "NetApp Snapshot policy schedule information.",
                "x-allOf-name": "storage.NetAppSnapshotPolicySchedule",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSnapshotPolicySchedule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSnapshotPolicySchedule"
                                ],
                                "default": "storage.NetAppSnapshotPolicySchedule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSnapshotPolicySchedule"
                                ],
                                "default": "storage.NetAppSnapshotPolicySchedule",
                                "x-enum-as-string": true
                            },
                            "Count": {
                                "description": "The number of Snapshot copies to maintain for this schedule.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Label": {
                                "description": "Label for SnapMirror operations.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ScheduleName": {
                                "description": "Schedule at which Snapshot copies are captured on the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppStorageClusterEfficiency": {
                "title": "Storage:Net App Storage Cluster Efficiency",
                "description": "Cluster space efficiency information.",
                "x-allOf-name": "storage.NetAppStorageClusterEfficiency",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppStorageClusterEfficiency', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppStorageClusterEfficiency"
                                ],
                                "default": "storage.NetAppStorageClusterEfficiency",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppStorageClusterEfficiency"
                                ],
                                "default": "storage.NetAppStorageClusterEfficiency",
                                "x-enum-as-string": true
                            },
                            "LogicalUsed": {
                                "description": "The logical space used for the cluster.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ratio": {
                                "description": "Data reduction ratio (logical_used / used).",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Savings": {
                                "description": "Space saved by storage efficiencies (logical_used - used).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppStorageUtilization": {
                "title": "Storage:Net App Storage Utilization",
                "description": "Storage capacity information which includes savings realized.",
                "x-allOf-name": "storage.NetAppStorageUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppStorageUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppStorageUtilization"
                                ],
                                "default": "storage.NetAppStorageUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppStorageUtilization"
                                ],
                                "default": "storage.NetAppStorageUtilization",
                                "x-enum-as-string": true
                            },
                            "LogicalUsed": {
                                "description": "Total logical used capacity, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Savings": {
                                "description": "Total savings capacity, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppStorageVm.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppStorageVm' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppStorageVm' resources.",
                "x-one-of-name": "storage.NetAppStorageVm.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppStorageVm.Relationship": {
                "description": "A relationship to the 'storage.NetAppStorageVm' resource, or the expanded 'storage.NetAppStorageVm' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppStorageVm.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppStorageVm": {
                "title": "Storage:Net App Storage Vm",
                "description": "The NetAppStorageVm object encapsulates a storage virtual machine, a fundamental entity within the NetAppCluster environment, responsible for serving data to clients through logical interfaces. It is integral to managing virtualized storage resources and ensuring efficient data delivery.\n#### Purpose\nA NetAppStorageVm provides a virtual framework for storage operations, enabling flexible data management and service provisioning. It acts as a virtual entity within the cluster, orchestrating data access and supporting diverse protocol configurations.\n#### Key Concepts\n- **Virtualization:** Offers a virtualized approach to storage management, facilitating dynamic resource allocation and provisioning.\n- **Service Integration:** Manages multiple logical interfaces (LIFs) to deliver data services to clients, ensuring seamless connectivity and interaction.\n- **Protocol Support:** Supports various storage protocols, including NFS, CIFS, iSCSI, and NVMe, to accommodate diverse client requirements.\n- **Data Protection:** Implements robust data protection strategies, utilizing SnapMirror and other technologies to safeguard data integrity and availability.",
                "x-allOf-name": "storage.NetAppStorageVm",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseTenant"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppStorageVm', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppStorageVm"
                                ],
                                "default": "storage.NetAppStorageVm",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppStorageVm"
                                ],
                                "default": "storage.NetAppStorageVm",
                                "x-enum-as-string": true
                            },
                            "Aggregates": {
                                "type": "array",
                                "items": {
                                    "description": "List of allowed aggregates for SVM volumes.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CifsEnabled": {
                                "description": "Status for Common Internet File System protocol ( CIFS ) allowed to run on Vservers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DnsDomains": {
                                "type": "array",
                                "items": {
                                    "description": "A list of Domain Name System ( DNS ) domains.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FcpEnabled": {
                                "description": "Status for Fibre Channel Protocol ( FCP ) allowed to run on Vservers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipspace": {
                                "description": "IPspace name. IPspaces are distinct IP address spaces in which storage virtual machines (SVMs) reside.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsProtected": {
                                "description": "Specifies whether the Storage VM is a SnapMirror source Storage VM, using SnapMirror to protect its data.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IscsiEnabled": {
                                "description": "Status for iSCSI protocol allowed to run on Vservers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of VServer across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NameServers": {
                                "type": "array",
                                "items": {
                                    "description": "The list of IP addresses of the DNS servers. Addresses can be either IPv4 or IPv6 addresses.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NativeFpolicyCount": {
                                "description": "The number of native FPolicy engines enabled on this SVM.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NfsEnabled": {
                                "description": "Status for Network File System Protocol ( NFS ) allowed to run on  Vservers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NvmeEnabled": {
                                "description": "Status for NVME protocol allowed to run on Vservers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Subtype": {
                                "description": "SVM subtype (default, dp_destination, sync_source, or sync_destination). The SVM subtype sync_destination is created automatically when an SVM of subtype sync_source is created on the source MetroCluster cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DiskPool": {
                                "description": "An array of relationships to storageNetAppAggregate resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppSvmEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppStorageVm.List": {
                "title": "List of 'storage.NetAppStorageVm' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppStorageVm' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppStorageVm' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSvmEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSvmEvent' resources.",
                "x-one-of-name": "storage.NetAppSvmEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSvmEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppSvmEvent' resource, or the expanded 'storage.NetAppSvmEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppSvmEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppSvmEvent": {
                "title": "Storage:Net App Svm Event",
                "description": "An event where the impacted resource type is a storage vm.",
                "x-allOf-name": "storage.NetAppSvmEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSvmEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSvmEvent"
                                ],
                                "default": "storage.NetAppSvmEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSvmEvent"
                                ],
                                "default": "storage.NetAppSvmEvent",
                                "x-enum-as-string": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmEvent.List": {
                "title": "List of 'storage.NetAppSvmEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSvmEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSvmEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmSnapMirrorPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSvmSnapMirrorPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSvmSnapMirrorPolicy' resources.",
                "x-one-of-name": "storage.NetAppSvmSnapMirrorPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapMirrorPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSvmSnapMirrorPolicy": {
                "title": "Storage:Net App Svm Snap Mirror Policy",
                "description": "NetApp SnapMirror policy owned by a storage virtual machine. NetApp SnapMirror policy when applied to a SnapMirror relationship, controls the behavior of the relationship and specifies the configuration attributes for that relationship.",
                "x-allOf-name": "storage.NetAppSvmSnapMirrorPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapMirrorPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSvmSnapMirrorPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSvmSnapMirrorPolicy"
                                ],
                                "default": "storage.NetAppSvmSnapMirrorPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSvmSnapMirrorPolicy"
                                ],
                                "default": "storage.NetAppSvmSnapMirrorPolicy",
                                "x-enum-as-string": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmSnapMirrorPolicy.List": {
                "title": "List of 'storage.NetAppSvmSnapMirrorPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSvmSnapMirrorPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSvmSnapMirrorPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapMirrorPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmSnapshotPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppSvmSnapshotPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppSvmSnapshotPolicy' resources.",
                "x-one-of-name": "storage.NetAppSvmSnapshotPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapshotPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppSvmSnapshotPolicy": {
                "title": "Storage:Net App Svm Snapshot Policy",
                "description": "NetApp Snapshot policy that is scoped to a storage virtual machine. The policy controls the behavior and schedule of snapshots when applied to a volume.",
                "x-allOf-name": "storage.NetAppSvmSnapshotPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseSnapshotPolicy"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppSvmSnapshotPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppSvmSnapshotPolicy"
                                ],
                                "default": "storage.NetAppSvmSnapshotPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppSvmSnapshotPolicy"
                                ],
                                "default": "storage.NetAppSvmSnapshotPolicy",
                                "x-enum-as-string": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppSvmSnapshotPolicy.List": {
                "title": "List of 'storage.NetAppSvmSnapshotPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppSvmSnapshotPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppSvmSnapshotPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppSvmSnapshotPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolume.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppVolume' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppVolume' resources.",
                "x-one-of-name": "storage.NetAppVolume.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppVolume.Relationship": {
                "description": "A relationship to the 'storage.NetAppVolume' resource, or the expanded 'storage.NetAppVolume' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppVolume.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppVolume": {
                "title": "Storage:Net App Volume",
                "description": "The NetAppVolume object is a versatile data container that enables partitioning and management of storage resources within a NetAppCluster. It is instrumental in organizing data efficiently and securely, supporting a wide range of storage use cases.\n#### Purpose\nA NetAppVolume serves as a logical unit for data storage, providing isolation and control over data access and management. It allows administrators to define storage characteristics, implement data protection strategies, and optimize resource usage within the cluster.\n#### Key Concepts\n- **Data Isolation:** Ensures that data stored within a volume is segregated from other volumes, enabling tailored access controls and management policies.\n- **Flexibility:** Supports various volume types and configurations, catering to diverse application requirements and storage needs.\n- **Protection Mechanisms:** Implements advanced data protection features, such as snapshots and replication, to safeguard data integrity and availability.\n- **Performance Management:** Utilizes sophisticated algorithms to optimize data access speeds and responsiveness, enhancing overall system efficiency.",
                "x-allOf-name": "storage.NetAppVolume",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseStorageContainer"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppVolume', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppVolume"
                                ],
                                "default": "storage.NetAppVolume",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppVolume"
                                ],
                                "default": "storage.NetAppVolume",
                                "x-enum-as-string": true
                            },
                            "AutosizeMode": {
                                "description": "The autosize mode for NetApp Volume. Modes can be off or grow or grow_shrink.\n* `off` - The volume will not grow or shrink in size in response to the amount of used space.\n* `grow` - The volume will automatically grow when used space in the volume is above the grow threshold.\n* `grow_shrink` - The volume will grow or shrink in size in response to the amount of used space.",
                                "type": "string",
                                "enum": [
                                    "off",
                                    "grow",
                                    "grow_shrink"
                                ],
                                "default": "off",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvgPerformanceMetrics": {
                                "description": "Average performance metrics for over a period of time.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppPerformanceMetricsAverage",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExportPolicyName": {
                                "description": "The name of the Export Policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FlexCacheEndpointType": {
                                "description": "FlexCache endpoint type. The endpoint type can be the origin of a FlexCache volume, a FlexCache volume, or neither.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsObjectStore": {
                                "description": "Specifies whether the volume is provisioned for an object store server.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Key": {
                                "description": "Unique identifier of a NetApp Volume across data center.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotAutodeleteEnabled": {
                                "description": "Specifies whether Snaphot copy autodelete is currently enabled on this volume.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotPolicyName": {
                                "description": "The name of the Snapshot Policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotPolicyUuid": {
                                "description": "The UUID of the Snapshot Policy.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotReservePercent": {
                                "description": "The space that has been set aside as a reserve for Snapshot copy usage represented as a percent.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotUsed": {
                                "description": "The total space used by Snapshot copies in the volume represented in bytes.",
                                "type": "number",
                                "format": "double",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The current state of a NetApp volume.\n* `offline` - Read and write access to the volume is not allowed.\n* `online` - Read and write access to the volume is allowed.\n* `error` - Storage volume state of error type.\n* `mixed` - The constituents of a FlexGroup volume are not all in the same state.",
                                "type": "string",
                                "enum": [
                                    "offline",
                                    "online",
                                    "error",
                                    "mixed"
                                ],
                                "default": "offline",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Style": {
                                "description": "The style of the volume (FlexGroup or FlexVol).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SvmName": {
                                "description": "The storage virtual machine name for the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "NetApp volume type. The volume type can be Read-write, Data-protection, or Load-sharing.\n* `data-protection` - Prevents modification of the data on the Volume.\n* `read-write` - Data on the Volume can be modified.\n* `load-sharing` - The volume type is Load Sharing DP.",
                                "type": "string",
                                "enum": [
                                    "data-protection",
                                    "read-write",
                                    "load-sharing"
                                ],
                                "default": "data-protection",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of a NetApp Volume.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DiskPool": {
                                "description": "An array of relationships to storageNetAppAggregate resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppAggregate.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Events": {
                                "description": "An array of relationships to storageNetAppVolumeEvent resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Tenant": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppStorageVm.Relationship",
                                "description": "A reference to a storageNetAppStorageVm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolume.List": {
                "title": "List of 'storage.NetAppVolume' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppVolume' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppVolume' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolumeEvent.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppVolumeEvent' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppVolumeEvent' resources.",
                "x-one-of-name": "storage.NetAppVolumeEvent.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppVolumeEvent.Relationship": {
                "description": "A relationship to the 'storage.NetAppVolumeEvent' resource, or the expanded 'storage.NetAppVolumeEvent' resource, or the 'null' value.",
                "x-one-of-name": "storage.NetAppVolumeEvent.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.NetAppVolumeEvent": {
                "title": "Storage:Net App Volume Event",
                "description": "An event where the impacted resource type is a volume.",
                "x-allOf-name": "storage.NetAppVolumeEvent",
                "allOf": [
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppBaseEvent"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppVolumeEvent', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppVolumeEvent"
                                ],
                                "default": "storage.NetAppVolumeEvent",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppVolumeEvent"
                                ],
                                "default": "storage.NetAppVolumeEvent",
                                "x-enum-as-string": true
                            },
                            "Volume": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolumeEvent.List": {
                "title": "List of 'storage.NetAppVolumeEvent' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppVolumeEvent' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppVolumeEvent' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeEvent"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolumeSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.NetAppVolumeSnapshot' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.NetAppVolumeSnapshot' resources.",
                "x-one-of-name": "storage.NetAppVolumeSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeSnapshot.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.NetAppVolumeSnapshot": {
                "title": "Storage:Net App Volume Snapshot",
                "description": "NetApp Volume Snapshot is a read-only image of a traditional or FlexVol volume, or an aggregate, that captures the state of the file system at a point in time.",
                "x-allOf-name": "storage.NetAppVolumeSnapshot",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseSnapshot"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.NetAppVolumeSnapshot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.NetAppVolumeSnapshot"
                                ],
                                "default": "storage.NetAppVolumeSnapshot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.NetAppVolumeSnapshot"
                                ],
                                "default": "storage.NetAppVolumeSnapshot",
                                "x-enum-as-string": true
                            },
                            "Uuid": {
                                "description": "Universally unique identifier of the volume snapshot.",
                                "type": "string",
                                "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppCluster.Relationship",
                                "description": "A reference to a storageNetAppCluster resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "StorageContainer": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolume.Relationship",
                                "description": "A reference to a storageNetAppVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.NetAppVolumeSnapshot.List": {
                "title": "List of 'storage.NetAppVolumeSnapshot' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.NetAppVolumeSnapshot' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.NetAppVolumeSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.NetAppVolumeSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureArray.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureArray' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureArray' resources.",
                "x-one-of-name": "storage.PureArray.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureArray.Relationship": {
                "description": "A relationship to the 'storage.PureArray' resource, or the expanded 'storage.PureArray' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureArray.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureArray": {
                "title": "Storage:Pure Array",
                "description": "The details of the Pure storage array.",
                "x-allOf-name": "storage.PureArray",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureArray', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureArray"
                                ],
                                "default": "storage.PureArray",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureArray"
                                ],
                                "default": "storage.PureArray",
                                "x-enum-as-string": true
                            },
                            "ApiVersion": {
                                "description": "Major version of REST API supported by the Pure storage array. Will be used as constraint for implementation tasks. If REST API version is less than 2.4, then this property returns the major version 1, else returns 2.",
                                "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
                            }
                        }
                    }
                ]
            },
            "storage.PureArray.List": {
                "title": "List of 'storage.PureArray' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureArray' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureArray' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureArrayAlerts.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureArrayAlerts' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureArrayAlerts' resources.",
                "x-one-of-name": "storage.PureArrayAlerts.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArrayAlerts.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureArrayAlerts": {
                "title": "Storage:Pure Array Alerts",
                "description": "Alert Events in PureStorage FlashArray.",
                "x-allOf-name": "storage.PureArrayAlerts",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureArrayAlerts', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureArrayAlerts"
                                ],
                                "default": "storage.PureArrayAlerts",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureArrayAlerts"
                                ],
                                "default": "storage.PureArrayAlerts",
                                "x-enum-as-string": true
                            },
                            "Cause": {
                                "description": "Reason for the event generation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Component": {
                                "description": "Component for which the event generation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CreatedAt": {
                                "description": "Date on which the event was generated on FlashArrays.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "ID of the alert related to the event.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Severity": {
                                "description": "Type of the severity of the event it could be Critical or Warning.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureArrayAlerts.List": {
                "title": "List of 'storage.PureArrayAlerts' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureArrayAlerts' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureArrayAlerts' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArrayAlerts"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureArrayUtilization": {
                "title": "Storage:Pure Array Utilization",
                "description": "Storage space consumption of Pure FlashArray.",
                "x-allOf-name": "storage.PureArrayUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureArrayUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureArrayUtilization"
                                ],
                                "default": "storage.PureArrayUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureArrayUtilization"
                                ],
                                "default": "storage.PureArrayUtilization",
                                "x-enum-as-string": true
                            },
                            "DataReduction": {
                                "description": "Ratio of mapped sectors within a volume versus the amount of physical space the data occupies after data compression and deduplication. The data reduction ratio does not include thin provisioning savings. For example, a data reduction ratio of 5.0 means that for every 5 MB the host writes to the array, 1 MB is stored on the array's flash modules.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Parity": {
                                "description": "Percentage of data that is fully protected. The percentage value will drop below 100% if the data is not fully protected.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Provisioned": {
                                "description": "Total provisioned storage capacity in Pure FlashArray, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Shared": {
                                "description": "Physical space occupied by deduplicated data, represented in bytes. The space is shared with other volumes and snapshots as a result of data deduplication.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Snapshot": {
                                "description": "Physical space occupied by the snapshots, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "System": {
                                "description": "Physical space occupied by internal array metadata, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ThinProvisioned": {
                                "description": "Percentage of volume sectors that do not contain host-written data because the hosts have not written data to them or the sectors have been explicitly trimmed.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalReduction": {
                                "description": "Ratio of provisioned sectors within a volume versus the amount of physical space the data occupies after reduction via data compression and deduplication and with thin provisioning savings. Total reduction is data reduction with thin provisioning savings. For example, a total reduction ratio of 10.0 means that for every 10 MB of provisioned space, 1 MB is stored on the array's flash modules.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Volume": {
                                "description": "Physical space occupied by volume data, excluding shared, array metadata and snapshots. Size is represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.PureBlade.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureBlade' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureBlade' resources.",
                "x-one-of-name": "storage.PureBlade.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureBlade.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureBlade": {
                "title": "Storage:Pure Blade",
                "description": "The PureBlade object models a blade hardware component within a PureStorage FlashBlade array. This provides foundational support for hardware inventory and blade-level management.\n#### Purpose\nPureBlade is intended to represent individual hardware blades, aiding administrators in monitoring blade health, status, and capacity. This ensures optimal performance and facilitates maintenance operations within the array.\n#### Key Concepts\n- **Hardware Inventory**: Enables granular tracking of blade components, supporting efficient asset and lifecycle management.\n- **Status Monitoring**: Facilitates real-time status checks and operational insights for each blade.\n- **Integration**: Connects blade data to the broader array and device registration infrastructure.\n- **Access Control**: Enforces privilege sets to ensure only authorized personnel can view or manage blade details.",
                "x-allOf-name": "storage.PureBlade",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureBlade', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureBlade"
                                ],
                                "default": "storage.PureBlade",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureBlade"
                                ],
                                "default": "storage.PureBlade",
                                "x-enum-as-string": true
                            },
                            "BladeId": {
                                "description": "Unique identifier of the blade.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the blade within the FlashBlade array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RawCapacity": {
                                "description": "Raw storage capacity of the blade in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Operational status of the blade.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Relationship",
                                "description": "A reference to a storagePureFlashBladeSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureBlade.List": {
                "title": "List of 'storage.PureBlade' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureBlade' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureBlade' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureBlade"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureController.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureController' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureController' resources.",
                "x-one-of-name": "storage.PureController.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureController.Relationship": {
                "description": "A relationship to the 'storage.PureController' resource, or the expanded 'storage.PureController' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureController.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureController": {
                "title": "Storage:Pure Controller",
                "description": "The PureController object represents a storage controller within a PureStorage FlashArray, managing data flow and operations.  \n#### Purpose  \nPureController facilitates the management of storage controllers, ensuring efficient data operations and resource allocation within the FlashArray. \n#### Key Concepts \n- **Controller Management:** Offers structured management of storage controllers, optimizing data flow and operations. \n- **Integration:** Supports integration with array and port objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage storage controllers within the storage network.",
                "x-allOf-name": "storage.PureController",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayController"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureController', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureController"
                                ],
                                "default": "storage.PureController",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureController"
                                ],
                                "default": "storage.PureController",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureController.List": {
                "title": "List of 'storage.PureController' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureController' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureController' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectory.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDirectory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDirectory' resources.",
                "x-one-of-name": "storage.PureDirectory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDirectory.Relationship": {
                "description": "A relationship to the 'storage.PureDirectory' resource, or the expanded 'storage.PureDirectory' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureDirectory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureDirectory": {
                "title": "Storage:Pure Directory",
                "description": "The PureDirectory object represents a managed directory within a PureStorage FlashArray, offering space reporting and metrics.\n#### Purpose  \nPureDirectory facilitates the organization and management of storage directories, providing structured space reporting and policy integration within the FlashArray.  \n#### Key Concepts  \n- **Directory Management:** Offers structured management of directories, optimizing space reporting and storage operations. \n- **Policy Integration:** Supports attachment of policies to directories, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage directory operations within the storage network.",
                "x-allOf-name": "storage.PureDirectory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDirectory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDirectory"
                                ],
                                "default": "storage.PureDirectory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDirectory"
                                ],
                                "default": "storage.PureDirectory",
                                "x-enum-as-string": true
                            },
                            "CreatedTime": {
                                "description": "The managed directory creation time, measured in milliseconds since the UNIX epoch.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReduction": {
                                "description": "The ratio of mapped sectors within a volume versus the amount of physical space the data occupies after data compression and deduplication. The data reduction ratio does not include thin provisioning savings. For example, a data reduction ratio of 5:1 means that for every 5 MB the host writes to the array, 1 MB is stored on the array's flash modules.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "A boolean value, if set to true, lists only destroyed objects that are in the eradication pending state. If set to false, lists only objects that are not destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectoryName": {
                                "description": "The managed directory name without the file system name prefix.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExportPolicyList": {
                                "type": "array",
                                "items": {
                                    "description": "Names of the export policies which are associated with the directory.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FileSystemName": {
                                "description": "Name of file syetem associated with the directory.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemberName": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MemberResourceType": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A user-specified name. The name must be locally unique and can be changed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyResourceType": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuotaPolicyNames": {
                                "type": "array",
                                "items": {
                                    "description": "Names of the quota policies which are associated with the directory.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Snapshots": {
                                "description": "The physical space occupied by data unique to one or more snapshots. Measured in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ThinProvisioning": {
                                "description": "The percentage of volume sectors that do not contain host-written data because the hosts have not written data to them or the sectors have been explicitly trimmed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalPhysical": {
                                "description": "The total physical space occupied by system, shared space, volume, and snapshot data. Measured in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalReduction": {
                                "description": "The ratio of provisioned sectors within a volume versus the amount of physical space the data occupies after reduction via data compression and deduplication and with thin provisioning savings. Total reduction is data reduction with thin provisioning savings. For example, a total reduction ratio of 10:1 means that for every 10 MB of provisioned space, 1 MB is stored on the array's flash modules.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalUsed": {
                                "description": "The total space contributed by customer data, measured in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unique": {
                                "description": "The unique physical space occupied by customer data. Unique physical space does not include shared space, snapshots, and internal array metadata. Measured in bytes. On Evergreen//One arrays, this is the effective space contributed by unique customer data, measured in bytes. Unique data does not include shared space, snapshots, and internal array metadata.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ExportPolicies": {
                                "description": "An array of relationships to storagePureDirectoryExport resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FileSystems": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems.Relationship",
                                "description": "A reference to a storagePureFileSystems resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "QuotaPolicies": {
                                "description": "An array of relationships to storagePureDirectoryQuota resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota.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
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectory.List": {
                "title": "List of 'storage.PureDirectory' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDirectory' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDirectory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryExport.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDirectoryExport' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDirectoryExport' resources.",
                "x-one-of-name": "storage.PureDirectoryExport.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDirectoryExport.Relationship": {
                "description": "A relationship to the 'storage.PureDirectoryExport' resource, or the expanded 'storage.PureDirectoryExport' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureDirectoryExport.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureDirectoryExport": {
                "title": "Storage:Pure Directory Export",
                "description": "The PureDirectoryExport object facilitates the creation of managed directory exports within a PureStorage FlashArray, enhancing data accessibility.  \n#### Purpose  \nPureDirectoryExport provides a mechanism for exporting directories, enabling efficient data access and integration with supported protocols.\n#### Key Concepts  \n- **Export Management:** Facilitates the creation and management of directory exports, optimizing data accessibility and integration. \n- **Protocol Support:** Supports integration with NFS and SMB protocols, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage directory exports within the storage network.",
                "x-allOf-name": "storage.PureDirectoryExport",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDirectoryExport', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDirectoryExport"
                                ],
                                "default": "storage.PureDirectoryExport",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDirectoryExport"
                                ],
                                "default": "storage.PureDirectoryExport",
                                "x-enum-as-string": true
                            },
                            "Destroyed": {
                                "description": "Returns a value of true if the managed directory of the export has been destroyed and is pending eradication. The export can be recovered by recovering the destroyed managed directory.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectoryName": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectoryResourceType": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Returns a value of true if the export policy that manages this export is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The export name for accessing this export.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Path": {
                                "description": "The path of the exported managed directory.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "The export policy that manages this export. An export can be managed by at most one export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyResourceType": {
                                "description": "The export policy that manages this export. An export can be managed by at most one export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Directory": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory.Relationship",
                                "description": "A reference to a storagePureDirectory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Relationship",
                                "description": "A reference to a storagePureDirectoryPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryExport.List": {
                "title": "List of 'storage.PureDirectoryExport' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDirectoryExport' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDirectoryExport' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDirectoryPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDirectoryPolicy' resources.",
                "x-one-of-name": "storage.PureDirectoryPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDirectoryPolicy.Relationship": {
                "description": "A relationship to the 'storage.PureDirectoryPolicy' resource, or the expanded 'storage.PureDirectoryPolicy' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureDirectoryPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureDirectoryPolicy": {
                "title": "Storage:Pure Directory Policy",
                "description": "Displays a list of policies that are attached to directories.",
                "x-allOf-name": "storage.PureDirectoryPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDirectoryPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDirectoryPolicy"
                                ],
                                "default": "storage.PureDirectoryPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDirectoryPolicy"
                                ],
                                "default": "storage.PureDirectoryPolicy",
                                "x-enum-as-string": true
                            },
                            "Destroyed": {
                                "description": "Returns a value of true if the managed directory of the export has been destroyed and is pending eradication. The export can be recovered by recovering the destroyed managed directory.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Returns a value of true if the export policy that manages this export is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The export name for accessing this export.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyType": {
                                "description": "The export policy that manages this export. An export can be managed by at most one export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ExportMembers": {
                                "description": "An array of relationships to storagePureDirectoryExport resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryExport.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NfsRules": {
                                "description": "An array of relationships to storagePureNfsPolicyRule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "QuotaMembers": {
                                "description": "An array of relationships to storagePureDirectoryQuota resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "QuotaRules": {
                                "description": "An array of relationships to storagePureQuotaPolicyRule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule.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
                            },
                            "SmbRules": {
                                "description": "An array of relationships to storagePureSmbPolicyRule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryPolicy.List": {
                "title": "List of 'storage.PureDirectoryPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDirectoryPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDirectoryPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryQuota.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDirectoryQuota' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDirectoryQuota' resources.",
                "x-one-of-name": "storage.PureDirectoryQuota.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDirectoryQuota.Relationship": {
                "description": "A relationship to the 'storage.PureDirectoryQuota' resource, or the expanded 'storage.PureDirectoryQuota' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureDirectoryQuota.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureDirectoryQuota": {
                "title": "Storage:Pure Directory Quota",
                "description": "The PureDirectoryQuota object represents quota policies within a PureStorage FlashArray, ensuring organized and efficient storage operations.  \n#### Purpose  \nPureDirectoryQuota facilitates the management of quota policies, providing structured control and allocation of storage resources within the FlashArray. \n#### Key Concepts \n- **Quota Management:** Offers structured management of quotas, optimizing storage operations and resource allocation. \n- **Integration:** Supports integration with directory objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage quota policies within the storage network.",
                "x-allOf-name": "storage.PureDirectoryQuota",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDirectoryQuota', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDirectoryQuota"
                                ],
                                "default": "storage.PureDirectoryQuota",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDirectoryQuota"
                                ],
                                "default": "storage.PureDirectoryQuota",
                                "x-enum-as-string": true
                            },
                            "Destroyed": {
                                "description": "Returns a value of true if the managed directory of the export has been destroyed and is pending eradication. The export can be recovered by recovering the destroyed managed directory.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectoryName": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectoryResourceType": {
                                "description": "Absolute path of the managed directory in the file system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Returns a value of true if the export policy that manages this export is enabled.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "The export policy that manages this export. An export can be managed by at most one export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyResourceType": {
                                "description": "The export policy that manages this export. An export can be managed by at most one export policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Directory": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory.Relationship",
                                "description": "A reference to a storagePureDirectory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Relationship",
                                "description": "A reference to a storagePureDirectoryPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectoryQuota.List": {
                "title": "List of 'storage.PureDirectoryQuota' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDirectoryQuota' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDirectoryQuota' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryQuota"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectorySnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDirectorySnapshot' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDirectorySnapshot' resources.",
                "x-one-of-name": "storage.PureDirectorySnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectorySnapshot.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDirectorySnapshot": {
                "title": "Storage:Pure Directory Snapshot",
                "description": "The PureDirectorySnapshot object represents snapshots of directories within a PureStorage FlashArray, ensuring organized data backup and recovery.  \n#### Purpose  \nPureDirectorySnapshot facilitates the creation and management of directory snapshots, providing structured data protection and recovery processes within the FlashArray.  \n#### Key Concepts \n- **Snapshot Management:** Offers structured management of directory snapshots, optimizing data backup and recovery operations. \n- **Policy Integration:** Supports integration with snapshot policies, enhancing data protection capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage directory snapshots within the storage network.",
                "x-allOf-name": "storage.PureDirectorySnapshot",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDirectorySnapshot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDirectorySnapshot"
                                ],
                                "default": "storage.PureDirectorySnapshot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDirectorySnapshot"
                                ],
                                "default": "storage.PureDirectorySnapshot",
                                "x-enum-as-string": true
                            },
                            "ClientName": {
                                "description": "The customizable portion of the client-visible snapshot name. A full snapshot name is constructed in the form of DIR.CLIENT_NAME.SUFFIX where DIR is the full managed directory name, CLIENT_NAME is the client name, and SUFFIX is the suffix. The client-visible snapshot name is CLIENT_NAME.SUFFIX.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CreatedTime": {
                                "description": "The snapshot creation time, measured in milliseconds since the UNIX epoch.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A user-specified name. The name must be locally unique and can be changed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "The directory from which this snapshot was taken.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Directory": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectory.Relationship",
                                "description": "A reference to a storagePureDirectory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDirectorySnapshot.List": {
                "title": "List of 'storage.PureDirectorySnapshot' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDirectorySnapshot' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDirectorySnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectorySnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDisk.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureDisk' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureDisk' resources.",
                "x-one-of-name": "storage.PureDisk.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDisk.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureDisk": {
                "title": "Storage:Pure Disk",
                "description": "Disk entity associated with Pure FlashArray.",
                "x-allOf-name": "storage.PureDisk",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArrayDisk"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureDisk', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureDisk"
                                ],
                                "default": "storage.PureDisk",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureDisk"
                                ],
                                "default": "storage.PureDisk",
                                "x-enum-as-string": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDisk.List": {
                "title": "List of 'storage.PureDisk' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureDisk' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureDisk' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDisk"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureDiskUtilization": {
                "title": "Storage:Pure Disk Utilization",
                "description": "The PureDisk object represents a disk entity within a PureStorage FlashArray, serving as a fundamental unit for storage capacity. \n#### Purpose  \nPureDisk facilitates the management of storage disks, providing structured control and allocation of storage resources within the FlashArray.  \n#### Key Concepts \n- **Disk Management:** Offers structured management of disks, optimizing storage operations and resource allocation. \n- **Integration:** Supports integration with array objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage disk operations within the storage network.",
                "x-allOf-name": "storage.PureDiskUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    }
                ]
            },
            "storage.PureFileSystems.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureFileSystems' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureFileSystems' resources.",
                "x-one-of-name": "storage.PureFileSystems.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureFileSystems.Relationship": {
                "description": "A relationship to the 'storage.PureFileSystems' resource, or the expanded 'storage.PureFileSystems' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureFileSystems.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureFileSystems": {
                "title": "Storage:Pure File Systems",
                "description": "The PureFileSystems object represents a filesystem within a PureStorage FlashArray, serving as a fundamental unit for organizing storage resources.  \n#### Purpose  \nPureFileSystems provides a mechanism for managing and organizing storage resources, ensuring efficient and secure data operations within the FlashArray. \n#### Key Concepts  \n- **Filesystem Management:** It offers structured management of filesystems, optimizing storage operations and resource allocation. \n- **Directory Integration:** Supports integration with directories and export policies, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage filesystem operations within the storage network.",
                "x-allOf-name": "storage.PureFileSystems",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureFileSystems', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureFileSystems"
                                ],
                                "default": "storage.PureFileSystems",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureFileSystems"
                                ],
                                "default": "storage.PureFileSystems",
                                "x-enum-as-string": true
                            },
                            "CreatedTime": {
                                "description": "The file system creation time, measured in milliseconds since the UNIX epoch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "A boolean value, if set to true, lists only destroyed objects that are in the eradication pending state. If set to false, lists only objects that are not destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "A globally unique, system-generated ID. The ID cannot be modified and cannot refer to another resource.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pod": {
                                "description": "The reference to the pod the file systems belongs to, or null if it is not in a pod.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureFileSystems.List": {
                "title": "List of 'storage.PureFileSystems' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureFileSystems' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureFileSystems' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFileSystems"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureFlashBladeFileSystem.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureFlashBladeFileSystem' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureFlashBladeFileSystem' resources.",
                "x-one-of-name": "storage.PureFlashBladeFileSystem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeFileSystem.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureFlashBladeFileSystem": {
                "title": "Storage:Pure Flash Blade File System",
                "description": "The PureFlashBladeFileSystem object represents a file system entity within the PureStorage FlashBlade array. It is a foundational model for organizing and managing file-based storage resources.\n#### Purpose\nPureFlashBladeFileSystem is designed to facilitate the creation, monitoring, and management of file systems, supporting quota limits, replication status, and utilization tracking within the FlashBlade environment.\n#### Key Concepts\n- **File System Management**: Enables structured organization and oversight of file-based storage, including quotas and writable status.\n- **Replication Support**: Integrates promotion status for replicated file systems, supporting disaster recovery and high availability.\n- **Utilization Metrics**: Tracks space usage for resource planning and optimization.\n- **Relationship Mapping**: Connects file systems to their storage arrays and device registrations for seamless integration.",
                "x-allOf-name": "storage.PureFlashBladeFileSystem",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureFlashBladeFileSystem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureFlashBladeFileSystem"
                                ],
                                "default": "storage.PureFlashBladeFileSystem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureFlashBladeFileSystem"
                                ],
                                "default": "storage.PureFlashBladeFileSystem",
                                "x-enum-as-string": true
                            },
                            "CreatedTime": {
                                "description": "Creation timestamp of the file system.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "Returns a value of true if the file system has been destroyed and is pending eradication. The file system cannot be modified while it is in the destroyed state.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileSystemId": {
                                "description": "A non-modifiable, globally unique ID chosen by the system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardLimitEnabled": {
                                "description": "If set to true, the file system's size, as defined by provisioned, is used as a hard limit quota.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the object (e.g., a file system or snapshot).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PromotionStatus": {
                                "description": "The current status of the file system with respect to replication. Possible values are promoted and demoted.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Provisioned": {
                                "description": "The provisioned size of the file system, displayed in bytes. If set to an empty string, the file system is unlimited in size.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "The space usage of the file system.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Writable": {
                                "description": "Whether the file system is writable or not. If false, this overrides any protocol or file permission settings and prevents changes.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Relationship",
                                "description": "A reference to a storagePureFlashBladeSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureFlashBladeFileSystem.List": {
                "title": "List of 'storage.PureFlashBladeFileSystem' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureFlashBladeFileSystem' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureFlashBladeFileSystem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeFileSystem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureFlashBladeSystem.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureFlashBladeSystem' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureFlashBladeSystem' resources.",
                "x-one-of-name": "storage.PureFlashBladeSystem.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureFlashBladeSystem.Relationship": {
                "description": "A relationship to the 'storage.PureFlashBladeSystem' resource, or the expanded 'storage.PureFlashBladeSystem' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureFlashBladeSystem.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureFlashBladeSystem": {
                "title": "Storage:Pure Flash Blade System",
                "description": "The PureFlashBladeSystem object represents the details of a Pure FlashBlade storage system, serving as the primary model for managing and monitoring array-level attributes and operations within the PureStorage ecosystem.\n#### Purpose\nPureFlashBladeSystem is designed to capture the essential characteristics and operational status of a FlashBlade storage array. This provides customers with a unified overview of the array, supporting inventory, utilization tracking, and integration with management platforms.\n#### Key Concepts\n- **Array Inventory**: Enables comprehensive tracking and identification of FlashBlade arrays, supporting efficient asset management.\n- **Utilization Monitoring**: Facilitates real-time visibility into file system and object store utilization for optimal resource allocation.\n- **Integration** : Seamlessly connects to external management systems, allowing for consistent monitoring and updates.\n- **Access Control**: Ensures secure access through privilege sets and licensing, safeguarding critical storage operations.",
                "x-allOf-name": "storage.PureFlashBladeSystem",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseArray"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureFlashBladeSystem', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureFlashBladeSystem"
                                ],
                                "default": "storage.PureFlashBladeSystem",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureFlashBladeSystem"
                                ],
                                "default": "storage.PureFlashBladeSystem",
                                "x-enum-as-string": true
                            },
                            "FileSystem": {
                                "description": "Storage utilization for file systems on the FlashBlade array.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectStore": {
                                "description": "Storage utilization for object store (buckets) on the FlashBlade array.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeUtilization",
                                "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
                            }
                        }
                    }
                ]
            },
            "storage.PureFlashBladeSystem.List": {
                "title": "List of 'storage.PureFlashBladeSystem' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureFlashBladeSystem' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureFlashBladeSystem' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureFlashBladeUtilization": {
                "title": "Storage:Pure Flash Blade Utilization",
                "description": "Storage space consumption of Pure FlashBlade.",
                "x-allOf-name": "storage.PureFlashBladeUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseCapacity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureFlashBladeUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureFlashBladeUtilization"
                                ],
                                "default": "storage.PureFlashBladeUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureFlashBladeUtilization"
                                ],
                                "default": "storage.PureFlashBladeUtilization",
                                "x-enum-as-string": true
                            },
                            "AvailableProvisioned": {
                                "description": "The amount of space left that the current object can grow before writes are stopped due to a hard limit quota being hit. The value is total_provisioned minus the virtual space used.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvailableRatio": {
                                "description": "The ratio of the available space versus the total provisioned space.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DataReduction": {
                                "description": "Reduction of data. Ratio of mapped sectors versus the amount of physical space the data occupies after data compression and deduplication.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "Unique physical space (excluding snapshots) occupied by destroyed data within the child containers, in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DestroyedVirtual": {
                                "description": "The amount of destroyed logically written data within the child containers, in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Parity": {
                                "description": "A representation of data redundancy on the array. Data redundancy is rebuilt automatically by the system whenever parity is less than 1.0.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Snapshot": {
                                "description": "Physical usage by snapshots, other than unique in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalProvisioned": {
                                "description": "The effective provisioned size of the container, at which a hard limit will be applied. For the array, this is the sum of the file systems and accounts. Measured in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unique": {
                                "description": "Unique physical space occupied by customer data, in bytes. Excludes shared space, snapshots, and metadata.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Virtual": {
                                "description": "Logically consumed space for the object, in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHost.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureHost' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureHost' resources.",
                "x-one-of-name": "storage.PureHost.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureHost.Relationship": {
                "description": "A relationship to the 'storage.PureHost' resource, or the expanded 'storage.PureHost' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureHost.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureHost": {
                "title": "Storage:Pure Host",
                "description": "A host entity in PureStorage FlashArray. It is an abstraction used by PureStorage to organize\nthe storage network addresses (Fibre Channel worldwide names or iSCSI qualified names)\nof client computers and to control communications between clients and volumes.",
                "x-allOf-name": "storage.PureHost",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHost"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureHost', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureHost"
                                ],
                                "default": "storage.PureHost",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureHost"
                                ],
                                "default": "storage.PureHost",
                                "x-enum-as-string": true
                            },
                            "HostGroupName": {
                                "description": "Name of host group where the host belongs to. Empty if host is not part of any HostGroup.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HostGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup.Relationship",
                                "description": "A reference to a storagePureHostGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHost.List": {
                "title": "List of 'storage.PureHost' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureHost' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureHost' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHostGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureHostGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureHostGroup' resources.",
                "x-one-of-name": "storage.PureHostGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureHostGroup.Relationship": {
                "description": "A relationship to the 'storage.PureHostGroup' resource, or the expanded 'storage.PureHostGroup' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureHostGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureHostGroup": {
                "title": "Storage:Pure Host Group",
                "description": "The PureHostGroup object represents a collection of hosts within a PureStorage FlashArray, facilitating common connectivity to storage volumes.  \n#### Purpose  \nPureHostGroup is used to manage and establish shared connections between hosts and volumes, ensuring efficient access and data sharing across multiple hosts.  \n#### Key Concepts \n- **Group Connectivity:** PureHostGroup allows hosts within the group to access volumes through shared connections, streamlining data access and communication. \n- **Access Management:** It supports various privilege sets to control and secure interactions with storage volumes. \n- **Integration:** PureHostGroup integrates with other objects such as PureVolume and PureHost, providing a cohesive storage management solution.",
                "x-allOf-name": "storage.PureHostGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureHostGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureHostGroup"
                                ],
                                "default": "storage.PureHostGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureHostGroup"
                                ],
                                "default": "storage.PureHostGroup",
                                "x-enum-as-string": true
                            },
                            "HostNames": {
                                "type": "array",
                                "items": {
                                    "description": "Names of the host which are associated with the host group.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Hosts": {
                                "description": "An array of relationships to storagePureHost resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHostGroup.List": {
                "title": "List of 'storage.PureHostGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureHostGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureHostGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHostLun.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureHostLun' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureHostLun' resources.",
                "x-one-of-name": "storage.PureHostLun.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostLun.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureHostLun": {
                "title": "Storage:Pure Host Lun",
                "description": "The PureHostLun object represents a logical unit number (LUN) in a PureStorage FlashArray, existing only if a volume is connected to a host or host group.  \n#### Purpose  \nPureHostLun serves to manage the logical connections between volumes and hosts, ensuring organized data access and storage operations within the FlashArray.  \n#### Key Concepts \n- **LUN Management:** PureHostLun provides a mechanism for organizing volume connections, facilitating efficient data access. \n- **Connection Type:** It distinguishes between shared connections (via host groups) and direct host connections, optimizing communication pathways. \n- **Secure Access:** PureHostLun employs privilege sets to ensure secure management of LUNs within the storage array.",
                "x-allOf-name": "storage.PureHostLun",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseHostLun"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureHostLun', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureHostLun"
                                ],
                                "default": "storage.PureHostLun",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureHostLun"
                                ],
                                "default": "storage.PureHostLun",
                                "x-enum-as-string": true
                            },
                            "HostGroupName": {
                                "description": "Name of the host group associated with LUN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Shared": {
                                "description": "Kind of volume connection to host. True if it is connected through host group. False in case of direct host connection.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Host": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.Relationship",
                                "description": "A reference to a storagePureHost resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HostGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup.Relationship",
                                "description": "A reference to a storagePureHostGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volume": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Relationship",
                                "description": "A reference to a storagePureVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHostLun.List": {
                "title": "List of 'storage.PureHostLun' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureHostLun' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureHostLun' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostLun"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureHostUtilization": {
                "title": "Storage:Pure Host Utilization",
                "description": "The PureHost object is an abstraction within PureStorage FlashArray that organizes the storage network addresses of client computers, facilitating communication between clients and volumes.  \n#### Purpose  \nPureHost serves to manage the connections and interactions between client computers and storage volumes, ensuring efficient data access and communication within the storage network.  \n#### Key Concepts \n- **Address Management:** PureHost helps organize and control storage network addresses, optimizing connectivity and communication. \n- **Shared Connectivity:** It enables shared connections between hosts and volumes, allowing multiple clients to access data efficiently. \n- **Security:** PureHost utilizes privilege sets to ensure secure access and operations within the storage network.",
                "x-allOf-name": "storage.PureHostUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.StorageUtilization"
                    }
                ]
            },
            "storage.PureManagementAccessPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureManagementAccessPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureManagementAccessPolicy' resources.",
                "x-one-of-name": "storage.PureManagementAccessPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureManagementAccessPolicy.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureManagementAccessPolicy": {
                "title": "Storage:Pure Management Access Policy",
                "description": "Displays a list of policies that define management access rules and privileges.",
                "x-allOf-name": "storage.PureManagementAccessPolicy",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureManagementAccessPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureManagementAccessPolicy"
                                ],
                                "default": "storage.PureManagementAccessPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureManagementAccessPolicy"
                                ],
                                "default": "storage.PureManagementAccessPolicy",
                                "x-enum-as-string": true
                            },
                            "AggregationStrategy": {
                                "description": "The strategy used to combine the effects of multiple rules in this policy (e.g., 'deny-override').",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Returns a value of true if the management access policy is currently active and enforced.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the management access policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyType": {
                                "description": "The type of policy, typically 'management-access'.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureManagementAccessPolicy.List": {
                "title": "List of 'storage.PureManagementAccessPolicy' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureManagementAccessPolicy' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureManagementAccessPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureManagementAccessPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureNfsPolicyRule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureNfsPolicyRule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureNfsPolicyRule' resources.",
                "x-one-of-name": "storage.PureNfsPolicyRule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureNfsPolicyRule.Relationship": {
                "description": "A relationship to the 'storage.PureNfsPolicyRule' resource, or the expanded 'storage.PureNfsPolicyRule' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureNfsPolicyRule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureNfsPolicyRule": {
                "title": "Storage:Pure Nfs Policy Rule",
                "description": "The PureNfsPolicyRule object represents NFS policy rules within a PureStorage FlashArray, facilitating structured management of storage operations. \n#### Purpose  \nPureNfsPolicyRule provides a mechanism for managing NFS policies, ensuring organized and efficient storage operations within the FlashArray. \n#### Key Concepts  \n- **Policy Management:** Facilitates the creation and management of NFS policy rules, optimizing storage operations and resource allocation. \n- **Integration:** Supports integration with directory objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage NFS policy rules within the storage network.",
                "x-allOf-name": "storage.PureNfsPolicyRule",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureNfsPolicyRule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureNfsPolicyRule"
                                ],
                                "default": "storage.PureNfsPolicyRule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureNfsPolicyRule"
                                ],
                                "default": "storage.PureNfsPolicyRule",
                                "x-enum-as-string": true
                            },
                            "Access": {
                                "description": "Access of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Anongid": {
                                "description": "Anongid of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Anonuid": {
                                "description": "Anonuid of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Client": {
                                "description": "Client of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "A boolean value, if set to true, lists only destroyed objects that are in the eradication pending state. If set to false, lists only objects that are not destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the NFS policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NfsVersion": {
                                "type": "array",
                                "items": {
                                    "description": "NFS version of the policy rule.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Permission": {
                                "description": "Permission of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "Name of the NFS policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Security": {
                                "type": "array",
                                "items": {
                                    "description": "Security of the policy rule.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Relationship",
                                "description": "A reference to a storagePureDirectoryPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureNfsPolicyRule.List": {
                "title": "List of 'storage.PureNfsPolicyRule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureNfsPolicyRule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureNfsPolicyRule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureNfsPolicyRule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectBucket.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureObjectBucket' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureObjectBucket' resources.",
                "x-one-of-name": "storage.PureObjectBucket.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectBucket.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureObjectBucket": {
                "title": "Storage:Pure Object Bucket",
                "description": "The **PureObjectBucket** object represents a volume entity within PureStorage FlashBlade, specifically modeling object buckets used for storing and organizing data in object store environments.\n#### Purpose\nPureObjectBucket provides a structured abstraction for managing object buckets, enabling customers to efficiently handle storage, quotas, and data retention policies. It supports integration with object store accounts and arrays for comprehensive storage management.\n#### Key Concepts\n- **Object Store Management**: Supports the creation and organization of object buckets, facilitating scalable storage solutions.\n- **Quota and Retention**: Integrates quota limits and retention policies for robust data governance.\n- **Relationship Mapping**: Links buckets to their respective accounts and storage arrays, enhancing data traceability.\n- **Access Control**: Utilizes privilege sets to secure bucket operations and management.",
                "x-allOf-name": "storage.PureObjectBucket",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureObjectBucket', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureObjectBucket"
                                ],
                                "default": "storage.PureObjectBucket",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureObjectBucket"
                                ],
                                "default": "storage.PureObjectBucket",
                                "x-enum-as-string": true
                            },
                            "BucketName": {
                                "description": "Name of the bucket within the object store account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BucketType": {
                                "description": "Type of the bucket (e.g., multi-site-writable).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Created": {
                                "description": "Creation time of the bucket.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "Whether the bucket has been destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardLimitEnabled": {
                                "description": "Whether the hard limit is enabled for the bucket.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Unique name of the bucket (combination of account name and bucket name).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectCount": {
                                "description": "Number of objects in the bucket.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectStoreAccountName": {
                                "description": "Name of the object store account that owns this bucket.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuotaLimit": {
                                "description": "Quota limit for the bucket in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RetentionLock": {
                                "description": "Retention lock status for the bucket.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "Storage utilization for the bucket.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "A globally unique identifier for the bucket.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "Vendor of the storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the FlashBlade array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Versioning": {
                                "description": "Versioning mode for the bucket.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Relationship",
                                "description": "A reference to a storagePureFlashBladeSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ObjectStoreAccount": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount.Relationship",
                                "description": "A reference to a storagePureObjectStoreAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectBucket.List": {
                "title": "List of 'storage.PureObjectBucket' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureObjectBucket' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureObjectBucket' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectBucket"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectStoreAccount.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureObjectStoreAccount' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureObjectStoreAccount' resources.",
                "x-one-of-name": "storage.PureObjectStoreAccount.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureObjectStoreAccount.Relationship": {
                "description": "A relationship to the 'storage.PureObjectStoreAccount' resource, or the expanded 'storage.PureObjectStoreAccount' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureObjectStoreAccount.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureObjectStoreAccount": {
                "title": "Storage:Pure Object Store Account",
                "description": "The PureObjectStoreAccount object models an account within the PureStorage FlashBlade object store. It is fundamental to the organization and management of buckets and users in object store environments.\n#### Purpose\nPureObjectStoreAccount provides a centralized abstraction for managing object store accounts, enabling quota control, utilization tracking, and relationship mapping to buckets and users.\n#### Key Concepts\n- **Account Management**: Offers robust capabilities for account creation, tracking, and quota enforcement.\n- **Utilization Monitoring**: Integrates storage utilization metrics for optimal resource planning.\n- **Relationship Mapping**: Links accounts to their buckets, users, and associated storage arrays.\n- **Access Control**: Privilege sets and licensing ensure secure and compliant account management.",
                "x-allOf-name": "storage.PureObjectStoreAccount",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureObjectStoreAccount', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureObjectStoreAccount"
                                ],
                                "default": "storage.PureObjectStoreAccount",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureObjectStoreAccount"
                                ],
                                "default": "storage.PureObjectStoreAccount",
                                "x-enum-as-string": true
                            },
                            "Created": {
                                "description": "Creation timestamp of the account.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardLimitEnabled": {
                                "description": "If true, the account size defined by quotaLimit is used as a hard limit quota.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the object store account.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectCount": {
                                "description": "The count of objects within the account.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuotaLimit": {
                                "description": "The effective quota limit applied against the size of the account, displayed in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "The space specification of the account.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "A non-modifiable, globally unique ID chosen by the system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Relationship",
                                "description": "A reference to a storagePureFlashBladeSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectStoreAccount.List": {
                "title": "List of 'storage.PureObjectStoreAccount' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureObjectStoreAccount' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureObjectStoreAccount' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectStoreUser.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureObjectStoreUser' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureObjectStoreUser' resources.",
                "x-one-of-name": "storage.PureObjectStoreUser.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreUser.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureObjectStoreUser": {
                "title": "Storage:Pure Object Store User",
                "description": "The PureObjectStoreUser object defines a user entity in the PureStorage FlashBlade object store context. It serves as a central point for managing access and user identities within object store accounts.\n#### Purpose\nPureObjectStoreUser is designed to facilitate secure user management in object store environments, allowing administrators to track user creation, association, and access within storage accounts.\n#### Key Concepts\n- **User Identity Management**: Provides a standardized model for user creation and association with object store accounts.\n- **Access Integration**: Links users to their accounts and arrays, supporting secure, multi-tenant environments.\n- **Privilege Enforcement**: Ensures only authorized personnel can view or modify user details.\n- **Audit Support**: Supports audit trails for user actions and associations within object stores.",
                "x-allOf-name": "storage.PureObjectStoreUser",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureObjectStoreUser', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureObjectStoreUser"
                                ],
                                "default": "storage.PureObjectStoreUser",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureObjectStoreUser"
                                ],
                                "default": "storage.PureObjectStoreUser",
                                "x-enum-as-string": true
                            },
                            "Created": {
                                "description": "Creation time of the user.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the object store user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ObjectStoreAccountName": {
                                "description": "Name of the object store account that owns this user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "A globally unique identifier for the object store user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureFlashBladeSystem.Relationship",
                                "description": "A reference to a storagePureFlashBladeSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ObjectStoreAccount": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreAccount.Relationship",
                                "description": "A reference to a storagePureObjectStoreAccount resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureObjectStoreUser.List": {
                "title": "List of 'storage.PureObjectStoreUser' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureObjectStoreUser' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureObjectStoreUser' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureObjectStoreUser"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PurePod.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PurePod' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PurePod' resources.",
                "x-one-of-name": "storage.PurePod.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PurePod.Relationship": {
                "description": "A relationship to the 'storage.PurePod' resource, or the expanded 'storage.PurePod' resource, or the 'null' value.",
                "x-one-of-name": "storage.PurePod.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PurePod": {
                "title": "Storage:Pure Pod",
                "description": "Logical containers used to group and manage volumes, protection groups, and configurations for mobility, replication, and multi-array management.",
                "x-allOf-name": "storage.PurePod",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PurePod', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PurePod"
                                ],
                                "default": "storage.PurePod",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PurePod"
                                ],
                                "default": "storage.PurePod",
                                "x-enum-as-string": true
                            },
                            "ArrayCount": {
                                "description": "Number of arrays in the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "Indicates whether the pod has been destroyed and is pending eradication.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LinkTargetCount": {
                                "description": "Number of link targets in the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mediator": {
                                "description": "Name of the mediator managing synchronous replication between arrays.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the pod as configured on the Pure array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PromotionStatus": {
                                "description": "Promotion status of the pod. It can be one of the following values Promoting, Promoted, Demoted.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "Storage utilization of pod entity in storage array.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePodUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroups": {
                                "description": "An array of relationships to storagePureProtectionGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volumes": {
                                "description": "An array of relationships to storagePureVolume resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PurePod.List": {
                "title": "List of 'storage.PurePod' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PurePod' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PurePod' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PurePodUtilization": {
                "title": "Storage:Pure Pod Utilization",
                "description": "Storage space utilization of Pure FlashArray pod entity.",
                "x-allOf-name": "storage.PurePodUtilization",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PurePodUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PurePodUtilization"
                                ],
                                "default": "storage.PurePodUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PurePodUtilization"
                                ],
                                "default": "storage.PurePodUtilization",
                                "x-enum-as-string": true
                            },
                            "DataReduction": {
                                "description": "Ratio of logical data to physical storage due to compression and deduplication only (excludes thin provisioning). For example, a ratio of 15.4 means 15.4 MB of logical data uses 1 MB of physical space.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Footprint": {
                                "description": "Total physical space used by the pod on the array, including metadata overhead, snapshots, shared data, and system metadata.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Replication": {
                                "description": "Amount of physical space used by replication activities for this pod. Value is 0 if replication is disabled.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Shared": {
                                "description": "Amount of shared (deduplicated or referenced) data across volumes and snapshots in the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Snapshots": {
                                "description": "Number of snapshot objects present within the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ThinProvisioning": {
                                "description": "Efficiency ratio of thin provisioning. A value close to 1.0 indicates most provisioned space is used; a lower value indicates over-provisioning with less actual usage.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalPhysical": {
                                "description": "Actual physical space consumed on flash by this pod's data. Equivalent to totalUsed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalProvisioned": {
                                "description": "Total logical size provisioned to volumes within the pod; amount of storage presented to hosts, regardless of how much is actually used.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalReduction": {
                                "description": "The total data efficiency ratio achieved, factoring in both data reduction (compression and deduplication) and thin provisioning. For example, a ratio of 1800 means that 1800 units of logical data require only 1 unit of physical storage.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalUsed": {
                                "description": "Total physical space used on the array by the pod, including unique, shared, and snapshot data.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unique": {
                                "description": "Amount of non-shared, unique data stored in the pod.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedProvisioned": {
                                "description": "Amount of provisioned space that is currently being used by data written to volumes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Virtual": {
                                "description": "The total amount of logical data written to the volumes in the pod, as seen by the hosts.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.PurePort.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PurePort' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PurePort' resources.",
                "x-one-of-name": "storage.PurePort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePort.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PurePort": {
                "title": "Storage:Pure Port",
                "description": "The PurePort object represents a port entity within a PureStorage FlashArray, facilitating network connectivity and data flow.  \n#### Purpose  \nPurePort facilitates the management of storage ports, ensuring efficient network connectivity and data operations within the FlashArray. \n#### Key Concepts  \n- **Port Management:** Offers structured management of ports, optimizing network connectivity and data flow operations. \n- **Integration:** Supports integration with controller and array objects, enhancing storage management capabilities. \n - **Secure Access:** Utilizes privilege sets to secure and manage port operations within the storage network.",
                "x-allOf-name": "storage.PurePort",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BasePhysicalPort"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PurePort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PurePort"
                                ],
                                "default": "storage.PurePort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PurePort"
                                ],
                                "default": "storage.PurePort",
                                "x-enum-as-string": true
                            },
                            "Failover": {
                                "description": "Name of the port to which this port has failed over.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Nqn": {
                                "description": "The NVMe Qualified Name (NQN) associated with the host for ethernet port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Portal": {
                                "description": "Ip address of iSCSI portal configured on the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Controller": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureController.Relationship",
                                "description": "A reference to a storagePureController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PurePort.List": {
                "title": "List of 'storage.PurePort' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PurePort' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PurePort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureProtectionGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureProtectionGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureProtectionGroup' resources.",
                "x-one-of-name": "storage.PureProtectionGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureProtectionGroup.Relationship": {
                "description": "A relationship to the 'storage.PureProtectionGroup' resource, or the expanded 'storage.PureProtectionGroup' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureProtectionGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureProtectionGroup": {
                "title": "Storage:Pure Protection Group",
                "description": "The PureProtectionGroup object is a critical element for managing data protection within a PureStorage FlashArray, facilitating volume protection through snapshots.  \n#### Purpose  \nPureProtectionGroup enables the protection of volumes by associating them with protection groups, ensuring data integrity and availability through snapshot creation.  \n#### Key Concepts\n- **Snapshot Management:** PureProtectionGroup orchestrates the creation and management of snapshots, providing a robust mechanism for data protection. \n- **Volume Association:** It supports direct or indirect volume association, allowing flexible protection strategies within the FlashArray. \n- **Security:** Utilizes privilege sets to ensure secure access and management of protection groups.",
                "x-allOf-name": "storage.PureProtectionGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseProtectionGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureProtectionGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureProtectionGroup"
                                ],
                                "default": "storage.PureProtectionGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureProtectionGroup"
                                ],
                                "default": "storage.PureProtectionGroup",
                                "x-enum-as-string": true
                            },
                            "PodName": {
                                "description": "A pod representing a collection of protection groups and volumes is created on one array and stretched to another array, resulting in fully synchronized writes between the two arrays.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Size": {
                                "description": "Overall size of all snapshots in the protection group, represented in bytes.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "Name of PureStorage array name on which the protection group is created.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Targets": {
                                "type": "array",
                                "items": {
                                    "description": "Target PureStorage array names where the replication snapshots are created.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "HostGroups": {
                                "description": "An array of relationships to storagePureHostGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHostGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Hosts": {
                                "description": "An array of relationships to storagePureHost resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Pod": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod.Relationship",
                                "description": "A reference to a storagePurePod resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volumes": {
                                "description": "An array of relationships to storagePureVolume resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureProtectionGroup.List": {
                "title": "List of 'storage.PureProtectionGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureProtectionGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureProtectionGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureProtectionGroupSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureProtectionGroupSnapshot' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureProtectionGroupSnapshot' resources.",
                "x-one-of-name": "storage.PureProtectionGroupSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureProtectionGroupSnapshot.Relationship": {
                "description": "A relationship to the 'storage.PureProtectionGroupSnapshot' resource, or the expanded 'storage.PureProtectionGroupSnapshot' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureProtectionGroupSnapshot.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureProtectionGroupSnapshot": {
                "title": "Storage:Pure Protection Group Snapshot",
                "description": "The PureProtectionGroupSnapshot object represents a snapshot entity within a PureProtectionGroup, providing a mechanism for data backup and restoration.  \n#### Purpose  \nPureProtectionGroupSnapshot facilitates the creation and management of snapshots within protection groups, ensuring data integrity and recovery capabilities.  \n#### Key Concepts  \n- **Snapshot Management:** This provides structured management of snapshots, ensuring organized data backup and recovery processes. \n- **Integration:** PureProtectionGroupSnapshot integrates seamlessly with protection groups, offering a cohesive data protection strategy. \n- **Secure Access:** Employs privilege sets to control access and management of snapshots within the storage array.",
                "x-allOf-name": "storage.PureProtectionGroupSnapshot",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseProtectionGroupSnapshot"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureProtectionGroupSnapshot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureProtectionGroupSnapshot"
                                ],
                                "default": "storage.PureProtectionGroupSnapshot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureProtectionGroupSnapshot"
                                ],
                                "default": "storage.PureProtectionGroupSnapshot",
                                "x-enum-as-string": true
                            },
                            "EradicationConfig": {
                                "description": "The configuration of eradication feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pod": {
                                "description": "A pod representing a collection of protection groups and volumes is created on one array and stretched to another array, resulting in fully synchronized writes between the two arrays.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotSize": {
                                "description": "The size of the snapshot created.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalProvisioned": {
                                "description": "The overall size of the snapshot allocated by the storage array.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureProtectionGroupSnapshot.List": {
                "title": "List of 'storage.PureProtectionGroupSnapshot' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureProtectionGroupSnapshot' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureProtectionGroupSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureQuotaPolicyRule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureQuotaPolicyRule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureQuotaPolicyRule' resources.",
                "x-one-of-name": "storage.PureQuotaPolicyRule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureQuotaPolicyRule.Relationship": {
                "description": "A relationship to the 'storage.PureQuotaPolicyRule' resource, or the expanded 'storage.PureQuotaPolicyRule' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureQuotaPolicyRule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureQuotaPolicyRule": {
                "title": "Storage:Pure Quota Policy Rule",
                "description": "The PureQuotaPolicyRule object represents quota policy rules within a PureStorage FlashArray, ensuring organized and efficient storage operations.  \n#### Purpose  \nPureQuotaPolicyRule facilitates the management of quota policies, providing structured control and allocation of storage resources within the FlashArray. \n#### Key Concepts  \n- **Policy Management:** Offers structured management of quota policy rules, optimizing storage operations and resource allocation. \n- **Integration:** Supports integration with directory objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage quota policy rules within the storage network.",
                "x-allOf-name": "storage.PureQuotaPolicyRule",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureQuotaPolicyRule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureQuotaPolicyRule"
                                ],
                                "default": "storage.PureQuotaPolicyRule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureQuotaPolicyRule"
                                ],
                                "default": "storage.PureQuotaPolicyRule",
                                "x-enum-as-string": true
                            },
                            "Destroyed": {
                                "description": "A boolean value, if set to true, lists only destroyed objects that are in the eradication pending state. If set to false, lists only objects that are not destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Enforced": {
                                "description": "Enforced of the policy rule.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the quota policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Notifications": {
                                "description": "Notifications of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "Name of the NFS policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuotaLimit": {
                                "description": "Quota limit of the policy rule.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Relationship",
                                "description": "A reference to a storagePureDirectoryPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureQuotaPolicyRule.List": {
                "title": "List of 'storage.PureQuotaPolicyRule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureQuotaPolicyRule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureQuotaPolicyRule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureQuotaPolicyRule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureRealm.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureRealm' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureRealm' resources.",
                "x-one-of-name": "storage.PureRealm.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureRealm.Relationship": {
                "description": "A relationship to the 'storage.PureRealm' resource, or the expanded 'storage.PureRealm' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureRealm.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureRealm": {
                "title": "Storage:Pure Realm",
                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                "x-allOf-name": "storage.PureRealm",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureRealm', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureRealm"
                                ],
                                "default": "storage.PureRealm",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureRealm"
                                ],
                                "default": "storage.PureRealm",
                                "x-enum-as-string": true
                            },
                            "BandwidthLimit": {
                                "description": "Maximum allowed data throughput for this object.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Created": {
                                "description": "Creation time of the realm.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IopsLimit": {
                                "description": "Maximum allowed IO operations per second for this object.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the realm as configured on the Pure Storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "QuotaLimit": {
                                "description": "Maximum logical space the object is allowed to consume.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StorageUtilization": {
                                "description": "Storage utilization of realm entity in storage array.",
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealmUtilization",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Hosts": {
                                "description": "An array of relationships to storagePureHost resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureHost.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Pods": {
                                "description": "An array of relationships to storagePurePod resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ProtectionGroupSnapshots": {
                                "description": "An array of relationships to storagePureProtectionGroupSnapshot resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ProtectionGroups": {
                                "description": "An array of relationships to storagePureProtectionGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.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
                            },
                            "VolumeSnapshots": {
                                "description": "An array of relationships to storagePureVolumeSnapshot resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Volumes": {
                                "description": "An array of relationships to storagePureVolume resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureRealm.List": {
                "title": "List of 'storage.PureRealm' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureRealm' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureRealm' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureRealmUtilization": {
                "title": "Storage:Pure Realm Utilization",
                "description": "Storage space utilization metrics for a Pure FlashArray realm entity.",
                "x-allOf-name": "storage.PureRealmUtilization",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureRealmUtilization', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureRealmUtilization"
                                ],
                                "default": "storage.PureRealmUtilization",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureRealmUtilization"
                                ],
                                "default": "storage.PureRealmUtilization",
                                "x-enum-as-string": true
                            },
                            "DataReduction": {
                                "description": "Ratio of logical data to physical storage due to compression and deduplication only (excludes thin provisioning).",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Footprint": {
                                "description": "The \"as-if only\" physical space consumed by the realm's data, including metadata overhead and system space.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Shared": {
                                "description": "Physical space containing shared data (deduplicated or referenced) across volumes and snapshots in the realm.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Snapshots": {
                                "description": "Physical space attributed exclusively to snapshot data within this realm.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "System": {
                                "description": "Physical space used by system metadata overhead and other internal realm structures.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ThinProvisioning": {
                                "description": "Efficiency ratio of thin provisioning, indicating savings between used provisioned space and virtual usage.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalProvisioned": {
                                "description": "Total logical capacity provisioned to all objects (e.g., volumes) within the realm.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalReduction": {
                                "description": "The combined data efficiency ratio achieved through both data reduction (compression/deduplication) and thin provisioning.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalUsed": {
                                "description": "Total physical space used on the array by the realm, combining unique, shared, and snapshot data (when available).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Unique": {
                                "description": "Unique physical data stored in the realm that is not shared or deduplicated across other objects.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedProvisioned": {
                                "description": "Amount of the provisioned space that is currently in use by data written to realm objects (logical size).",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Virtual": {
                                "description": "The total logical data written to the realm, as seen by hosts. Used in calculating reduction approximations.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "storage.PureReplicationBlackout": {
                "title": "Storage:Pure Replication Blackout",
                "description": "Range of time at which to suspend replication. System disables replication during this interval.",
                "x-allOf-name": "storage.PureReplicationBlackout",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseReplicationBlackout"
                    }
                ]
            },
            "storage.PureReplicationSchedule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureReplicationSchedule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureReplicationSchedule' resources.",
                "x-one-of-name": "storage.PureReplicationSchedule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureReplicationSchedule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureReplicationSchedule": {
                "title": "Storage:Pure Replication Schedule",
                "description": "The PureReplicationSchedule object configures the replication schedule for snapshots within a PureStorage FlashArray, ensuring systematic data synchronization.  \n#### Purpose  \nPureReplicationSchedule provides structured management of replication schedules, enabling efficient and automated data synchronization strategies within the FlashArray.  \n#### Key Concepts \n- **Schedule Management:** Orchestrates the timing and frequency of replication, ensuring consistent data synchronization. \n- **Blackout Periods:** Supports configuration of blackout intervals, optimizing replication operations. \n- **Secure Access:** Employs privilege sets to control and manage replication schedules securely.",
                "x-allOf-name": "storage.PureReplicationSchedule",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseReplicationSchedule"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureReplicationSchedule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureReplicationSchedule"
                                ],
                                "default": "storage.PureReplicationSchedule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureReplicationSchedule"
                                ],
                                "default": "storage.PureReplicationSchedule",
                                "x-enum-as-string": true
                            },
                            "DailyLimit": {
                                "description": "Total number of snapshots per day to be available on target above and over the specified retention time. PureStorage\nFlashArray maintains all created snapshot until retention period. Daily limit is applied only on the snapshots once retention time is expired.\nIn case of, daily limit is less than the number of snapshot available on source, system select snapshots evenly spaced out throughout the day.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReplicationBlackoutIntervals": {
                                "type": "array",
                                "items": {
                                    "description": "Blackout intervals for replication operation in PureStorage FlashArray. System disables replication during these intervals. Blackout periods only apply to scheduled replications. On-demand replications do not observe the blackout period.",
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureReplicationBlackout",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SnapshotExpiryTime": {
                                "description": "Duration to keep the daily limit snapshots on target array. StorageArray deletes the snapshots permanently from the targets beyond this period.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureReplicationSchedule.List": {
                "title": "List of 'storage.PureReplicationSchedule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureReplicationSchedule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureReplicationSchedule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureReplicationSchedule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureSmbPolicyRule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureSmbPolicyRule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureSmbPolicyRule' resources.",
                "x-one-of-name": "storage.PureSmbPolicyRule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureSmbPolicyRule.Relationship": {
                "description": "A relationship to the 'storage.PureSmbPolicyRule' resource, or the expanded 'storage.PureSmbPolicyRule' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureSmbPolicyRule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureSmbPolicyRule": {
                "title": "Storage:Pure Smb Policy Rule",
                "description": "The PureSmbPolicyRule object represents SMB policy rules within a PureStorage FlashArray, ensuring organized and efficient storage operations. \n#### Purpose \nPureSmbPolicyRule facilitates the management of SMB policies, providing structured control and allocation of storage resources within the FlashArray.\n#### Key Concepts\n- **Policy Management:** Offers structured management of SMB policy rules, optimizing storage operations and resource allocation. \n- **Integration:** Supports integration with directory objects, enhancing storage management capabilities. \n- **Secure Access:** Utilizes privilege sets to secure and manage SMB policy rules within the storage network.",
                "x-allOf-name": "storage.PureSmbPolicyRule",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureSmbPolicyRule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureSmbPolicyRule"
                                ],
                                "default": "storage.PureSmbPolicyRule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureSmbPolicyRule"
                                ],
                                "default": "storage.PureSmbPolicyRule",
                                "x-enum-as-string": true
                            },
                            "AnonymousAccessAllowed": {
                                "description": "Anonymous access allowed of the policy rule.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ClientName": {
                                "description": "Client of the policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Destroyed": {
                                "description": "A boolean value, if set to true, lists only destroyed objects that are in the eradication pending state. If set to false, lists only objects that are not destroyed.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the SMB policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "Name of the SMB policy rule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmbEncryptionRequired": {
                                "description": "SMB encryption required of the policy rule.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Policy": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureDirectoryPolicy.Relationship",
                                "description": "A reference to a storagePureDirectoryPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureSmbPolicyRule.List": {
                "title": "List of 'storage.PureSmbPolicyRule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureSmbPolicyRule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureSmbPolicyRule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSmbPolicyRule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureSnapshotSchedule.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureSnapshotSchedule' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureSnapshotSchedule' resources.",
                "x-one-of-name": "storage.PureSnapshotSchedule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSnapshotSchedule.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureSnapshotSchedule": {
                "title": "Storage:Pure Snapshot Schedule",
                "description": "The PureSnapshotSchedule object configures the snapshot schedule for a PureStorage FlashArray, ensuring systematic data backup processes.  \n#### Purpose  \nPureSnapshotSchedule provides structured management of snapshot schedules, enabling efficient and automated data protection strategies within the FlashArray. \n#### Key Concepts  \n- **Schedule Management:** It orchestrates the timing and frequency of snapshot creation, ensuring consistent data protection. \n- **Retention Configuration:** Offers options for configuring retention periods and daily snapshot limits, optimizing storage utilization. \n- **Secure Access:** Employs privilege sets to control and manage snapshot schedules securely.",
                "x-allOf-name": "storage.PureSnapshotSchedule",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseSnapshotSchedule"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureSnapshotSchedule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureSnapshotSchedule"
                                ],
                                "default": "storage.PureSnapshotSchedule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureSnapshotSchedule"
                                ],
                                "default": "storage.PureSnapshotSchedule",
                                "x-enum-as-string": true
                            },
                            "DailyLimit": {
                                "description": "Total number of snapshots per day to be available on source above and over the specified retention time. PureStorage FlashArray maintains all created snapshot until retention period. Daily limit is applied only on the snapshots once retention time is expired. In case of, daily limit is less than the number of snapshot available on source, system select snapshots evenly spaced out throughout the day.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotExpiryTime": {
                                "description": "Duration to keep the daily limit snapshots on source array. StorageArray deletes the snapshots permanently from source beyond this period.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureSnapshotSchedule.List": {
                "title": "List of 'storage.PureSnapshotSchedule' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureSnapshotSchedule' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureSnapshotSchedule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureSnapshotSchedule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureTargetArray.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureTargetArray' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureTargetArray' resources.",
                "x-one-of-name": "storage.PureTargetArray.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureTargetArray.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureTargetArray": {
                "title": "Storage:Pure Target Array",
                "description": "The PureTargetArray object establishes a connection between FlashArrays for replication purposes, enhancing data availability and recovery.  \n#### Purpose  \nPureTargetArray facilitates replication between storage arrays, ensuring data redundancy and availability through synchronized data operations.  \n#### Key Concepts  \n- **Replication Management:** It manages connections for data replication, optimizing data availability and recovery processes. \n- **Array Integration:** Establishes links between source and target arrays, ensuring cohesive replication strategies.\n- **Secure Access:** Utilizes privilege sets to secure and manage replication operations within the storage network.",
                "x-allOf-name": "storage.PureTargetArray",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureTargetArray', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureTargetArray"
                                ],
                                "default": "storage.PureTargetArray",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureTargetArray"
                                ],
                                "default": "storage.PureTargetArray",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the Target FlashArray.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureTargetArray.List": {
                "title": "List of 'storage.PureTargetArray' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureTargetArray' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureTargetArray' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureTargetArray"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolume.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureVolume' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureVolume' resources.",
                "x-one-of-name": "storage.PureVolume.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureVolume.Relationship": {
                "description": "A relationship to the 'storage.PureVolume' resource, or the expanded 'storage.PureVolume' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureVolume.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureVolume": {
                "title": "Storage:Pure Volume",
                "description": "A volume entity in PureStorage FlashArray.",
                "x-allOf-name": "storage.PureVolume",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseVolume"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureVolume', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureVolume"
                                ],
                                "default": "storage.PureVolume",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureVolume"
                                ],
                                "default": "storage.PureVolume",
                                "x-enum-as-string": true
                            },
                            "Created": {
                                "description": "Creation time of the volume.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NxVmDiskId": {
                                "description": "Nutanix disk UUID (extId) from owner_disk_id tag value.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NxVmId": {
                                "description": "Nutanix VM UUID (extId) from owner_id tag value.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PodName": {
                                "description": "A pod representing a collection of protection groups and volumes is created on one array and stretched to another array, resulting in fully synchronized writes between the two arrays.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "Serial number of the volume.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Source": {
                                "description": "Source from which the volume is created. Applicable only if the volume is cloned from other volume or snapshot.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Pod": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PurePod.Relationship",
                                "description": "A reference to a storagePurePod resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroup": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroup.Relationship",
                                "description": "A reference to a storagePureProtectionGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolume.List": {
                "title": "List of 'storage.PureVolume' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureVolume' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureVolume' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolumeGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureVolumeGroup' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureVolumeGroup' resources.",
                "x-one-of-name": "storage.PureVolumeGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeGroup.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureVolumeGroup": {
                "title": "Storage:Pure Volume Group",
                "description": "A volume group is a collection of volumes that can be managed as a single entity for simplified administration and consistent policy application.",
                "x-allOf-name": "storage.PureVolumeGroup",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureVolumeGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureVolumeGroup"
                                ],
                                "default": "storage.PureVolumeGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureVolumeGroup"
                                ],
                                "default": "storage.PureVolumeGroup",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the Volume Group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolumeGroup.List": {
                "title": "List of 'storage.PureVolumeGroup' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureVolumeGroup' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureVolumeGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolumeSnapshot.Response": {
                "description": "The response body of a HTTP GET request for the 'storage.PureVolumeSnapshot' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'storage.PureVolumeSnapshot' resources.",
                "x-one-of-name": "storage.PureVolumeSnapshot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot.List"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ObjectType"
                }
            },
            "storage.PureVolumeSnapshot.Relationship": {
                "description": "A relationship to the 'storage.PureVolumeSnapshot' resource, or the expanded 'storage.PureVolumeSnapshot' resource, or the 'null' value.",
                "x-one-of-name": "storage.PureVolumeSnapshot.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "storage.PureVolumeSnapshot": {
                "title": "Storage:Pure Volume Snapshot",
                "description": "The PureVolumeSnapshot object represents a snapshot of a volume within a PureStorage FlashArray, created either on-demand or via scheduler.  \n#### Purpose  \nThe PureVolumeSnapshot provides a mechanism for data backup and recovery, enabling efficient snapshot creation and management within the storage array.  \n#### Key Concepts  \n- **Snapshot Management:** Facilitates the creation and management of immutable snapshots, ensuring data protection and recovery. \n- **Scheduler Integration:** Supports both on-demand and scheduled snapshot creation, offering flexible data management options. \n- **Secure Access:** Utilizes privilege sets to ensure secure snapshot management within the FlashArray.",
                "x-allOf-name": "storage.PureVolumeSnapshot",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.BaseSnapshot"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'storage.PureVolumeSnapshot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "storage.PureVolumeSnapshot"
                                ],
                                "default": "storage.PureVolumeSnapshot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "storage.PureVolumeSnapshot"
                                ],
                                "default": "storage.PureVolumeSnapshot",
                                "x-enum-as-string": true
                            },
                            "Pod": {
                                "description": "A pod representing a collection of protection groups and volumes is created on one array and stretched to another array, resulting in fully synchronized writes between the two arrays.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RealmName": {
                                "description": "A realm is the core multi-tenancy component on a Pure Flash Array, providing a self-contained, virtual storage environment with dedicated policies and quotas for secure data isolation and predictable performance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "Unique serial number of the snapshot allocated by the storage array.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SnapshotSize": {
                                "description": "The size of the snapshot created.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TotalProvisioned": {
                                "description": "The overall size of the snapshot allocated by the storage array.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsedProvisioned": {
                                "description": "The used size of the snapshot allocated by the storage array.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VolumeGroup": {
                                "description": "Volume groups organize volumes into logical groupings. If virtual volumes are configured, each volume group on the FlashArray array represents its associated virtual machine, and inside each of those volumes groups are the FlashArray volumes that are assigned to the virtual machine.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Array": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureArray.Relationship",
                                "description": "A reference to a storagePureArray resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ProtectionGroupSnapshot": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureProtectionGroupSnapshot.Relationship",
                                "description": "A reference to a storagePureProtectionGroupSnapshot resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Realm": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureRealm.Relationship",
                                "description": "A reference to a storagePureRealm resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Volume": {
                                "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolume.Relationship",
                                "description": "A reference to a storagePureVolume resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolumeSnapshot.List": {
                "title": "List of 'storage.PureVolumeSnapshot' resources",
                "description": "This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "Count": {
                                "description": "The total number of 'storage.PureVolumeSnapshot' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.",
                                "type": "integer",
                                "format": "int32"
                            },
                            "Results": {
                                "description": "The array of 'storage.PureVolumeSnapshot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-storage-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PureVolumeSnapshot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "storage.PureVolumeUtilization": {
                "title": "Storage:Pure Volume Utilization",
                "description": "The PureVolume object represents a volume entity within a PureStorage FlashArray, serving as a fundamental unit for managing storage capacity and functionality. \n#### Purpose  \nPureVolume is used to organize and control the storage network addresses of client computers, ensuring efficient and secure data storage operations. It plays a critical role in managing storage resources by enabling users to read and interact with data stored on the FlashArray.\n#### Key Concepts \n- **Storage Management:** PureVolume provides a mechanism for organizing storage, allowing for streamlined operations and effective resource allocation. \n- **Access Control:** It supports various privilege sets, ensuring that only authorized users can perform actions on the storage array. \n- **Integration:** PureVolume is designed to work seamlessly with other objects within the storage network, such as hosts and host groups, facilitating integrated storage solutions.",
                "x-allOf-name": "storage.PureVolumeUtilization",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.StorageUtilization"
                    }
                ]
            }
        },
        "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."
                        }
                    }
                }
            }
        }
    }
}