openapi: 3.2.0 info: description: 'Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. This document was created on 2026-08-07T06:46:04Z.' version: 1.0.11-20260807064027971 title: Cisco Intersight Server Vnic API 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 x-provenance: method: harvested authored_by: Cisco Intersight harvested_by: API Evangelist harvested_on: '2026-08-19' first_party: true provider_published: true source_host: cdn.intersight.com note: Cisco publishes the full Intersight OpenAPI 3.0.2 anonymously from its CDN (27.5MB master document; 3,963 operations / 2,448 paths / 5,612 schemas) plus 11 per-service documents covering 100% of the master's paths. Byte-identity reconfirmed 2026-08-19 by SHA-256. Note intersight.com itself is a soft-404 farm — the contract is on the CDN, not the app host. x-evidence: - type: source url: https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-openapi-v3-1.0.11-20260807064027971.json - type: source url: https://intersight.com/apidocs/apirefs/ servers: - url: https://{server} variables: server: default: intersight.com description: The Intersight URL for the cloud-based infrastructure management APIs. tags: - name: vnic paths: /api/v1/vnic/EthAdapterPolicies: get: tags: - vnic summary: Read a 'vnic.EthAdapterPolicy' resource. operationId: GetVnicEthAdapterPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Adapter policies - PRIVSET.View Server Profiles - READ.vnic.EthAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthAdapterPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.EthAdapterPolicy' resource. operationId: CreateVnicEthAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.EthAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Ethernet Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.EthAdapterPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthAdapterPolicy' resource was created as requested. The 'vnic.EthAdapterPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' links: GetVnicEthAdapterPolicyByMoid: operationId: GetVnicEthAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthAdapterPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthAdapterPolicy' resource. operationId: GetVnicEthAdapterPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Adapter policies - PRIVSET.View Server Profiles - READ.vnic.EthAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthAdapterPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthAdapterPolicyByMoid: operationId: GetVnicEthAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.EthAdapterPolicy' resource. operationId: UpdateVnicEthAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthAdapterPolicy' resource was modified as requested. The 'vnic.EthAdapterPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' links: GetVnicEthAdapterPolicyByMoid: operationId: GetVnicEthAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.EthAdapterPolicy' resource. operationId: PatchVnicEthAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthAdapterPolicy' resource was patched as requested. The 'vnic.EthAdapterPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicy' links: GetVnicEthAdapterPolicyByMoid: operationId: GetVnicEthAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.EthAdapterPolicy' resource. operationId: DeleteVnicEthAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.EthAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Ethernet Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthAdapterPolicyInventories: get: tags: - vnic summary: Read a 'vnic.EthAdapterPolicyInventory' resource. operationId: GetVnicEthAdapterPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Adapter policies - PRIVSET.View Server Profiles - READ.vnic.EthAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthAdapterPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthAdapterPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthAdapterPolicyInventory' resource. operationId: GetVnicEthAdapterPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Adapter policies - PRIVSET.View Server Profiles - READ.vnic.EthAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthAdapterPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthAdapterPolicyInventoryByMoid: operationId: GetVnicEthAdapterPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthAdapterPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthIfs: get: tags: - vnic summary: Read a 'vnic.EthIf' resource. operationId: GetVnicEthIfList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.EthIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthIf' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.EthIf' resource. operationId: CreateVnicEthIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.EthIf - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit LAN Connectivity policies - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.EthIf' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthIf' resource was created as requested. The 'vnic.EthIf' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' links: GetVnicEthIfByMoid: operationId: GetVnicEthIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthIfs/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthIf' resource. operationId: GetVnicEthIfByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.EthIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthIf' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthIfByMoid: operationId: GetVnicEthIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.EthIf' resource. operationId: UpdateVnicEthIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit LAN Connectivity policies - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthIf parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthIf' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthIf' resource was modified as requested. The 'vnic.EthIf' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' links: GetVnicEthIfByMoid: operationId: GetVnicEthIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.EthIf' resource. operationId: PatchVnicEthIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit LAN Connectivity policies - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthIf parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthIf' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthIf' resource was patched as requested. The 'vnic.EthIf' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIf' links: GetVnicEthIfByMoid: operationId: GetVnicEthIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.EthIf' resource. operationId: DeleteVnicEthIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.EthIf - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit LAN Connectivity policies - PRIVSET.Delete LAN Connectivity policies - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthIfInventories: get: tags: - vnic summary: Read a 'vnic.EthIfInventory' resource. operationId: GetVnicEthIfInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.EthIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthIfInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIfInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthIfInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthIfInventory' resource. operationId: GetVnicEthIfInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.EthIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthIfInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthIfInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthIfInventoryByMoid: operationId: GetVnicEthIfInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthIfInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthNetworkPolicies: get: tags: - vnic summary: Read a 'vnic.EthNetworkPolicy' resource. operationId: GetVnicEthNetworkPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Network policies - PRIVSET.View Server Profiles - READ.vnic.EthNetworkPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthNetworkPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.EthNetworkPolicy' resource. operationId: CreateVnicEthNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.EthNetworkPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Ethernet Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.EthNetworkPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthNetworkPolicy' resource was created as requested. The 'vnic.EthNetworkPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' links: GetVnicEthNetworkPolicyByMoid: operationId: GetVnicEthNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthNetworkPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthNetworkPolicy' resource. operationId: GetVnicEthNetworkPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Network policies - PRIVSET.View Server Profiles - READ.vnic.EthNetworkPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthNetworkPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthNetworkPolicyByMoid: operationId: GetVnicEthNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.EthNetworkPolicy' resource. operationId: UpdateVnicEthNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthNetworkPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthNetworkPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthNetworkPolicy' resource was modified as requested. The 'vnic.EthNetworkPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' links: GetVnicEthNetworkPolicyByMoid: operationId: GetVnicEthNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - vnic summary: Update a 'vnic.EthNetworkPolicy' resource. operationId: PatchVnicEthNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthNetworkPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthNetworkPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthNetworkPolicy' resource was patched as requested. The 'vnic.EthNetworkPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicy' links: GetVnicEthNetworkPolicyByMoid: operationId: GetVnicEthNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.EthNetworkPolicy' resource. operationId: DeleteVnicEthNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.EthNetworkPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Ethernet Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthNetworkPolicyInventories: get: tags: - vnic summary: Read a 'vnic.EthNetworkPolicyInventory' resource. operationId: GetVnicEthNetworkPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Network policies - PRIVSET.View Server Profiles - READ.vnic.EthNetworkPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthNetworkPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthNetworkPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthNetworkPolicyInventory' resource. operationId: GetVnicEthNetworkPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet Network policies - PRIVSET.View Server Profiles - READ.vnic.EthNetworkPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthNetworkPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthNetworkPolicyInventoryByMoid: operationId: GetVnicEthNetworkPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthNetworkPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthQosPolicies: get: tags: - vnic summary: Read a 'vnic.EthQosPolicy' resource. operationId: GetVnicEthQosPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet QoS policies - PRIVSET.View Server Profiles - READ.vnic.EthQosPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthQosPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.EthQosPolicy' resource. operationId: CreateVnicEthQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.EthQosPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Ethernet QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.EthQosPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthQosPolicy' resource was created as requested. The 'vnic.EthQosPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' links: GetVnicEthQosPolicyByMoid: operationId: GetVnicEthQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthQosPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthQosPolicy' resource. operationId: GetVnicEthQosPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet QoS policies - PRIVSET.View Server Profiles - READ.vnic.EthQosPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthQosPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthQosPolicyByMoid: operationId: GetVnicEthQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.EthQosPolicy' resource. operationId: UpdateVnicEthQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthQosPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthQosPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthQosPolicy' resource was modified as requested. The 'vnic.EthQosPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' links: GetVnicEthQosPolicyByMoid: operationId: GetVnicEthQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.EthQosPolicy' resource. operationId: PatchVnicEthQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Ethernet QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.EthQosPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.EthQosPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.EthQosPolicy' resource was patched as requested. The 'vnic.EthQosPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicy' links: GetVnicEthQosPolicyByMoid: operationId: GetVnicEthQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.EthQosPolicy' resource. operationId: DeleteVnicEthQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.EthQosPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Ethernet QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthQosPolicyInventories: get: tags: - vnic summary: Read a 'vnic.EthQosPolicyInventory' resource. operationId: GetVnicEthQosPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet QoS policies - PRIVSET.View Server Profiles - READ.vnic.EthQosPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthQosPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthQosPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthQosPolicyInventory' resource. operationId: GetVnicEthQosPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Ethernet QoS policies - PRIVSET.View Server Profiles - READ.vnic.EthQosPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthQosPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthQosPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthQosPolicyInventoryByMoid: operationId: GetVnicEthQosPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthQosPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthVethInventories: get: tags: - vnic summary: Read a 'vnic.EthVethInventory' resource. operationId: GetVnicEthVethInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.EthVethInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthVethInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthVethInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthVethInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthVethInventory' resource. operationId: GetVnicEthVethInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.EthVethInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthVethInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthVethInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthVethInventoryByMoid: operationId: GetVnicEthVethInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthVethInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthVnicInventories: get: tags: - vnic summary: Read a 'vnic.EthVnicInventory' resource. operationId: GetVnicEthVnicInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.EthVnicInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.EthVnicInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthVnicInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/EthVnicInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.EthVnicInventory' resource. operationId: GetVnicEthVnicInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.EthVnicInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.EthVnicInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.EthVnicInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicEthVnicInventoryByMoid: operationId: GetVnicEthVnicInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/EthVnicInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcAdapterPolicies: get: tags: - vnic summary: Read a 'vnic.FcAdapterPolicy' resource. operationId: GetVnicFcAdapterPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Adapter policies - PRIVSET.View Server Profiles - READ.vnic.FcAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcAdapterPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.FcAdapterPolicy' resource. operationId: CreateVnicFcAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.FcAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Fibre Channel Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.FcAdapterPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcAdapterPolicy' resource was created as requested. The 'vnic.FcAdapterPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' links: GetVnicFcAdapterPolicyByMoid: operationId: GetVnicFcAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcAdapterPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcAdapterPolicy' resource. operationId: GetVnicFcAdapterPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Adapter policies - PRIVSET.View Server Profiles - READ.vnic.FcAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcAdapterPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcAdapterPolicyByMoid: operationId: GetVnicFcAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.FcAdapterPolicy' resource. operationId: UpdateVnicFcAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcAdapterPolicy' resource was modified as requested. The 'vnic.FcAdapterPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' links: GetVnicFcAdapterPolicyByMoid: operationId: GetVnicFcAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.FcAdapterPolicy' resource. operationId: PatchVnicFcAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcAdapterPolicy' resource was patched as requested. The 'vnic.FcAdapterPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicy' links: GetVnicFcAdapterPolicyByMoid: operationId: GetVnicFcAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.FcAdapterPolicy' resource. operationId: DeleteVnicFcAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.FcAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Fibre Channel Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcAdapterPolicyInventories: get: tags: - vnic summary: Read a 'vnic.FcAdapterPolicyInventory' resource. operationId: GetVnicFcAdapterPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Adapter policies - PRIVSET.View Server Profiles - READ.vnic.FcAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcAdapterPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcAdapterPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcAdapterPolicyInventory' resource. operationId: GetVnicFcAdapterPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Adapter policies - PRIVSET.View Server Profiles - READ.vnic.FcAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcAdapterPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcAdapterPolicyInventoryByMoid: operationId: GetVnicFcAdapterPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcAdapterPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcIfs: get: tags: - vnic summary: Read a 'vnic.FcIf' resource. operationId: GetVnicFcIfList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.FcIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcIf' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.FcIf' resource. operationId: CreateVnicFcIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.FcIf - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit SAN Connectivity policies - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.FcIf' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcIf' resource was created as requested. The 'vnic.FcIf' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' links: GetVnicFcIfByMoid: operationId: GetVnicFcIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcIfs/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcIf' resource. operationId: GetVnicFcIfByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.FcIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcIf' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcIfByMoid: operationId: GetVnicFcIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.FcIf' resource. operationId: UpdateVnicFcIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit SAN Connectivity policies - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcIf parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcIf' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcIf' resource was modified as requested. The 'vnic.FcIf' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' links: GetVnicFcIfByMoid: operationId: GetVnicFcIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.FcIf' resource. operationId: PatchVnicFcIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit SAN Connectivity policies - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcIf parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcIf' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcIf' resource was patched as requested. The 'vnic.FcIf' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIf' links: GetVnicFcIfByMoid: operationId: GetVnicFcIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.FcIf' resource. operationId: DeleteVnicFcIf security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.FcIf - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit SAN Connectivity policies - PRIVSET.Delete SAN Connectivity policies - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcIfInventories: get: tags: - vnic summary: Read a 'vnic.FcIfInventory' resource. operationId: GetVnicFcIfInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.FcIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcIfInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIfInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcIfInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcIfInventory' resource. operationId: GetVnicFcIfInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.FcIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcIfInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcIfInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcIfInventoryByMoid: operationId: GetVnicFcIfInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcIfInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcNetworkPolicies: get: tags: - vnic summary: Read a 'vnic.FcNetworkPolicy' resource. operationId: GetVnicFcNetworkPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Network policies - PRIVSET.View Server Profiles - READ.vnic.FcNetworkPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcNetworkPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.FcNetworkPolicy' resource. operationId: CreateVnicFcNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.FcNetworkPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Fibre Channel Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.FcNetworkPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcNetworkPolicy' resource was created as requested. The 'vnic.FcNetworkPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' links: GetVnicFcNetworkPolicyByMoid: operationId: GetVnicFcNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcNetworkPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcNetworkPolicy' resource. operationId: GetVnicFcNetworkPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Network policies - PRIVSET.View Server Profiles - READ.vnic.FcNetworkPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcNetworkPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcNetworkPolicyByMoid: operationId: GetVnicFcNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.FcNetworkPolicy' resource. operationId: UpdateVnicFcNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcNetworkPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcNetworkPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcNetworkPolicy' resource was modified as requested. The 'vnic.FcNetworkPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' links: GetVnicFcNetworkPolicyByMoid: operationId: GetVnicFcNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - vnic summary: Update a 'vnic.FcNetworkPolicy' resource. operationId: PatchVnicFcNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcNetworkPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcNetworkPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcNetworkPolicy' resource was patched as requested. The 'vnic.FcNetworkPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicy' links: GetVnicFcNetworkPolicyByMoid: operationId: GetVnicFcNetworkPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcNetworkPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.FcNetworkPolicy' resource. operationId: DeleteVnicFcNetworkPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.FcNetworkPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Fibre Channel Network policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcNetworkPolicyInventories: get: tags: - vnic summary: Read a 'vnic.FcNetworkPolicyInventory' resource. operationId: GetVnicFcNetworkPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Network policies - PRIVSET.View Server Profiles - READ.vnic.FcNetworkPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcNetworkPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcNetworkPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcNetworkPolicyInventory' resource. operationId: GetVnicFcNetworkPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel Network policies - PRIVSET.View Server Profiles - READ.vnic.FcNetworkPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcNetworkPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcNetworkPolicyInventoryByMoid: operationId: GetVnicFcNetworkPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcNetworkPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcQosPolicies: get: tags: - vnic summary: Read a 'vnic.FcQosPolicy' resource. operationId: GetVnicFcQosPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel QoS policies - PRIVSET.View Server Profiles - READ.vnic.FcQosPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcQosPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.FcQosPolicy' resource. operationId: CreateVnicFcQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.FcQosPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit Fibre Channel QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.FcQosPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcQosPolicy' resource was created as requested. The 'vnic.FcQosPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' links: GetVnicFcQosPolicyByMoid: operationId: GetVnicFcQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcQosPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcQosPolicy' resource. operationId: GetVnicFcQosPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel QoS policies - PRIVSET.View Server Profiles - READ.vnic.FcQosPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcQosPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcQosPolicyByMoid: operationId: GetVnicFcQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.FcQosPolicy' resource. operationId: UpdateVnicFcQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcQosPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcQosPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcQosPolicy' resource was modified as requested. The 'vnic.FcQosPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' links: GetVnicFcQosPolicyByMoid: operationId: GetVnicFcQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.FcQosPolicy' resource. operationId: PatchVnicFcQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit Fibre Channel QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.FcQosPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.FcQosPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.FcQosPolicy' resource was patched as requested. The 'vnic.FcQosPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicy' links: GetVnicFcQosPolicyByMoid: operationId: GetVnicFcQosPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcQosPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.FcQosPolicy' resource. operationId: DeleteVnicFcQosPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.FcQosPolicy - PRIVSET.Account Administrator - PRIVSET.Delete Fibre Channel QoS policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcQosPolicyInventories: get: tags: - vnic summary: Read a 'vnic.FcQosPolicyInventory' resource. operationId: GetVnicFcQosPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel QoS policies - PRIVSET.View Server Profiles - READ.vnic.FcQosPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcQosPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcQosPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcQosPolicyInventory' resource. operationId: GetVnicFcQosPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only Fibre Channel QoS policies - PRIVSET.View Server Profiles - READ.vnic.FcQosPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcQosPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcQosPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcQosPolicyInventoryByMoid: operationId: GetVnicFcQosPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcQosPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcVethInventories: get: tags: - vnic summary: Read a 'vnic.FcVethInventory' resource. operationId: GetVnicFcVethInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.FcVethInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcVethInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcVethInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcVethInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcVethInventory' resource. operationId: GetVnicFcVethInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.FcVethInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcVethInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcVethInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcVethInventoryByMoid: operationId: GetVnicFcVethInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcVethInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcVhbaPolicyInventories: get: tags: - vnic summary: Read a 'vnic.FcVhbaPolicyInventory' resource. operationId: GetVnicFcVhbaPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.FcVhbaPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.FcVhbaPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcVhbaPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/FcVhbaPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.FcVhbaPolicyInventory' resource. operationId: GetVnicFcVhbaPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.FcVhbaPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.FcVhbaPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.FcVhbaPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicFcVhbaPolicyInventoryByMoid: operationId: GetVnicFcVhbaPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/FcVhbaPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiAdapterPolicies: get: tags: - vnic summary: Read a 'vnic.IscsiAdapterPolicy' resource. operationId: GetVnicIscsiAdapterPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Adapter policies - PRIVSET.View Server Profiles - READ.vnic.IscsiAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiAdapterPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.IscsiAdapterPolicy' resource. operationId: CreateVnicIscsiAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.IscsiAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit iSCSI Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.IscsiAdapterPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiAdapterPolicy' resource was created as requested. The 'vnic.IscsiAdapterPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' links: GetVnicIscsiAdapterPolicyByMoid: operationId: GetVnicIscsiAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiAdapterPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiAdapterPolicy' resource. operationId: GetVnicIscsiAdapterPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Adapter policies - PRIVSET.View Server Profiles - READ.vnic.IscsiAdapterPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiAdapterPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiAdapterPolicyByMoid: operationId: GetVnicIscsiAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.IscsiAdapterPolicy' resource. operationId: UpdateVnicIscsiAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiAdapterPolicy' resource was modified as requested. The 'vnic.IscsiAdapterPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' links: GetVnicIscsiAdapterPolicyByMoid: operationId: GetVnicIscsiAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.IscsiAdapterPolicy' resource. operationId: PatchVnicIscsiAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiAdapterPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiAdapterPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiAdapterPolicy' resource was patched as requested. The 'vnic.IscsiAdapterPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' links: GetVnicIscsiAdapterPolicyByMoid: operationId: GetVnicIscsiAdapterPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiAdapterPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.IscsiAdapterPolicy' resource. operationId: DeleteVnicIscsiAdapterPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.IscsiAdapterPolicy - PRIVSET.Account Administrator - PRIVSET.Delete iSCSI Adapter policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiAdapterPolicyInventories: get: tags: - vnic summary: Read a 'vnic.IscsiAdapterPolicyInventory' resource. operationId: GetVnicIscsiAdapterPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Adapter policies - PRIVSET.View Server Profiles - READ.vnic.IscsiAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiAdapterPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiAdapterPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiAdapterPolicyInventory' resource. operationId: GetVnicIscsiAdapterPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Adapter policies - PRIVSET.View Server Profiles - READ.vnic.IscsiAdapterPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiAdapterPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiAdapterPolicyInventoryByMoid: operationId: GetVnicIscsiAdapterPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiAdapterPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiBootPolicies: get: tags: - vnic summary: Read a 'vnic.IscsiBootPolicy' resource. operationId: GetVnicIscsiBootPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Boot policies - PRIVSET.View Server Profiles - READ.vnic.IscsiBootPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiBootPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.IscsiBootPolicy' resource. operationId: CreateVnicIscsiBootPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.IscsiBootPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit iSCSI Boot policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.IscsiBootPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiBootPolicy' resource was created as requested. The 'vnic.IscsiBootPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' links: GetVnicIscsiBootPolicyByMoid: operationId: GetVnicIscsiBootPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiBootPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiBootPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiBootPolicy' resource. operationId: GetVnicIscsiBootPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Boot policies - PRIVSET.View Server Profiles - READ.vnic.IscsiBootPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiBootPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiBootPolicyByMoid: operationId: GetVnicIscsiBootPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiBootPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.IscsiBootPolicy' resource. operationId: UpdateVnicIscsiBootPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Boot policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiBootPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiBootPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiBootPolicy' resource was modified as requested. The 'vnic.IscsiBootPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' links: GetVnicIscsiBootPolicyByMoid: operationId: GetVnicIscsiBootPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiBootPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.IscsiBootPolicy' resource. operationId: PatchVnicIscsiBootPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Boot policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiBootPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiBootPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiBootPolicy' resource was patched as requested. The 'vnic.IscsiBootPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicy' links: GetVnicIscsiBootPolicyByMoid: operationId: GetVnicIscsiBootPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiBootPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.IscsiBootPolicy' resource. operationId: DeleteVnicIscsiBootPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.IscsiBootPolicy - PRIVSET.Account Administrator - PRIVSET.Delete iSCSI Boot policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiBootPolicyInventories: get: tags: - vnic summary: Read a 'vnic.IscsiBootPolicyInventory' resource. operationId: GetVnicIscsiBootPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Boot policies - PRIVSET.View Server Profiles - READ.vnic.IscsiBootPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiBootPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiBootPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiBootPolicyInventory' resource. operationId: GetVnicIscsiBootPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Boot policies - PRIVSET.View Server Profiles - READ.vnic.IscsiBootPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiBootPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiBootPolicyInventoryByMoid: operationId: GetVnicIscsiBootPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiBootPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiStaticTargetPolicies: get: tags: - vnic summary: Read a 'vnic.IscsiStaticTargetPolicy' resource. operationId: GetVnicIscsiStaticTargetPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Static Target policies - PRIVSET.View Server Profiles - READ.vnic.IscsiStaticTargetPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiStaticTargetPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.IscsiStaticTargetPolicy' resource. operationId: CreateVnicIscsiStaticTargetPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.IscsiStaticTargetPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit iSCSI Static Target policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.IscsiStaticTargetPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiStaticTargetPolicy' resource was created as requested. The 'vnic.IscsiStaticTargetPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' links: GetVnicIscsiStaticTargetPolicyByMoid: operationId: GetVnicIscsiStaticTargetPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiStaticTargetPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiStaticTargetPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiStaticTargetPolicy' resource. operationId: GetVnicIscsiStaticTargetPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Static Target policies - PRIVSET.View Server Profiles - READ.vnic.IscsiStaticTargetPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiStaticTargetPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiStaticTargetPolicyByMoid: operationId: GetVnicIscsiStaticTargetPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiStaticTargetPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.IscsiStaticTargetPolicy' resource. operationId: UpdateVnicIscsiStaticTargetPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Static Target policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiStaticTargetPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiStaticTargetPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiStaticTargetPolicy' resource was modified as requested. The 'vnic.IscsiStaticTargetPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' links: GetVnicIscsiStaticTargetPolicyByMoid: operationId: GetVnicIscsiStaticTargetPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiStaticTargetPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.IscsiStaticTargetPolicy' resource. operationId: PatchVnicIscsiStaticTargetPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit iSCSI Static Target policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.IscsiStaticTargetPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.IscsiStaticTargetPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.IscsiStaticTargetPolicy' resource was patched as requested. The 'vnic.IscsiStaticTargetPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' links: GetVnicIscsiStaticTargetPolicyByMoid: operationId: GetVnicIscsiStaticTargetPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiStaticTargetPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.IscsiStaticTargetPolicy' resource. operationId: DeleteVnicIscsiStaticTargetPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.IscsiStaticTargetPolicy - PRIVSET.Account Administrator - PRIVSET.Delete iSCSI Static Target policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiStaticTargetPolicyInventories: get: tags: - vnic summary: Read a 'vnic.IscsiStaticTargetPolicyInventory' resource. operationId: GetVnicIscsiStaticTargetPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Static Target policies - PRIVSET.View Server Profiles - READ.vnic.IscsiStaticTargetPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.IscsiStaticTargetPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/IscsiStaticTargetPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.IscsiStaticTargetPolicyInventory' resource. operationId: GetVnicIscsiStaticTargetPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only iSCSI Static Target policies - PRIVSET.View Server Profiles - READ.vnic.IscsiStaticTargetPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.IscsiStaticTargetPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicIscsiStaticTargetPolicyInventoryByMoid: operationId: GetVnicIscsiStaticTargetPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/IscsiStaticTargetPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanConnectivityPolicies: get: tags: - vnic summary: Read a 'vnic.LanConnectivityPolicy' resource. operationId: GetVnicLanConnectivityPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.LanConnectivityPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.LanConnectivityPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.LanConnectivityPolicy' resource. operationId: CreateVnicLanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.LanConnectivityPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.LanConnectivityPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.LanConnectivityPolicy' resource was created as requested. The 'vnic.LanConnectivityPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' links: GetVnicLanConnectivityPolicyByMoid: operationId: GetVnicLanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanConnectivityPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.LanConnectivityPolicy' resource. operationId: GetVnicLanConnectivityPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.LanConnectivityPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.LanConnectivityPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicLanConnectivityPolicyByMoid: operationId: GetVnicLanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.LanConnectivityPolicy' resource. operationId: UpdateVnicLanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.LanConnectivityPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.LanConnectivityPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.LanConnectivityPolicy' resource was modified as requested. The 'vnic.LanConnectivityPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' links: GetVnicLanConnectivityPolicyByMoid: operationId: GetVnicLanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.LanConnectivityPolicy' resource. operationId: PatchVnicLanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.LanConnectivityPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.LanConnectivityPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.LanConnectivityPolicy' resource was patched as requested. The 'vnic.LanConnectivityPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' links: GetVnicLanConnectivityPolicyByMoid: operationId: GetVnicLanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.LanConnectivityPolicy' resource. operationId: DeleteVnicLanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.LanConnectivityPolicy - PRIVSET.Account Administrator - PRIVSET.Delete LAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanConnectivityPolicyInventories: get: tags: - vnic summary: Read a 'vnic.LanConnectivityPolicyInventory' resource. operationId: GetVnicLanConnectivityPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.LanConnectivityPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.LanConnectivityPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanConnectivityPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.LanConnectivityPolicyInventory' resource. operationId: GetVnicLanConnectivityPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only LAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.LanConnectivityPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.LanConnectivityPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicLanConnectivityPolicyInventoryByMoid: operationId: GetVnicLanConnectivityPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanConnectivityPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanSettings: get: tags: - vnic summary: Read a 'vnic.LanSettings' resource. operationId: GetVnicLanSettingsList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.LanSettings - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.LanSettings' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanSettings.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LanSettings/{Moid}: get: tags: - vnic summary: Read a 'vnic.LanSettings' resource. operationId: GetVnicLanSettingsByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.LanSettings - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.LanSettings' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LanSettings' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicLanSettingsByMoid: operationId: GetVnicLanSettingsByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LanSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LcpStatuses: get: tags: - vnic summary: Read a 'vnic.LcpStatus' resource. operationId: GetVnicLcpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.LcpStatus - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.LcpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LcpStatus.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/LcpStatuses/{Moid}: get: tags: - vnic summary: Read a 'vnic.LcpStatus' resource. operationId: GetVnicLcpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.LcpStatus - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.LcpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.LcpStatus' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicLcpStatusByMoid: operationId: GetVnicLcpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/LcpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanConnectivityPolicies: get: tags: - vnic summary: Read a 'vnic.SanConnectivityPolicy' resource. operationId: GetVnicSanConnectivityPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.SanConnectivityPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.SanConnectivityPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.SanConnectivityPolicy' resource. operationId: CreateVnicSanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.SanConnectivityPolicy - PRIVSET.Account Administrator - PRIVSET.Create, clone and edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.SanConnectivityPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.SanConnectivityPolicy' resource was created as requested. The 'vnic.SanConnectivityPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' links: GetVnicSanConnectivityPolicyByMoid: operationId: GetVnicSanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanConnectivityPolicies/{Moid}: get: tags: - vnic summary: Read a 'vnic.SanConnectivityPolicy' resource. operationId: GetVnicSanConnectivityPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.SanConnectivityPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.SanConnectivityPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicSanConnectivityPolicyByMoid: operationId: GetVnicSanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.SanConnectivityPolicy' resource. operationId: UpdateVnicSanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.SanConnectivityPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.SanConnectivityPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.SanConnectivityPolicy' resource was modified as requested. The 'vnic.SanConnectivityPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' links: GetVnicSanConnectivityPolicyByMoid: operationId: GetVnicSanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.SanConnectivityPolicy' resource. operationId: PatchVnicSanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.SanConnectivityPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.SanConnectivityPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.SanConnectivityPolicy' resource was patched as requested. The 'vnic.SanConnectivityPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' links: GetVnicSanConnectivityPolicyByMoid: operationId: GetVnicSanConnectivityPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanConnectivityPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.SanConnectivityPolicy' resource. operationId: DeleteVnicSanConnectivityPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.SanConnectivityPolicy - PRIVSET.Account Administrator - PRIVSET.Delete SAN Connectivity policies - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanConnectivityPolicyInventories: get: tags: - vnic summary: Read a 'vnic.SanConnectivityPolicyInventory' resource. operationId: GetVnicSanConnectivityPolicyInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.SanConnectivityPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.SanConnectivityPolicyInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanConnectivityPolicyInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.SanConnectivityPolicyInventory' resource. operationId: GetVnicSanConnectivityPolicyInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only SAN Connectivity policies - PRIVSET.View Server Profiles - READ.vnic.SanConnectivityPolicyInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.SanConnectivityPolicyInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicSanConnectivityPolicyInventoryByMoid: operationId: GetVnicSanConnectivityPolicyInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanConnectivityPolicyInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanSettings: get: tags: - vnic summary: Read a 'vnic.SanSettings' resource. operationId: GetVnicSanSettingsList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.SanSettings - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.SanSettings' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanSettings.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/SanSettings/{Moid}: get: tags: - vnic summary: Read a 'vnic.SanSettings' resource. operationId: GetVnicSanSettingsByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.SanSettings - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.SanSettings' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.SanSettings' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicSanSettingsByMoid: operationId: GetVnicSanSettingsByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/SanSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ScpStatuses: get: tags: - vnic summary: Read a 'vnic.ScpStatus' resource. operationId: GetVnicScpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.ScpStatus - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.ScpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ScpStatus.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ScpStatuses/{Moid}: get: tags: - vnic summary: Read a 'vnic.ScpStatus' resource. operationId: GetVnicScpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only UCS server profiles - PRIVSET.View Server Profiles - READ.vnic.ScpStatus - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.ScpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ScpStatus' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicScpStatusByMoid: operationId: GetVnicScpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/ScpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ServiceEthIfs: get: tags: - vnic summary: Read a 'vnic.ServiceEthIf' resource. operationId: GetVnicServiceEthIfList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.View Server Profiles - READ.vnic.ServiceEthIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.ServiceEthIf' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ServiceEthIf.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ServiceEthIfs/{Moid}: get: tags: - vnic summary: Read a 'vnic.ServiceEthIf' resource. operationId: GetVnicServiceEthIfByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.View Server Profiles - READ.vnic.ServiceEthIf - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.ServiceEthIf' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ServiceEthIf' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicServiceEthIfByMoid: operationId: GetVnicServiceEthIfByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/ServiceEthIfs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ServiceEthIfInventories: get: tags: - vnic summary: Read a 'vnic.ServiceEthIfInventory' resource. operationId: GetVnicServiceEthIfInventoryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.View Server Profiles - READ.vnic.ServiceEthIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.ServiceEthIfInventory' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ServiceEthIfInventory.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/ServiceEthIfInventories/{Moid}: get: tags: - vnic summary: Read a 'vnic.ServiceEthIfInventory' resource. operationId: GetVnicServiceEthIfInventoryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.View Server Profiles - READ.vnic.ServiceEthIfInventory - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.ServiceEthIfInventory' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.ServiceEthIfInventory' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicServiceEthIfInventoryByMoid: operationId: GetVnicServiceEthIfInventoryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/ServiceEthIfInventories/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VhbaTemplates: get: tags: - vnic summary: Read a 'vnic.VhbaTemplate' resource. operationId: GetVnicVhbaTemplateList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only vHBA templates - PRIVSET.View Server Profiles - READ.vnic.VhbaTemplate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.VhbaTemplate' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.VhbaTemplate' resource. operationId: CreateVnicVhbaTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.VhbaTemplate - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.VhbaTemplate' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VhbaTemplate' resource was created as requested. The 'vnic.VhbaTemplate' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' links: GetVnicVhbaTemplateByMoid: operationId: GetVnicVhbaTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VhbaTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VhbaTemplates/{Moid}: get: tags: - vnic summary: Read a 'vnic.VhbaTemplate' resource. operationId: GetVnicVhbaTemplateByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only vHBA templates - PRIVSET.View Server Profiles - READ.vnic.VhbaTemplate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.VhbaTemplate' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicVhbaTemplateByMoid: operationId: GetVnicVhbaTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VhbaTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.VhbaTemplate' resource. operationId: UpdateVnicVhbaTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.VhbaTemplate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.VhbaTemplate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VhbaTemplate' resource was modified as requested. The 'vnic.VhbaTemplate' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' links: GetVnicVhbaTemplateByMoid: operationId: GetVnicVhbaTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VhbaTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.VhbaTemplate' resource. operationId: PatchVnicVhbaTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.VhbaTemplate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.VhbaTemplate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VhbaTemplate' resource was patched as requested. The 'vnic.VhbaTemplate' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VhbaTemplate' links: GetVnicVhbaTemplateByMoid: operationId: GetVnicVhbaTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VhbaTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.VhbaTemplate' resource. operationId: DeleteVnicVhbaTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.VhbaTemplate - PRIVSET.Account Administrator - PRIVSET.Delete vHBA templates - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VifIdPools: get: tags: - vnic summary: Read a 'vnic.VifIdPool' resource. operationId: GetVnicVifIdPoolList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Read-only vHBA templates - PRIVSET.Read-only vNIC templates - PRIVSET.Server Administrator - READ.vnic.VifIdPool - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.VifIdPool' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VifIdPool.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VifIdPools/{Moid}: get: tags: - vnic summary: Read a 'vnic.VifIdPool' resource. operationId: GetVnicVifIdPoolByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Read-only vHBA templates - PRIVSET.Read-only vNIC templates - PRIVSET.Server Administrator - READ.vnic.VifIdPool - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.VifIdPool' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VifIdPool' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicVifIdPoolByMoid: operationId: GetVnicVifIdPoolByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VifIdPools/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VnicTemplates: get: tags: - vnic summary: Read a 'vnic.VnicTemplate' resource. operationId: GetVnicVnicTemplateList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only vNIC templates - PRIVSET.View Server Profiles - READ.vnic.VnicTemplate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'vnic.VnicTemplate' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate.Response' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Create a 'vnic.VnicTemplate' resource. operationId: CreateVnicVnicTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.vnic.VnicTemplate - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'vnic.VnicTemplate' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VnicTemplate' resource was created as requested. The 'vnic.VnicTemplate' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' links: GetVnicVnicTemplateByMoid: operationId: GetVnicVnicTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VnicTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/vnic/VnicTemplates/{Moid}: get: tags: - vnic summary: Read a 'vnic.VnicTemplate' resource. operationId: GetVnicVnicTemplateByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - PRIVSET.Read-Only - PRIVSET.Read-only vNIC templates - PRIVSET.View Server Profiles - READ.vnic.VnicTemplate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'vnic.VnicTemplate' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' text/csv: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile links: GetVnicVnicTemplateByMoid: operationId: GetVnicVnicTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VnicTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - vnic summary: Update a 'vnic.VnicTemplate' resource. operationId: UpdateVnicVnicTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.VnicTemplate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.VnicTemplate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VnicTemplate' resource was modified as requested. The 'vnic.VnicTemplate' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' links: GetVnicVnicTemplateByMoid: operationId: GetVnicVnicTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VnicTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/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: - vnic summary: Update a 'vnic.VnicTemplate' resource. operationId: PatchVnicVnicTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Server Profiles - ROLE.Account Administrator - UPDATE.vnic.VnicTemplate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'vnic.VnicTemplate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' application/json-patch+json: schema: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'vnic.VnicTemplate' resource was patched as requested. The 'vnic.VnicTemplate' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/vnic.VnicTemplate' links: GetVnicVnicTemplateByMoid: operationId: GetVnicVnicTemplateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vnic/VnicTemplates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - vnic summary: Delete a 'vnic.VnicTemplate' resource. operationId: DeleteVnicVnicTemplate security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.vnic.VnicTemplate - PRIVSET.Account Administrator - PRIVSET.Delete vNIC templates - PRIVSET.Manage Server Profiles - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' components: schemas: macpool.PoolMember: title: Macpool:Pool Member description: PoolMember represents a single MAC address that is part of a pool. x-allOf-name: macpool.PoolMember allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractIdPoolMember - type: object description: Definition of the list of properties defined in 'macpool.PoolMember', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.PoolMember default: macpool.PoolMember x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.PoolMember default: macpool.PoolMember x-enum-as-string: true MacAddress: description: MAC Address of this pool member. type: string readOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' BlockHead: $ref: '#/components/schemas/macpool.IdBlock.Relationship' description: 'A reference to a macpoolIdBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Peer: $ref: '#/components/schemas/macpool.Lease.Relationship' description: 'A reference to a macpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Pool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/macpool.Reservation.Relationship' description: 'A reference to a macpoolReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcVhbaPolicyInventory: title: Fibre Channel Vhba description: A Fibre Channel Quality of Service (QoS) policy assigns a system class to the outgoing traffic for a vHBA. This system class determines the quality of service for the outgoing traffic. For certain adapters additional controls can also be specified like burst and rate on the outgoing traffic. x-allOf-name: vnic.FcVhbaPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.FcVhbaPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcVhbaPolicyInventory default: vnic.FcVhbaPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcVhbaPolicyInventory default: vnic.FcVhbaPolicyInventory x-enum-as-string: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 default: 3 minimum: 0 maximum: 6 x-omitempty: true MaxDataFieldSize: description: The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports. type: integer format: int64 default: 2112 minimum: 256 maximum: 2112 x-omitempty: true Name: description: Name of the virtual HBA interface. type: string x-omitempty: true Priority: description: 'The priortity matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true macpool.IdBlock.Relationship: description: A relationship to the 'macpool.IdBlock' resource, or the expanded 'macpool.IdBlock' resource, or the 'null' value. x-one-of-name: macpool.IdBlock.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.IdBlock' discriminator: propertyName: ClassId vnic.EthAdapterPolicy.Relationship: description: A relationship to the 'vnic.EthAdapterPolicy' resource, or the expanded 'vnic.EthAdapterPolicy' resource, or the 'null' value. x-one-of-name: vnic.EthAdapterPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthAdapterPolicy' discriminator: propertyName: ClassId vnic.FcQosPolicy.List: title: List of 'vnic.FcQosPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcQosPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcQosPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcQosPolicy' vnic.SanSettings.Response: description: "The response body of a HTTP GET request for the 'vnic.SanSettings' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.SanSettings' resources." x-one-of-name: vnic.SanSettings.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.SanSettings.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.VifIdPool.List: title: List of 'vnic.VifIdPool' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.VifIdPool'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.VifIdPool' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.VifIdPool' iqnpool.IqnSuffixBlock: title: Iqnpool:Iqn Suffix Block description: The suffix block of iSCSI Qualified Names (IQNs). x-allOf-name: iqnpool.IqnSuffixBlock allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockType - type: object description: Definition of the list of properties defined in 'iqnpool.IqnSuffixBlock', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.IqnSuffixBlock default: iqnpool.IqnSuffixBlock x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.IqnSuffixBlock default: iqnpool.IqnSuffixBlock x-enum-as-string: true From: description: The first suffix number in the block. type: integer format: int64 minimum: 0 x-omitempty: true Suffix: description: The suffix for this block of IQNs. type: string x-createOnly: true x-omitempty: true To: description: The last suffix number in the block. type: integer format: int64 x-omitempty: true vnic.ServiceEthIf.Response: description: "The response body of a HTTP GET request for the 'vnic.ServiceEthIf' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.ServiceEthIf' resources." x-one-of-name: vnic.ServiceEthIf.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.ServiceEthIf.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiStaticTargetPolicy.Relationship: description: A relationship to the 'vnic.IscsiStaticTargetPolicy' resource, or the expanded 'vnic.IscsiStaticTargetPolicy' resource, or the 'null' value. x-one-of-name: vnic.IscsiStaticTargetPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' discriminator: propertyName: ClassId ippool.ShadowPool: title: Ippool:Shadow Pool description: Shadow Pool is a tracking object created on behalf of an IP pool, for each VRF. x-allOf-name: ippool.ShadowPool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractPool - type: object description: Definition of the list of properties defined in 'ippool.ShadowPool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.ShadowPool default: ippool.ShadowPool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.ShadowPool default: ippool.ShadowPool x-enum-as-string: true IpV4Blocks: type: - array - 'null' items: description: Collection of IPv4 Blocks. $ref: '#/components/schemas/ippool.IpV4Block' x-omitempty: true IpV4Config: description: Netmask, Gateway and DNS settings for IPv4 addresses. $ref: '#/components/schemas/ippool.IpV4Config' x-omitempty: true IpV6Blocks: type: - array - 'null' items: description: Collection of IPv6 blocks. $ref: '#/components/schemas/ippool.IpV6Block' x-omitempty: true IpV6Config: description: Netmask, Gateway and DNS settings for IPv6 addresses. $ref: '#/components/schemas/ippool.IpV6Config' x-omitempty: true V4Assigned: description: Number of IPv4 addresses currently in use. type: integer format: int64 readOnly: true x-omitempty: true V4Size: description: Number of IPv4 addresses in this pool. type: integer format: int64 readOnly: true x-omitempty: true V6Assigned: description: Number of IPv6 addresses currently in use. type: integer format: int64 readOnly: true x-omitempty: true V6Size: description: Number of IPv6 addresses in this pool. type: integer format: int64 readOnly: true x-omitempty: true IpBlockHeads: description: An array of relationships to ippoolShadowBlock resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.ShadowBlock.Relationship' readOnly: true Pool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservations: description: An array of relationships to ippoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.Reservation.Relationship' readOnly: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ippool.Universe.Relationship: description: A relationship to the 'ippool.Universe' resource, or the expanded 'ippool.Universe' resource, or the 'null' value. x-one-of-name: ippool.Universe.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.Universe' discriminator: propertyName: ClassId vnic.FcIfInventory.List: title: List of 'vnic.FcIfInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcIfInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcIfInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIfInventory' vnic.EthNetworkPolicyInventory.List: title: List of 'vnic.EthNetworkPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthNetworkPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthNetworkPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory' iqnpool.Lease: title: Iqnpool:Lease description: Lease represents a single IQN address that is part of the universe, allocated either from a pool or through static assignment. x-allOf-name: iqnpool.Lease allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractLease - type: object description: Definition of the list of properties defined in 'iqnpool.Lease', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.Lease default: iqnpool.Lease x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.Lease default: iqnpool.Lease x-enum-as-string: true IqnAddress: description: IQN address allocated for pool-based allocation. It is constructed as ::. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) x-createOnly: true x-omitempty: true IqnNumber: description: Number of the IQN address. IQN Address is constructed as ::. type: integer format: int64 readOnly: true x-omitempty: true IqnPrefix: description: Prefix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true IqnSuffix: description: Suffix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true PreferredIqnAddress: description: The preferred IQN address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that IQN address if it is available in the pool. If the specified preferred IQN address is not in the range of the pool or if it is already leased or reserved, then the next available IQN address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred IQN address property. When the preferred IQN address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration is supported only for dynamic lease requests. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) x-createOnly: true x-omitempty: true Reservation: description: The holder of a reference to reservation Moid and the specific details on lease condition for this reservation. Specified to allocate already reserved identities. $ref: '#/components/schemas/iqnpool.ReservationReference' x-createOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Pool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PoolMember: $ref: '#/components/schemas/iqnpool.PoolMember.Relationship' description: 'A reference to a iqnpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/iqnpool.Universe.Relationship' description: 'A reference to a iqnpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.IscsiBootPolicyInventory: title: iSCSI Boot description: "The IscsiBootPolicy object encapsulates the configuration required to enable servers to boot from remote iSCSI targets over the network. \n#### Purpose\nIscsiBootPolicy automates and standardizes the process of configuring iSCSI boot, including authentication, target selection, and IP address assignment, to ensure reliable and secure remote booting.\n#### Key Concepts\n- **Remote Boot Enablement:** Supports network-based operating system boot via iSCSI.\n- **Comprehensive Configuration:** Manages authentication, IP assignment, and target discovery.\n- **Policy Integration:** Links to adapter and IP pool policies for end-to-end automation." x-allOf-name: vnic.IscsiBootPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.IscsiBootPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiBootPolicyInventory default: vnic.IscsiBootPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiBootPolicyInventory default: vnic.IscsiBootPolicyInventory x-enum-as-string: true AutoTargetvendorName: description: 'Auto target interface that is represented via the Initiator name or the DHCP vendor ID. Accepted length: 1 to 63 characters.' type: string readOnly: true x-omitempty: true Chap: description: CHAP authentication parameters for iSCSI Target. $ref: '#/components/schemas/vnic.IscsiAuthProfile' readOnly: true x-omitempty: true InitiatorIpSource: description: 'Source Type of Initiator IP Address - Auto/Static/Pool. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - DHCP - Static - Pool default: DHCP readOnly: true x-omitempty: true InitiatorStaticIpV4Address: description: Static IPv4 address provided for iSCSI Initiator. 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 InitiatorStaticIpV4Config: description: IPV4 configurations such as Netmask, Gateway and DNS for iSCSI Initiator. $ref: '#/components/schemas/ippool.IpV4Config' readOnly: true x-omitempty: true InitiatorStaticIpV6Address: description: Static IPv6 address provided for iSCSI Initiator. 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 InitiatorStaticIpV6Config: description: IPv6 configurations such as Prefix, Gateway and DNS for iSCSI Initiator. $ref: '#/components/schemas/ippool.IpV6Config' readOnly: true x-omitempty: true IscsiIpType: description: 'Type of the IP address requested for iSCSI vNIC - IPv4/IPv6. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 readOnly: true x-omitempty: true MutualChap: description: Mutual CHAP authentication parameters for iSCSI Initiator. Two-way CHAP mechanism. $ref: '#/components/schemas/vnic.IscsiAuthProfile' readOnly: true x-omitempty: true TargetSourceType: description: 'Source Type of Targets - Auto/Static. * `Static` - Type indicates that static target interface is assigned to iSCSI boot. * `Auto` - Type indicates that the system selects the target interface automatically during iSCSI boot.' type: string enum: - Static - Auto default: Static readOnly: true x-omitempty: true InitiatorIpPool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IscsiAdapterPolicy: $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory.Relationship' description: 'A reference to a vnicIscsiAdapterPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true PrimaryTargetPolicy: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory.Relationship' description: 'A reference to a vnicIscsiStaticTargetPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SecondaryTargetPolicy: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory.Relationship' description: 'A reference to a vnicIscsiStaticTargetPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.ScsiQueueSettings: title: SCSI Queue Settings description: SCSI Queue resource settings. x-allOf-name: vnic.ScsiQueueSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.ScsiQueueSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.ScsiQueueSettings default: vnic.ScsiQueueSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.ScsiQueueSettings default: vnic.ScsiQueueSettings x-enum-as-string: true Count: description: The number of SCSI I/O queue resources the system should allocate. type: integer format: int64 default: 1 minimum: 1 maximum: 245 x-omitempty: true RingSize: description: The number of descriptors in each SCSI I/O queue. type: integer format: int64 default: 512 minimum: 64 maximum: 512 x-omitempty: true vnic.IscsiBootPolicy: title: iSCSI Boot description: "The IscsiBootPolicy object encapsulates the configuration required to enable servers to boot from remote iSCSI targets over the network. \n#### Purpose\nIscsiBootPolicy automates and standardizes the process of configuring iSCSI boot, including authentication, target selection, and IP address assignment, to ensure reliable and secure remote booting.\n#### Key Concepts\n- **Remote Boot Enablement:** Supports network-based operating system boot via iSCSI.\n- **Comprehensive Configuration:** Manages authentication, IP assignment, and target discovery.\n- **Policy Integration:** Links to adapter and IP pool policies for end-to-end automation." x-allOf-name: vnic.IscsiBootPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.IscsiBootPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiBootPolicy default: vnic.IscsiBootPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiBootPolicy default: vnic.IscsiBootPolicy x-enum-as-string: true AutoTargetvendorName: description: 'Auto target interface that is represented via the Initiator name or the DHCP vendor ID. Accepted length: 1 to 63 characters.' type: string x-omitempty: true Chap: description: CHAP authentication parameters for iSCSI Target. $ref: '#/components/schemas/vnic.IscsiAuthProfile' x-omitempty: true InitiatorIpSource: description: 'Source Type of Initiator IP Address - Auto/Static/Pool. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - DHCP - Static - Pool default: DHCP x-omitempty: true InitiatorStaticIpV4Address: description: Static IPv4 address provided for iSCSI Initiator. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true InitiatorStaticIpV4Config: description: IPV4 configurations such as Netmask, Gateway and DNS for iSCSI Initiator. $ref: '#/components/schemas/ippool.IpV4Config' x-omitempty: true InitiatorStaticIpV6Address: description: Static IPv6 address provided for iSCSI Initiator. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true InitiatorStaticIpV6Config: description: IPv6 configurations such as Prefix, Gateway and DNS for iSCSI Initiator. $ref: '#/components/schemas/ippool.IpV6Config' x-omitempty: true IscsiIpType: description: 'Type of the IP address requested for iSCSI vNIC - IPv4/IPv6. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-omitempty: true MutualChap: description: Mutual CHAP authentication parameters for iSCSI Initiator. Two-way CHAP mechanism. $ref: '#/components/schemas/vnic.IscsiAuthProfile' x-omitempty: true TargetSourceType: description: 'Source Type of Targets - Auto/Static. * `Static` - Type indicates that static target interface is assigned to iSCSI boot. * `Auto` - Type indicates that the system selects the target interface automatically during iSCSI boot.' type: string enum: - Static - Auto default: Static x-omitempty: true InitiatorIpPool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' IscsiAdapterPolicy: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy.Relationship' description: 'A reference to a vnicIscsiAdapterPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PrimaryTargetPolicy: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy.Relationship' description: 'A reference to a vnicIscsiStaticTargetPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' SecondaryTargetPolicy: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy.Relationship' description: 'A reference to a vnicIscsiStaticTargetPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.EthRxQueueSettings: title: Queue Settings description: Receive Queue resource settings. x-allOf-name: vnic.EthRxQueueSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.EthRxQueueSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthRxQueueSettings default: vnic.EthRxQueueSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthRxQueueSettings default: vnic.EthRxQueueSettings x-enum-as-string: true Count: description: The number of queue resources to allocate. type: integer format: int64 default: 4 minimum: 1 maximum: 1000 x-omitempty: true RingSize: description: The number of descriptors in each queue. type: integer format: int64 default: 4096 minimum: 64 maximum: 16384 x-omitempty: true vnic.IscsiAdapterPolicyInventory.Relationship: description: A relationship to the 'vnic.IscsiAdapterPolicyInventory' resource, or the expanded 'vnic.IscsiAdapterPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.IscsiAdapterPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory' discriminator: propertyName: ClassId vnic.VhbaTemplate.List: title: List of 'vnic.VhbaTemplate' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.VhbaTemplate'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.VhbaTemplate' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.VhbaTemplate' ippool.Pool.Relationship: description: A relationship to the 'ippool.Pool' resource, or the expanded 'ippool.Pool' resource, or the 'null' value. x-one-of-name: ippool.Pool.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.Pool' discriminator: propertyName: ClassId macpool.Pool: title: Macpool:Pool description: Pool represents a collection of MAC addresses that can be allocated to VNICs of a server profile. x-allOf-name: macpool.Pool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractPool - type: object description: Definition of the list of properties defined in 'macpool.Pool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.Pool default: macpool.Pool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.Pool default: macpool.Pool x-enum-as-string: true MacBlocks: type: - array - 'null' items: description: Collection of MAC blocks. $ref: '#/components/schemas/macpool.Block' x-omitempty: true BlockHeads: description: An array of relationships to macpoolIdBlock resources. type: - array - 'null' items: $ref: '#/components/schemas/macpool.IdBlock.Relationship' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Reservations: description: An array of relationships to macpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/macpool.Reservation.Relationship' vnic.IscsiAdapterPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiAdapterPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiAdapterPolicy' resources." x-one-of-name: vnic.IscsiAdapterPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiAdapterPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType macpool.IdBlock: title: Macpool:Id Block description: A block of contiguous MAC addresses that are part of a pool. x-allOf-name: macpool.IdBlock allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlock - type: object description: Definition of the list of properties defined in 'macpool.IdBlock', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.IdBlock default: macpool.IdBlock x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.IdBlock default: macpool.IdBlock x-enum-as-string: true MacBlock: description: A Block of MAC Addresses. $ref: '#/components/schemas/macpool.Block' x-omitempty: true Pool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservations: description: An array of relationships to macpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/macpool.Reservation.Relationship' readOnly: true vnic.ScpStatus.List: title: List of 'vnic.ScpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.ScpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.ScpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.ScpStatus' vnic.EthIfInventory.Relationship: description: A relationship to the 'vnic.EthIfInventory' resource, or the expanded 'vnic.EthIfInventory' resource, or the 'null' value. x-one-of-name: vnic.EthIfInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthIfInventory' discriminator: propertyName: ClassId vnic.FcIf: title: Virtual Fibre Channel Interface description: Virtual Fibre Channel Interface. x-allOf-name: vnic.FcIf allOf: - $ref: '#/components/schemas/vnic.BaseFcIf' - type: object description: Definition of the list of properties defined in 'vnic.FcIf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcIf default: vnic.FcIf x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcIf default: vnic.FcIf x-enum-as-string: true Name: description: Name of the virtual fibre channel interface. type: string pattern: ^[a-zA-Z0-9\-\._:]+$ maxLength: 31 x-omitempty: true OldInfo: description: Deployed information related to lease and vif id. $ref: '#/components/schemas/vnic.FcIfOldInfo' readOnly: true x-omitempty: true Order: description: The order in which the virtual interface is brought up. The order assigned to an interface should be unique for all the Ethernet and Fibre-Channel interfaces on each PCI link on a VIC adapter. The order should start from zero with no overlaps. The maximum value of PCI order is limited by the number of virtual interfaces (Ethernet and Fibre-Channel) on each PCI link on a VIC adapter. All VIC adapters have a single PCI link except VIC 1340, VIC 1380 and VIC 1385 which have two. type: integer format: int64 x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' x-omitempty: true Stale: description: 'The FcIf object represents a virtual Fibre Channel interface (vHBA) within the Cisco environment. It abstracts the configuration and management of storage connectivity for servers. #### Purpose FcIf provides a programmable interface for defining, deploying, and managing vHBAs, ensuring that storage resources are accessible and policy-compliant. #### Key Concepts - **Storage Connectivity Abstraction:** Represents the vHBA as a managed object. - **Policy-Driven Configuration:** Associates with SAN, QoS, and adapter policies for end-to-end control. - **Template and Override Support:** Can derive configuration from templates with support for property overrides. - **Integration with Zoning and WWN Pools:** Facilitates automated and secure storage access.' type: boolean readOnly: true x-omitempty: true StaticWwpnAddress: description: 'The WWPN address must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN''s in the SAN fabric, you are strongly encouraged to use the WWN prefix - 20:00:00:25:B5:xx:xx:xx.' type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true VifId: description: This should be the same as the channel number of the vfc created on switch in order to set up the data path. The property is applicable only for FI attached servers where a vfc is created on the switch for every vHBA. type: integer format: int64 readOnly: true x-omitempty: true Wwpn: description: The WWPN address that is assigned to the vHBA based on the wwn pool that has been assigned to the SAN Connectivity Policy. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true WwpnAddressType: description: 'Type of allocation selected to assign a WWPN address to the vhba. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL x-omitempty: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' SanConnectivityPolicy: $ref: '#/components/schemas/vnic.SanConnectivityPolicy.Relationship' description: 'A reference to a vnicSanConnectivityPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' ScpVhba: $ref: '#/components/schemas/vnic.FcIf.Relationship' description: 'A reference to a vnicFcIf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SpVhbas: description: An array of relationships to vnicFcIf resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIf.Relationship' readOnly: true SrcTemplate: $ref: '#/components/schemas/vnic.VhbaTemplate.Relationship' description: 'A reference to a vnicVhbaTemplate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' WwpnLease: $ref: '#/components/schemas/fcpool.Lease.Relationship' description: 'A reference to a fcpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.SriovSettings: title: Single Root Input Output Virtualization Settings description: Single Root Input Output Virtualization Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. x-allOf-name: vnic.SriovSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.SriovSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.SriovSettings default: vnic.SriovSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.SriovSettings default: vnic.SriovSettings x-enum-as-string: true CompCountPerVf: description: Completion Queue resources per Virtual Function (VF). type: integer format: int64 default: 5 minimum: 1 maximum: 16 x-omitempty: true Enabled: description: If enabled, sets Single Root Input Output Virtualization (SR-IOV) on this vNIC. type: boolean x-omitempty: true IntCountPerVf: description: Interrupt Count resources per Virtual Function (VF). type: integer format: int64 default: 8 minimum: 1 maximum: 16 x-omitempty: true RxCountPerVf: description: Receive Queue resources per Virtual Function (VF). type: integer format: int64 default: 4 minimum: 1 maximum: 8 x-omitempty: true TxCountPerVf: description: Transmit Queue resources per Virtual Function (VF). type: integer format: int64 default: 1 minimum: 1 maximum: 8 x-omitempty: true VfCount: description: Number of Virtual Functions (VF) to be created for this vNIC. Valid values are 1 to 64 when SR-IOV is enabled. type: integer format: int64 default: 64 minimum: 1 maximum: 64 x-omitempty: true vnic.LanConnectivityPolicyInventory: title: LAN Connectivity description: 'The LanConnectivityPolicy object defines the network resources and connection topology between servers and the LAN within Cisco systems. It abstracts the configuration of virtual network interfaces (vNICs), ensuring consistent device naming, optimized placement, and advanced features such as usNIC and VMQ for improved network performance. #### Purpose A LanConnectivityPolicy centralizes the management of LAN connectivity for servers by specifying how virtual interfaces are created and associated with network resources. It enables both automatic and custom placement of vNICs, supports the assignment of MAC addresses, and integrates with relevant network and adapter policies. #### Key Concepts - **Policy-Based Networking:** Facilitates consistent and scalable LAN connectivity across multiple servers. - **Integration with Network Policies:** Links to Ethernet network, QoS, and adapter policies for comprehensive configuration. - **Device Naming and Placement:** Supports consistent device naming and controls vNIC placement for optimal performance.' x-allOf-name: vnic.LanConnectivityPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.LanConnectivityPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.LanConnectivityPolicyInventory default: vnic.LanConnectivityPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.LanConnectivityPolicyInventory default: vnic.LanConnectivityPolicyInventory x-enum-as-string: true AzureQosEnabled: description: Enabling AzureStack-Host QoS on an adapter allows the user to carve out traffic classes for RDMA traffic which ensures that a desired portion of the bandwidth is allocated to it. type: boolean default: false readOnly: true x-omitempty: true IqnAllocationType: description: 'Allocation Type of iSCSI Qualified Name - Static/Pool/None. * `None` - Type indicates that there is no IQN associated to an interface. * `Static` - Type represents that static IQN is associated to an interface. * `Pool` - Type indicates that IQN value is sourced from an associated pool.' type: string enum: - None - Static - Pool default: None readOnly: true x-omitempty: true PlacementMode: description: 'The mode used for placement of vNICs on network adapters. It can either be Auto or Custom. * `custom` - The placement of the vNICs / vHBAs on network adapters is manually chosen by the user. * `auto` - The placement of the vNICs / vHBAs on network adapters is automatically determined by the system.' type: string enum: - custom - auto default: custom readOnly: true x-omitempty: true StaticIqnName: description: User provided static iSCSI Qualified Name (IQN) for use as initiator identifiers by iSCSI vNICs in a Fabric Interconnect domain. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) readOnly: true x-omitempty: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone readOnly: true x-omitempty: true EthIfs: description: An array of relationships to vnicEthIfInventory resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIfInventory.Relationship' readOnly: true IqnPool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ippool.IpV6Block: title: Ippool:Ip V6 Block description: A block of IPv6 addresses. x-allOf-name: ippool.IpV6Block allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockType - type: object description: Definition of the list of properties defined in 'ippool.IpV6Block', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.IpV6Block default: ippool.IpV6Block x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.IpV6Block default: ippool.IpV6Block x-enum-as-string: true From: description: First IPv6 address of the block. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true IdMappingPolicyMoid: description: The managed object ID of the ID mapping policy. type: string x-omitempty: true IpV6Config: description: Netmask, Gateway and DNS settings for IPv6 addresses. $ref: '#/components/schemas/ippool.IpV6Config' x-omitempty: true To: description: Last IPv6 address of the block. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true vnic.EthVethInventory.List: title: List of 'vnic.EthVethInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthVethInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthVethInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthVethInventory' vnic.FcIf.Relationship: description: A relationship to the 'vnic.FcIf' resource, or the expanded 'vnic.FcIf' resource, or the 'null' value. x-one-of-name: vnic.FcIf.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcIf' discriminator: propertyName: ClassId vnic.FcAdapterPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcAdapterPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcAdapterPolicyInventory' resources." x-one-of-name: vnic.FcAdapterPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.VxlanSettings: title: Vxlan Settings description: Virtual Extensible LAN Protocol Settings. x-allOf-name: vnic.VxlanSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.VxlanSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VxlanSettings default: vnic.VxlanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VxlanSettings default: vnic.VxlanSettings x-enum-as-string: true Enabled: description: Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface. type: boolean default: false x-omitempty: true ippool.PoolMember.Relationship: description: A relationship to the 'ippool.PoolMember' resource, or the expanded 'ippool.PoolMember' resource, or the 'null' value. x-one-of-name: ippool.PoolMember.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.PoolMember' discriminator: propertyName: ClassId vnic.VnicTemplate.Relationship: description: A relationship to the 'vnic.VnicTemplate' resource, or the expanded 'vnic.VnicTemplate' resource, or the 'null' value. x-one-of-name: vnic.VnicTemplate.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.VnicTemplate' discriminator: propertyName: ClassId vnic.SanSettings.List: title: List of 'vnic.SanSettings' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.SanSettings'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.SanSettings' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.SanSettings' vnic.FcNetworkPolicy: title: Fibre Channel Network description: 'The FcNetworkPolicy object defines Fibre Channel network settings, particularly the configuration of vSANs for virtual Fibre Channel interfaces. #### Purpose FcNetworkPolicy abstracts the vSAN configuration, enabling centralized, policy-based management of storage network segmentation and access. #### Key Concepts - **vSAN Configuration:** Specifies vSAN IDs and related settings for storage connectivity. - **Policy-Based Management:** Ensures consistent SAN segmentation across all managed endpoints. - **Integration with vHBAs:** Directly linked to vHBA configurations for seamless deployment.' x-allOf-name: vnic.FcNetworkPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.FcNetworkPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcNetworkPolicy default: vnic.FcNetworkPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcNetworkPolicy default: vnic.FcNetworkPolicy x-enum-as-string: true VsanSettings: description: Configuration of vSAN for the virtual interface. $ref: '#/components/schemas/vnic.VsanSettings' x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true fcpool.PoolMember: title: Fcpool:Pool Member description: 'Pool Member object represents a single WWN (Worldwide Name) address within a pool that tracks its state, availability, and allocation. #### Purpose The PoolMember object serves as a representation of individual resources within a pool, facilitating their management and allocation. It serves as a bridge between the pool''s address inventory and active leases or reservation, maintaining the relationship between the WWN identifier and its current usage status. Each pool member object represents an identity that was reserver or leased and its current allocation state. #### Key Concepts - **Resource Representation:** Acts as a representation of WWN address within pools and its current state, availability, and allocation. - **Access Control:** Ensures secure management and allocation of pool members, supporting authorized access and operations.' x-allOf-name: fcpool.PoolMember allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractIdPoolMember - type: object description: Definition of the list of properties defined in 'fcpool.PoolMember', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.PoolMember default: fcpool.PoolMember x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.PoolMember default: fcpool.PoolMember x-enum-as-string: true WwnId: description: WWN ID of this pool member. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' BlockHead: $ref: '#/components/schemas/fcpool.FcBlock.Relationship' description: 'A reference to a fcpoolFcBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Peer: $ref: '#/components/schemas/fcpool.Lease.Relationship' description: 'A reference to a fcpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Pool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/fcpool.Reservation.Relationship' description: 'A reference to a fcpoolReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iqnpool.Universe: title: Iqnpool:Universe description: Universe represents a book keeping container to keep track of all IDs for a given account and pool type. x-allOf-name: iqnpool.Universe allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'iqnpool.Universe', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.Universe default: iqnpool.Universe x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.Universe default: iqnpool.Universe x-enum-as-string: true Account: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iqnpool.ReservationReference: title: Iqnpool:Reservation Reference description: The reference to the reservation object. x-allOf-name: iqnpool.ReservationReference allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.ReservationReference vnic.FcNetworkPolicyInventory.List: title: List of 'vnic.FcNetworkPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcNetworkPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcNetworkPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory' macpool.Block: title: Macpool:Block description: Block of MAC identifiers. x-allOf-name: macpool.Block allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockType - type: object description: Definition of the list of properties defined in 'macpool.Block', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.Block default: macpool.Block x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.Block default: macpool.Block x-enum-as-string: true From: description: Starting address of the block must be in hexadecimal format xx:xx:xx:xx:xx:xx. To ensure uniqueness of MACs in the LAN fabric, you are strongly encouraged to use the following MAC prefix 00:25:B5:xx:xx:xx. type: string x-omitempty: true To: description: Ending address of the block must be in hexadecimal format xx:xx:xx:xx:xx:xx. type: string x-omitempty: true vnic.EthAdapterPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.EthAdapterPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthAdapterPolicy' resources." x-one-of-name: vnic.EthAdapterPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthAdapterPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicy: title: Fibre Channel Adapter description: 'The FcAdapterPolicy object manages the configuration and operational parameters of Fibre Channel adapters. It governs how adapters handle traffic, error recovery, and performance tuning. #### Purpose FcAdapterPolicy centralizes the management of advanced features for Fibre Channel adapters, including error recovery, queue management, and interrupt handling to maximize storage performance. #### Key Concepts - **Advanced Adapter Settings:** Controls error recovery, queue depths, and I/O throttling. - **Integration with vHBAs:** Applied to vHBA objects to govern their runtime behavior.' x-allOf-name: vnic.FcAdapterPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.FcAdapterPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcAdapterPolicy default: vnic.FcAdapterPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcAdapterPolicy default: vnic.FcAdapterPolicy x-enum-as-string: true ErrorDetectionTimeout: description: Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred. type: integer format: int64 default: 2000 minimum: 1000 maximum: 100000 x-omitempty: true ErrorRecoverySettings: description: Fibre Channel Error Recovery Settings. $ref: '#/components/schemas/vnic.FcErrorRecoverySettings' x-omitempty: true FlogiSettings: description: Fibre Channel Flogi Settings. $ref: '#/components/schemas/vnic.FlogiSettings' x-omitempty: true InterruptSettings: description: Interrupt Settings for the virtual fibre channel interface. $ref: '#/components/schemas/vnic.FcInterruptSettings' x-omitempty: true IoThrottleCount: description: The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed. type: integer format: int64 default: 512 minimum: 1 maximum: 1024 x-omitempty: true LunCount: description: The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version. type: integer format: int64 default: 1024 minimum: 1 maximum: 16384 x-omitempty: true LunQueueDepth: description: The number of commands that the HBA can send and receive in a single transmission per LUN. type: integer format: int64 default: 20 minimum: 1 maximum: 254 x-omitempty: true PlogiSettings: description: Fibre Channel Plogi Settings. $ref: '#/components/schemas/vnic.PlogiSettings' x-omitempty: true ResourceAllocationTimeout: description: Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated. type: integer format: int64 default: 10000 minimum: 5000 maximum: 100000 x-omitempty: true RxQueueSettings: description: Fibre Channel Receive Queue Settings. $ref: '#/components/schemas/vnic.FcQueueSettings' x-omitempty: true ScsiQueueSettings: description: SCSI Input/Output Queue Settings. $ref: '#/components/schemas/vnic.ScsiQueueSettings' x-omitempty: true TxQueueSettings: description: Fibre Channel Transmit Queue Settings. $ref: '#/components/schemas/vnic.FcQueueSettings' x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.PtpSettings: title: PTP Settings description: Settings for Precision Time Protocol which can provide precise time of day information and time-stampted inputs, as well as scheduled and/or synchronized outputs for a variety of systems. x-allOf-name: vnic.PtpSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.PtpSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.PtpSettings default: vnic.PtpSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.PtpSettings default: vnic.PtpSettings x-enum-as-string: true Enabled: description: Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter. type: boolean default: false x-omitempty: true vnic.EthNetworkPolicyInventory: title: Ethernet Network description: 'The EthNetworkPolicy object controls the VLAN and Ethernet network configuration for virtual interfaces. It defines how VLAN traffic is managed and tagged as it traverses the network infrastructure. This policy applies only to standalone servers. #### Purpose EthNetworkPolicy enforces VLAN policies and traffic handling for vNICs, ensuring that network segmentation and access controls are applied consistently across all connected endpoints. #### Key Concepts - **VLAN Management:** Specifies access or trunk modes, native VLANs, and allowed VLANs for interfaces. - **Policy Attachment:** Linked to vNICs and LAN connectivity policies for unified configuration.' x-allOf-name: vnic.EthNetworkPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.EthNetworkPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthNetworkPolicyInventory default: vnic.EthNetworkPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthNetworkPolicyInventory default: vnic.EthNetworkPolicyInventory x-enum-as-string: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone readOnly: true x-omitempty: true VlanSettings: description: VLAN configuration for the virtual interface. $ref: '#/components/schemas/vnic.VlanSettings' readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcNetworkPolicyInventory: title: Fibre Channel Network description: 'The FcNetworkPolicy object defines Fibre Channel network settings, particularly the configuration of vSANs for virtual Fibre Channel interfaces. #### Purpose FcNetworkPolicy abstracts the vSAN configuration, enabling centralized, policy-based management of storage network segmentation and access. #### Key Concepts - **vSAN Configuration:** Specifies vSAN IDs and related settings for storage connectivity. - **Policy-Based Management:** Ensures consistent SAN segmentation across all managed endpoints. - **Integration with vHBAs:** Directly linked to vHBA configurations for seamless deployment.' x-allOf-name: vnic.FcNetworkPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.FcNetworkPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcNetworkPolicyInventory default: vnic.FcNetworkPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcNetworkPolicyInventory default: vnic.FcNetworkPolicyInventory x-enum-as-string: true VsanSettings: description: Configuration of vSAN for the virtual interface. $ref: '#/components/schemas/vnic.VsanSettings' readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcInterruptSettings: title: Interrupt Settings description: Interrupt Settings for the virtual fibre channel interface. x-allOf-name: vnic.FcInterruptSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.FcInterruptSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcInterruptSettings default: vnic.FcInterruptSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcInterruptSettings default: vnic.FcInterruptSettings x-enum-as-string: true Mode: description: 'The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option. * `MSIx` - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option. * `MSI` - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts. * `INTx` - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.' type: string enum: - MSIx - MSI - INTx default: MSIx x-omitempty: true vnic.SanConnectivityPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.SanConnectivityPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.SanConnectivityPolicyInventory' resources." x-one-of-name: vnic.SanConnectivityPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.VhbaTemplate.Relationship: description: A relationship to the 'vnic.VhbaTemplate' resource, or the expanded 'vnic.VhbaTemplate' resource, or the 'null' value. x-one-of-name: vnic.VhbaTemplate.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.VhbaTemplate' discriminator: propertyName: ClassId vnic.IscsiStaticTargetPolicyInventory.List: title: List of 'vnic.IscsiStaticTargetPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiStaticTargetPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiStaticTargetPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory' vnic.IscsiBootPolicyInventory.List: title: List of 'vnic.IscsiBootPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiBootPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiBootPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory' vnic.SanConnectivityPolicy.List: title: List of 'vnic.SanConnectivityPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.SanConnectivityPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.SanConnectivityPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.SanConnectivityPolicy' vnic.EthNetworkPolicyInventory.Relationship: description: A relationship to the 'vnic.EthNetworkPolicyInventory' resource, or the expanded 'vnic.EthNetworkPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.EthNetworkPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory' discriminator: propertyName: ClassId vnic.FcNetworkPolicy.List: title: List of 'vnic.FcNetworkPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcNetworkPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcNetworkPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcNetworkPolicy' fcpool.Block: title: Fcpool:Block description: Block of WWN identifiers. x-allOf-name: fcpool.Block allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockType - type: object description: Definition of the list of properties defined in 'fcpool.Block', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.Block default: fcpool.Block x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.Block default: fcpool.Block x-enum-as-string: true From: description: Starting WWN identifier of the block must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN's in the SAN fabric, you are strongly encouraged to use the following WWN prefix; 20:00:00:25:B5:xx:xx:xx. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-omitempty: true To: description: Ending WWN identifier of the block must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-omitempty: true vnic.EthIfInventory.List: title: List of 'vnic.EthIfInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthIfInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthIfInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIfInventory' vnic.FcNetworkPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.FcNetworkPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcNetworkPolicy' resources." x-one-of-name: vnic.FcNetworkPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcNetworkPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.EthAdapterPolicy.List: title: List of 'vnic.EthAdapterPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthAdapterPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthAdapterPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthAdapterPolicy' vnic.EthIfOldInfo: title: EthIf Old Deployed Info description: Deployed information related to lease and vif id. x-allOf-name: vnic.EthIfOldInfo allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.EthIfOldInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthIfOldInfo default: vnic.EthIfOldInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthIfOldInfo default: vnic.EthIfOldInfo x-enum-as-string: true MacAddress: description: Old MAC Address associated with the interface. type: string readOnly: true x-omitempty: true MacAddressType: description: 'Type of allocation selected to assign a MAC address for the vnic. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true MacLease: description: Mac Address Lease taken for the vnic configured in the Lan Connectivity Policy. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef readOnly: true x-omitempty: true MacPool: description: Mac Address Pool configured in the Lan Connectivity Policy. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef readOnly: true x-omitempty: true StandbyVifId: description: Old Standby Vif id that was associated with the interface. type: integer format: int64 readOnly: true x-omitempty: true StaticMacAddress: description: 'The MAC address must be in hexadecimal format xx:xx:xx:xx:xx:xx. To ensure uniqueness of MACs in the LAN fabric, you are strongly encouraged to use the following MAC prefix 00:25:B5:xx:xx:xx.' type: string readOnly: true x-omitempty: true VifId: description: Old Vif id that was associated with the interface. type: integer format: int64 readOnly: true x-omitempty: true ippool.ShadowBlock.Relationship: description: A relationship to the 'ippool.ShadowBlock' resource, or the expanded 'ippool.ShadowBlock' resource, or the 'null' value. x-one-of-name: ippool.ShadowBlock.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.ShadowBlock' discriminator: propertyName: ClassId vnic.TcpOffloadSettings: title: TCP Offload description: The TCP offload settings decide whether to offload the TCP related network functions from the CPU to the network hardware or not. These options help reduce the CPU overhead and increase the network throughput. x-allOf-name: vnic.TcpOffloadSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.TcpOffloadSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.TcpOffloadSettings default: vnic.TcpOffloadSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.TcpOffloadSettings default: vnic.TcpOffloadSettings x-enum-as-string: true LargeReceive: description: Enables the reassembly of segmented packets in hardware before sending them to the CPU. type: boolean default: true x-omitempty: true LargeSend: description: Enables the CPU to send large packets to the hardware for segmentation. type: boolean default: true x-omitempty: true RxChecksum: description: When enabled, the CPU sends all packet checksums to the hardware for validation. type: boolean default: true x-omitempty: true TxChecksum: description: When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated. type: boolean default: true x-omitempty: true vnic.SanConnectivityPolicy: title: SAN Connectivity description: 'The SanConnectivityPolicy object governs the connectivity between servers and the storage area network (SAN). It abstracts the configuration of virtual host bus adapters (vHBAs), ensuring streamlined storage access and management. #### Purpose SanConnectivityPolicy centralizes the definition and management of SAN connections, handling assignment of WWN addresses, zoning, and integration with storage-related policies. #### Key Concepts - **Centralized SAN Management:** Simplifies and standardizes SAN connectivity for server environments. - **vHBA Configuration:** Manages the lifecycle and settings of virtual HBAs. - **Policy Integration:** Connects to WWN pools and storage zoning policies for comprehensive SAN.' x-allOf-name: vnic.SanConnectivityPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.SanConnectivityPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.SanConnectivityPolicy default: vnic.SanConnectivityPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.SanConnectivityPolicy default: vnic.SanConnectivityPolicy x-enum-as-string: true PlacementMode: description: 'The mode used for placement of vNICs on network adapters. It can either be Auto or Custom. * `custom` - The placement of the vNICs / vHBAs on network adapters is manually chosen by the user. * `auto` - The placement of the vNICs / vHBAs on network adapters is automatically determined by the system.' type: string enum: - custom - auto default: custom x-omitempty: true StaticWwnnAddress: description: 'The WWNN address for the server node must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN''s in the SAN fabric, you are strongly encouraged to use the WWN prefix - 20:00:00:25:B5:xx:xx:xx.' type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-omitempty: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone x-omitempty: true WwnnAddressType: description: 'Type of allocation selected to assign a WWNN address for the server node. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL x-omitempty: true FcIfs: description: An array of relationships to vnicFcIf resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIf.Relationship' Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Profiles: deprecated: true x-sunset: '2028-03-01' description: An array of relationships to policyAbstractConfigProfile resources. type: - array - 'null' items: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship WwnnPool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.FcAdapterPolicyInventory.Relationship: description: A relationship to the 'vnic.FcAdapterPolicyInventory' resource, or the expanded 'vnic.FcAdapterPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.FcAdapterPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory' discriminator: propertyName: ClassId vnic.FcQosPolicyInventory.List: title: List of 'vnic.FcQosPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcQosPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcQosPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcQosPolicyInventory' ippool.Pool: title: Ippool:Pool description: Pool represents a collection of IPv4 and/or IPv6 addresses that can be allocated to other configuration entities like server profiles. x-allOf-name: ippool.Pool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractPool - type: object description: Definition of the list of properties defined in 'ippool.Pool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.Pool default: ippool.Pool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.Pool default: ippool.Pool x-enum-as-string: true EnableBlockLevelSubnetConfig: description: Enables subnet configuration at the block level. type: boolean x-omitempty: true IpV4Blocks: type: - array - 'null' items: description: Collection of IPv4 blocks. $ref: '#/components/schemas/ippool.IpV4Block' x-omitempty: true IpV4Config: description: Netmask, Gateway and DNS settings for IPv4 addresses. $ref: '#/components/schemas/ippool.IpV4Config' x-omitempty: true IpV6Blocks: type: - array - 'null' items: description: Collection of IPv6 blocks. $ref: '#/components/schemas/ippool.IpV6Block' x-omitempty: true IpV6Config: description: Netmask, Gateway and DNS settings for IPv6 addresses. $ref: '#/components/schemas/ippool.IpV6Config' x-omitempty: true V4Assigned: description: Number of IPv4 addresses currently in use. type: integer format: int64 readOnly: true x-omitempty: true V4Size: description: Number of IPv4 addresses in this pool. type: integer format: int64 readOnly: true x-omitempty: true V6Assigned: description: Number of IPv6 addresses currently in use. type: integer format: int64 readOnly: true x-omitempty: true V6Size: description: Number of IPv6 addresses in this pool. type: integer format: int64 readOnly: true x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Reservations: description: An array of relationships to ippoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.Reservation.Relationship' ShadowPools: description: An array of relationships to ippoolShadowPool resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.ShadowPool.Relationship' readOnly: true fcpool.Reservation: title: Fcpool:Reservation description: 'The Reservation object is utilized to hold reserved identity information, managing the allocation of resources within pools. #### Purpose The Reservation object serves as a mechanism to manage reserved identities within pools for future allocation, providing a structured approach to resource allocation and reservation management. #### Key Concepts - **Identity Management:** Facilitates the reservation of WWN identities for future allocation within pools. - **Resource Allocation:** Ensures that reserved identities are allocated appropriately, supporting dynamic and static allocation types. - **Access Control:** Enables authorized users to manage reservations, maintaining secure and efficient resource management.' x-allOf-name: fcpool.Reservation allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.Reservation - type: object description: Definition of the list of properties defined in 'fcpool.Reservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.Reservation default: fcpool.Reservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.Reservation default: fcpool.Reservation x-enum-as-string: true IdPurpose: description: Purpose of this WWN ID. Purpose can be WWPN or WWNN. type: string x-createOnly: true x-omitempty: true Identity: description: WWN ID that needs to be reserved. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-createOnly: true x-omitempty: true Block: $ref: '#/components/schemas/fcpool.FcBlock.Relationship' description: 'A reference to a fcpoolFcBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Pool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' PoolMember: $ref: '#/components/schemas/fcpool.PoolMember.Relationship' description: 'A reference to a fcpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/fcpool.Universe.Relationship' description: 'A reference to a fcpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.LanConnectivityPolicy.List: title: List of 'vnic.LanConnectivityPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.LanConnectivityPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.LanConnectivityPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.LanConnectivityPolicy' vnic.EthTxQueueSettings: title: Queue Settings description: Transmit Queue resource settings. x-allOf-name: vnic.EthTxQueueSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.EthTxQueueSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthTxQueueSettings default: vnic.EthTxQueueSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthTxQueueSettings default: vnic.EthTxQueueSettings x-enum-as-string: true Count: description: The number of queue resources to allocate. type: integer format: int64 default: 1 minimum: 1 maximum: 1000 x-omitempty: true RingSize: description: The number of descriptors in each queue. type: integer format: int64 default: 4096 minimum: 64 maximum: 16384 x-omitempty: true ippool.Universe: title: Ippool:Universe description: Universe represents a book keeping container to keep track of all IP Addresses for a given VRF. x-allOf-name: ippool.Universe allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'ippool.Universe', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.Universe default: ippool.Universe x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.Universe default: ippool.Universe x-enum-as-string: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ippool.BlockLease: title: Ippool:Block Lease description: BlockLease represents an IP address that is allocated from a pool to a specific entity like server profile. x-allOf-name: ippool.BlockLease allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockLease - type: object description: Definition of the list of properties defined in 'ippool.BlockLease', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.BlockLease default: ippool.BlockLease x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.BlockLease default: ippool.BlockLease x-enum-as-string: true IpType: description: 'Type of the IP address requested. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' IpLeases: description: An array of relationships to ippoolIpLease resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.IpLease.Relationship' Pool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Universe: $ref: '#/components/schemas/ippool.Universe.Relationship' description: 'A reference to a ippoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true ippool.IpV4Block: title: Ippool:Ip V4 Block description: A block of IPv4 addresses. x-allOf-name: ippool.IpV4Block allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlockType - type: object description: Definition of the list of properties defined in 'ippool.IpV4Block', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.IpV4Block default: ippool.IpV4Block x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.IpV4Block default: ippool.IpV4Block x-enum-as-string: true From: description: First IPv4 address of the block. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true IdMappingPolicyMoid: description: The managed object ID of the ID mapping policy. type: string x-omitempty: true IpV4Config: description: Netmask, Gateway and DNS settings for IPv4 addresses. $ref: '#/components/schemas/ippool.IpV4Config' x-omitempty: true To: description: Last IPv4 address of the block. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true vnic.EthAdapterPolicy: title: Ethernet Adapter description: 'The EthAdapterPolicy object governs the behavior of Ethernet adapters, focusing on host-side features such as offloads, virtualization support, and advanced network functions. #### Purpose EthAdapterPolicy allows administrators to control the detailed functionality of network adapters, including enabling or disabling features like VXLAN, SR-IOV, and interrupt handling for performance tuning. #### Key Concepts - **Host-Side Feature Management:** Configures advanced adapter features for improved efficiency and performance. - **Comprehensive Control:** Supports settings for offloads, virtualization, and queue management.' x-allOf-name: vnic.EthAdapterPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.EthAdapterPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthAdapterPolicy default: vnic.EthAdapterPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthAdapterPolicy default: vnic.EthAdapterPolicy x-enum-as-string: true AdvancedFilter: description: Enables advanced filtering on the interface. type: boolean default: false x-omitempty: true ArfsSettings: description: Settings for Accelerated Receive Flow Steering to reduce the network latency and increase CPU cache efficiency. $ref: '#/components/schemas/vnic.ArfsSettings' x-omitempty: true CompletionQueueSettings: description: Completion Queue resource settings. $ref: '#/components/schemas/vnic.CompletionQueueSettings' x-omitempty: true EtherChannelPinningEnabled: description: Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning. type: boolean default: false x-omitempty: true GeneveEnabled: description: GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints. type: boolean default: false x-omitempty: true InterruptScaling: description: Enables Interrupt Scaling on the interface. type: boolean default: false x-omitempty: true InterruptSettings: description: Interrupt Settings for the virtual ethernet interface. $ref: '#/components/schemas/vnic.EthInterruptSettings' x-omitempty: true NvgreSettings: description: Network Virtualization using Generic Routing Encapsulation Settings. $ref: '#/components/schemas/vnic.NvgreSettings' x-omitempty: true PtpSettings: description: Settings for Precision Time Protocol which can provide precise time of day information and time-stampted inputs, as well as scheduled and/or synchronized outputs for a variety of systems. $ref: '#/components/schemas/vnic.PtpSettings' x-omitempty: true RoceSettings: description: Settings for RDMA over Converged Ethernet. $ref: '#/components/schemas/vnic.RoceSettings' x-omitempty: true RssHashSettings: description: Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores. $ref: '#/components/schemas/vnic.RssHashSettings' x-omitempty: true RssSettings: description: Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores. type: boolean default: true x-omitempty: true RxQueueSettings: description: Receive Queue resouce settings. $ref: '#/components/schemas/vnic.EthRxQueueSettings' x-omitempty: true TcpOffloadSettings: description: The TCP offload settings decide whether to offload the TCP related network functions from the CPU to the network hardware or not. $ref: '#/components/schemas/vnic.TcpOffloadSettings' x-omitempty: true TxQueueSettings: description: Transmit Queue resource settings. $ref: '#/components/schemas/vnic.EthTxQueueSettings' x-omitempty: true UplinkFailbackTimeout: description: Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC. type: integer format: int64 default: 5 minimum: 0 maximum: 600 x-omitempty: true VxlanSettings: description: Virtual Extensible LAN Protocol Settings. $ref: '#/components/schemas/vnic.VxlanSettings' x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.VifIdPool: title: Vnic:Vif Id Pool description: Identifier pool that generates a unique identity to be used for provisioning the virtual path between the vethernet / vfc and the corresponding vNIC / vHBA on the adapter. x-allOf-name: vnic.VifIdPool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'vnic.VifIdPool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VifIdPool default: vnic.VifIdPool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VifIdPool default: vnic.VifIdPool x-enum-as-string: true GapAvailableIds: type: - array - 'null' items: description: Used to store any freed up IDs between 0 and 'nextAvailId'. type: integer format: int64 x-omitempty: true NextAvailableId: description: Shows the next available channel number ID to be allocated for a vNIC. type: integer format: int64 x-omitempty: true NetworkElement: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship description: 'A reference to a networkElement resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.Lun: title: Lun Interface description: Lun specific parameters that will be part of a vNIC. x-allOf-name: vnic.Lun allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.Lun', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.Lun default: vnic.Lun x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.Lun default: vnic.Lun x-enum-as-string: true Bootable: description: Specifies LUN is bootable. type: boolean x-omitempty: true LunId: description: The Identifier of the LUN. type: integer format: int64 minimum: 0 x-omitempty: true vnic.EthNetworkPolicy.Relationship: description: A relationship to the 'vnic.EthNetworkPolicy' resource, or the expanded 'vnic.EthNetworkPolicy' resource, or the 'null' value. x-one-of-name: vnic.EthNetworkPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthNetworkPolicy' discriminator: propertyName: ClassId vnic.EthInterruptSettings: title: Interrupt Settings description: Interrupt settings for the virtual ethernet interface. x-allOf-name: vnic.EthInterruptSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.EthInterruptSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthInterruptSettings default: vnic.EthInterruptSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthInterruptSettings default: vnic.EthInterruptSettings x-enum-as-string: true CoalescingTime: description: The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field. type: integer format: int64 default: 125 minimum: 0 maximum: 65535 x-omitempty: true CoalescingType: description: 'Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field. * `MIN` - The system waits for the time specified in the Coalescing Time field before sending another interrupt event. * `IDLE` - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.' type: string enum: - MIN - IDLE default: MIN x-omitempty: true Count: description: The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources. type: integer format: int64 default: 8 minimum: 1 maximum: 1024 x-omitempty: true Mode: description: 'Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option. * `MSIx` - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option. * `MSI` - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts. * `INTx` - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.' type: string enum: - MSIx - MSI - INTx default: MSIx x-omitempty: true vnic.EthIfInventory: title: Virtual Ethernet Interface description: 'The EthIf object represents a virtual Ethernet interface (vNIC) within Cisco’s infrastructure. It serves as an abstraction of a network interface presented to the operating system, managed through higher-level policies. #### Purpose EthIf enables detailed configuration of virtual Ethernet connectivity for servers, including placement, MAC address assignment, and association with policies governing network behavior and quality of service. #### Key Concepts - **Abstraction of Network Interfaces:** Provides a virtualized representation of Ethernet interfaces on server hardware. - **Policy Attachment:** Integrates with various policies (network, QoS, adapter) for unified control. - **Template Support:** Can be instantiated from templates, supporting both inheritance and overrides for flexibility. - **Failover and Redundancy:** Supports features like failover for high availability in fabric-attached environments.' x-allOf-name: vnic.EthIfInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.EthIfInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthIfInventory default: vnic.EthIfInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthIfInventory default: vnic.EthIfInventory x-enum-as-string: true Cdn: description: Consistent Device Naming configuration for the virtual NIC. $ref: '#/components/schemas/vnic.Cdn' readOnly: true x-omitempty: true FailoverEnabled: description: Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster. type: boolean default: false readOnly: true x-omitempty: true IscsiIpV4AddressAllocationType: description: 'Static/Pool/DHCP Type of IP address allocated to the vNIC. It is derived from iSCSI boot policy IP Address type. * `None` - Type indicates that there is no IP associated to an vnic. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - None - DHCP - Static - Pool default: None readOnly: true x-omitempty: true IscsiIpV4Config: description: IPV4 configurations such as Netmask, Gateway and DNS for iSCSI vNIC. $ref: '#/components/schemas/ippool.IpV4Config' readOnly: true x-omitempty: true IscsiIpV6AddressAllocationType: description: 'Static/Pool/DHCP Type of IPv6 address allocated to the vNIC. It is derived from iSCSI boot policy IP Address type. * `None` - Type indicates that there is no IP associated to an vnic. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - None - DHCP - Static - Pool default: None readOnly: true x-omitempty: true IscsiIpV6Config: description: IPv6 configurations such as Prefix, Gateway and DNS for iSCSI vNIC. $ref: '#/components/schemas/ippool.IpV6Config' readOnly: true x-omitempty: true IscsiIpv4Address: description: IP address associated to the vNIC. 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 IscsiIpv6Address: description: IPv6 address associated to the iSCSI vNIC. 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 MacAddress: description: The MAC address that is assigned to the vNIC based on the MAC pool that has been assigned to the LAN Connectivity Policy. type: string readOnly: true x-omitempty: true MacAddressType: description: 'Type of allocation selected to assign a MAC address for the vnic. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true Name: description: Name of the virtual ethernet interface. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 readOnly: true x-omitempty: true NetFlowMonitorSessions: type: - array - 'null' items: description: NetFlow Monitor on Vethernet, Maximum NetFlow monitors per veth are two. $ref: '#/components/schemas/vnic.NetFlowMonitorSession' readOnly: true x-omitempty: true OldInfo: description: Deployed information related to lease and vif id. $ref: '#/components/schemas/vnic.EthIfOldInfo' readOnly: true x-omitempty: true Order: description: The order in which the virtual interface is brought up. The order assigned to an interface should be unique for all the Ethernet and Fibre-Channel interfaces on each PCI link on a VIC adapter. The order should start from zero with no overlaps. The maximum value of PCI order is limited by the number of virtual interfaces (Ethernet and Fibre-Channel) on each PCI link on a VIC adapter. All VIC adapters have a single PCI link except VIC 1340, VIC 1380 and VIC 1385 which have two. type: integer format: int64 minimum: 0 readOnly: true x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true PinGroupName: description: Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic. type: string pattern: ^$|^[a-zA-Z0-9_.:-]{1,64}$ readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' readOnly: true x-omitempty: true SriovSettings: description: Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. $ref: '#/components/schemas/vnic.SriovSettings' readOnly: true x-omitempty: true Stale: description: An EthIf is marked stale if it was deployed to the endpoint and the LAN Connectivity Policy associated with the server profile does not have this EthIf anymore. This maybe due to the LAN Connectivity Policy being removed from the server profile or a different LAN Connectivity Policy is attached which does not include any EthIf with the same name. type: boolean readOnly: true x-omitempty: true StandbyVifId: description: The Standby VIF Id is applicable for failover enabled vNICS. It should be the same as the channel number of the standby vethernet created on switch in order to set up the standby data path. type: integer format: int64 readOnly: true x-omitempty: true StaticMacAddress: description: 'The MAC address must be in hexadecimal format xx:xx:xx:xx:xx:xx. To ensure uniqueness of MACs in the LAN fabric, you are strongly encouraged to use the following MAC prefix 00:25:B5:xx:xx:xx.' type: string readOnly: true x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry readOnly: true x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true UsnicSettings: description: User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. $ref: '#/components/schemas/vnic.UsnicSettings' readOnly: true x-omitempty: true VifId: description: The Vif Id should be same as the channel number of the vethernet created on switch in order to set up the data path. The property is applicable only for FI attached servers where a vethernet is created on the switch for every vNIC. type: integer format: int64 readOnly: true x-omitempty: true VmqSettings: description: Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. $ref: '#/components/schemas/vnic.VmqSettings' readOnly: true x-omitempty: true EthAdapterPolicy: $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory.Relationship' description: 'A reference to a vnicEthAdapterPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true EthNetworkPolicy: $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory.Relationship' description: 'A reference to a vnicEthNetworkPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true EthQosPolicy: $ref: '#/components/schemas/vnic.EthQosPolicyInventory.Relationship' description: 'A reference to a vnicEthQosPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FabricEthNetworkControlPolicy: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.EthNetworkControlPolicyInventory.Relationship description: 'A reference to a fabricEthNetworkControlPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FabricEthNetworkGroupPolicy: description: An array of relationships to fabricEthNetworkGroupPolicyInventory resources. type: - array - 'null' items: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.EthNetworkGroupPolicyInventory.Relationship readOnly: true IpLease: $ref: '#/components/schemas/ippool.IpLease.Relationship' description: 'A reference to a ippoolIpLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IscsiBootPolicy: $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory.Relationship' description: 'A reference to a vnicIscsiBootPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true LanConnectivityPolicy: $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory.Relationship' description: 'A reference to a vnicLanConnectivityPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true LcpVnic: $ref: '#/components/schemas/vnic.EthIfInventory.Relationship' description: 'A reference to a vnicEthIfInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true MacLease: $ref: '#/components/schemas/macpool.Lease.Relationship' description: 'A reference to a macpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true MacPool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SpVnics: description: An array of relationships to vnicEthIfInventory resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIfInventory.Relationship' readOnly: true SrcTemplate: $ref: '#/components/schemas/vnic.VnicTemplate.Relationship' description: 'A reference to a vnicVnicTemplate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.VhbaTemplate: title: vHBA template description: "The vHBA template consists of the common vHBA configuration, which can be reused across multiple vHBAs. vHBAs can be created from the template using the Derive operation. Additionally, an existing vHBA can be attached to a template to use the configuration set in the template.\nTo derive vHBAs from a vHBA template, you must use the asynchronous /v1/bulk/MoCloners bulk API.\nDeriving vHBAs from a vHBA Template\nURL: /v1/bulk/MoCloners\nMethod: POST\nHeaders:\n - Key: \"prefer\"\n Value: \"respond-async\"\nBody: >\n {\n \"Sources\": [\n {\n \"Moid\": \"xxxx\",\n \"ObjectType\": \"vnic.VhbaTemplate\"\n }\n ],\n \"Targets\": [\n {\n \"Name\": \"test-vh2\",\n \"SanConnectivityPolicy\": \"aaaaa\",\n \"ObjectType\": \"vnic.FcIf\"\n }\n ],\n \"WorkflowNameSuffix\": \"Derive vHBA from a Template\",\n \"Organization\": {\n \"Moid\": \"oooo\",\n \"ObjectType\": \"organization.Organization\"\n }\n}\nThe API response includes the \"AsyncResult\"->bulk.Result MO reference. API clients must poll the bulk.Result MO to monitor the status of the operation.\nThe bulk.Result object also includes a reference to a monitoring workflow, which is accessible from the 'Requests' tab in the UI.\nManaging Template Updates\nWhen the vHBA template is updated, the system initiates an automatic call to the /v1/bulk/MoMergers API to synchronize the template changes to all derived vHBA instances asynchronously. The status of the sync operation can be obtained by performing a query on vnic EthIf MO -\n$filter=SrcTemplate.Moid eq 'xxx'&$apply=groupby ( (TemplateSyncStatus), aggregate ($count as count))\nOverride Option for vHBA Templates\nWhen enabled, this feature allows the configuration of the derived vHBA to override the configuration available in the template during vHBA create or update.\nYou can query the list of overridable properties for a vHBA template from the Template Catalog. Use the following catalog API query:\nURL: /v1/capability/TemplateCatalogs\nQuery: $filter= (Name eq ‘VhbaTemplate’)&$select=AllowedOverrideList\nOnce a property is overridden on a derived vHBA, it will be added to the ‘OverriddenList’ property on the vnic FcIf MO.\nURL: /v1/vnic/FcIfs\nQuery: $select=SrcTemplate, OverriddenList\nWhen override is disabled on the template, derived vHBA will have same configuration as the template." x-allOf-name: vnic.VhbaTemplate allOf: - $ref: '#/components/schemas/vnic.BaseFcIf' - type: object description: Definition of the list of properties defined in 'vnic.VhbaTemplate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VhbaTemplate default: vnic.VhbaTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VhbaTemplate default: vnic.VhbaTemplate x-enum-as-string: true Description: description: Description of the vHBA template. type: string x-omitempty: true EnableOverride: description: When enabled, the configuration of the derived instances may override the template configuration. type: boolean x-omitempty: true Name: description: Name of the vHBA template. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 x-omitempty: true PeerVhbaName: description: Name of the peer vHBA which belongs to the peer FI. type: string x-omitempty: true ScpUsageCount: description: The count of the San Connectivity Policies using vHBA template. type: integer format: int64 readOnly: true x-omitempty: true SwitchId: description: 'The fabric port to which the vHBAs will be associated. * `None` - Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value ''None'' should be used. * `A` - Fabric A of the FI cluster. * `B` - Fabric B of the FI cluster.' type: string enum: - None - A - B default: None x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action from the current template only to failed objects (syncFailed). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync template action, there can be two action parameters- name-SyncType, value-SyncFailed. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry x-omitempty: true UpdateStatus: description: 'The template sync status with all derived objects. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true UsageCount: description: The number of objects derived from a Template MO instance. type: integer format: int64 readOnly: true x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.VifIdPool.Response: description: "The response body of a HTTP GET request for the 'vnic.VifIdPool' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.VifIdPool' resources." x-one-of-name: vnic.VifIdPool.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.VifIdPool.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType fcpool.FcBlock: title: Fcpool:Fc Block description: 'A Block object represents a sequential range of WWN (World Wide Name) addresses defined by a start and end address. A pool can contain multiple blocks. #### Purpose The block object serves as a fundamental unit within a WWN pool, enabling efficient management and allocation of contiguous network identifiers. #### Key Concepts - **Range Definition:** Represents a contiguous range of WWN addresses with defined start and end values. - **Identifier Type:** Manages WWN-based identifiers used in network fabrics. - **Pool Association:** Functions as a core component within WWN pools for structured resource management. - **Contiguity:** Ensures sequential and non-overlapping address allocation for optimal utilization.' x-allOf-name: fcpool.FcBlock allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlock - type: object description: Definition of the list of properties defined in 'fcpool.FcBlock', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.FcBlock default: fcpool.FcBlock x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.FcBlock default: fcpool.FcBlock x-enum-as-string: true IdBlock: description: A block of WWN addresses. $ref: '#/components/schemas/fcpool.Block' x-omitempty: true Pool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservations: description: An array of relationships to fcpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/fcpool.Reservation.Relationship' readOnly: true vnic.EthIf.Relationship: description: A relationship to the 'vnic.EthIf' resource, or the expanded 'vnic.EthIf' resource, or the 'null' value. x-one-of-name: vnic.EthIf.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthIf' discriminator: propertyName: ClassId vnic.ServiceEthIfInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.ServiceEthIfInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.ServiceEthIfInventory' resources." x-one-of-name: vnic.ServiceEthIfInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.ServiceEthIfInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.LcpStatus.List: title: List of 'vnic.LcpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.LcpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.LcpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.LcpStatus' vnic.FcQosPolicy.Relationship: description: A relationship to the 'vnic.FcQosPolicy' resource, or the expanded 'vnic.FcQosPolicy' resource, or the 'null' value. x-one-of-name: vnic.FcQosPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcQosPolicy' discriminator: propertyName: ClassId vnic.ServiceEthIfInventory.List: title: List of 'vnic.ServiceEthIfInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.ServiceEthIfInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.ServiceEthIfInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.ServiceEthIfInventory' vnic.ServiceEthIf: title: Service Virtual Ethernet Interface description: Service Virtual Ethernet Interface is created on each adapter to export netflow records to the collector via the Fabric Interconnect. x-allOf-name: vnic.ServiceEthIf allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'vnic.ServiceEthIf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.ServiceEthIf default: vnic.ServiceEthIf x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.ServiceEthIf default: vnic.ServiceEthIf x-enum-as-string: true AdapterId: description: Adapter Information for server. type: string x-omitempty: true Name: description: Name of the service virtual ethernet interface. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true VifId: description: The Vif Id should be same as the channel number of the vethernet created on switch in order to set up the data path. The property is applicable only for Fabric Interconnect attached servers where a vethernet is created on the switch for every vNIC. type: integer format: int64 readOnly: true x-omitempty: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' fcpool.PoolMember.Relationship: description: A relationship to the 'fcpool.PoolMember' resource, or the expanded 'fcpool.PoolMember' resource, or the 'null' value. x-one-of-name: fcpool.PoolMember.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.PoolMember' discriminator: propertyName: ClassId iqnpool.Pool: title: Iqnpool:Pool description: Pool represents a collection of iSCSI Qualified Names (IQNs) for use as initiator identifiers by iSCSI vNICs. x-allOf-name: iqnpool.Pool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractPool - type: object description: Definition of the list of properties defined in 'iqnpool.Pool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.Pool default: iqnpool.Pool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.Pool default: iqnpool.Pool x-enum-as-string: true IqnSuffixBlocks: type: - array - 'null' items: description: Collection of IQN blocks. $ref: '#/components/schemas/iqnpool.IqnSuffixBlock' x-omitempty: true Prefix: description: The prefix for any IQN blocks created for this pool. IQN Prefix must have the following format "iqn.yyyy-mm.naming-authority", where naming-authority is usually the reverse syntax of the Internet domain name of the naming authority. type: string x-omitempty: true BlockHeads: description: An array of relationships to iqnpoolBlock resources. type: - array - 'null' items: $ref: '#/components/schemas/iqnpool.Block.Relationship' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Reservations: description: An array of relationships to iqnpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/iqnpool.Reservation.Relationship' fcpool.Pool.Relationship: description: A relationship to the 'fcpool.Pool' resource, or the expanded 'fcpool.Pool' resource, or the 'null' value. x-one-of-name: fcpool.Pool.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.Pool' discriminator: propertyName: ClassId vnic.PlogiSettings: title: Plogi Settings description: Fibre Channel Plogi Settings. x-allOf-name: vnic.PlogiSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.PlogiSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.PlogiSettings default: vnic.PlogiSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.PlogiSettings default: vnic.PlogiSettings x-enum-as-string: true Retries: description: The number of times that the system tries to log in to a port after the first failure. type: integer format: int64 default: 8 minimum: 0 maximum: 255 x-omitempty: true Timeout: description: The number of milliseconds that the system waits before it tries to log in again. type: integer format: int64 default: 20000 minimum: 1000 maximum: 255000 x-omitempty: true iqnpool.Reservation: title: Iqnpool:Reservation description: The IQN reservation object, used to hold reserved identity. x-allOf-name: iqnpool.Reservation allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.Reservation - type: object description: Definition of the list of properties defined in 'iqnpool.Reservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.Reservation default: iqnpool.Reservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.Reservation default: iqnpool.Reservation x-enum-as-string: true Identity: description: IQN identity to be reserved. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) x-createOnly: true x-omitempty: true IqnNumber: description: Number of the IQN address. IQN Address is constructed as ::. type: integer format: int64 readOnly: true x-omitempty: true IqnPrefix: description: Prefix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true IqnSuffix: description: Suffix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true Block: $ref: '#/components/schemas/iqnpool.Block.Relationship' description: 'A reference to a iqnpoolBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Pool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' PoolMember: $ref: '#/components/schemas/iqnpool.PoolMember.Relationship' description: 'A reference to a iqnpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/iqnpool.Universe.Relationship' description: 'A reference to a iqnpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ippool.ReservationReference: title: Ippool:Reservation Reference description: The reference to the reservation object. x-allOf-name: ippool.ReservationReference allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.ReservationReference - type: object description: Definition of the list of properties defined in 'ippool.ReservationReference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.ReservationReference default: ippool.ReservationReference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.ReservationReference default: ippool.ReservationReference x-enum-as-string: true ConsumerName: description: The consumer name for which the reserved IP would be used. type: string x-omitempty: true ConsumerType: description: 'The consumer type for which the reserved IP would be used. * `OutofbandIpv4-Access` - IP reservation would be used for out of band management. * `InbandIpv4-Access` - IP reservation would be used for inband management. * `InbandIpv6-Access` - IP reservation would be used for inband management. * `ISCSI` - IP reservation would be used for ISCSI management.' type: string enum: - OutofbandIpv4-Access - InbandIpv4-Access - InbandIpv6-Access - ISCSI default: OutofbandIpv4-Access x-omitempty: true vnic.IscsiStaticTargetPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiStaticTargetPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiStaticTargetPolicy' resources." x-one-of-name: vnic.IscsiStaticTargetPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.NvgreSettings: title: NVGRE Settings description: Network Virtualization using Generic Routing Encapsulation Settings. x-allOf-name: vnic.NvgreSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.NvgreSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.NvgreSettings default: vnic.NvgreSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.NvgreSettings default: vnic.NvgreSettings x-enum-as-string: true Enabled: description: Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface. type: boolean default: false x-omitempty: true ippool.BlockLease.Relationship: description: A relationship to the 'ippool.BlockLease' resource, or the expanded 'ippool.BlockLease' resource, or the 'null' value. x-one-of-name: ippool.BlockLease.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.BlockLease' discriminator: propertyName: ClassId vnic.FlogiSettings: title: Flogi Settings description: Fibre Channel Flogi Settings. x-allOf-name: vnic.FlogiSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.FlogiSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FlogiSettings default: vnic.FlogiSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FlogiSettings default: vnic.FlogiSettings x-enum-as-string: true Retries: description: The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295. type: integer format: int64 default: 8 minimum: 0 x-omitempty: true Timeout: description: The number of milliseconds that the system waits before it tries to log in again. type: integer format: int64 default: 4000 minimum: 1000 maximum: 255000 x-omitempty: true iqnpool.Lease.Relationship: description: A relationship to the 'iqnpool.Lease' resource, or the expanded 'iqnpool.Lease' resource, or the 'null' value. x-one-of-name: iqnpool.Lease.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.Lease' discriminator: propertyName: ClassId ippool.IpLease.Relationship: description: A relationship to the 'ippool.IpLease' resource, or the expanded 'ippool.IpLease' resource, or the 'null' value. x-one-of-name: ippool.IpLease.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.IpLease' discriminator: propertyName: ClassId vnic.FcQueueSettings: title: Queue Settings description: Transmit/Receive Queue resource settings. x-allOf-name: vnic.FcQueueSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.FcQueueSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcQueueSettings default: vnic.FcQueueSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcQueueSettings default: vnic.FcQueueSettings x-enum-as-string: true Count: description: The number of queue resources to allocate. type: integer format: int64 default: 1 minimum: 1 maximum: 1 readOnly: true x-omitempty: true RingSize: description: The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048. type: integer format: int64 default: 64 minimum: 64 x-omitempty: true fcpool.Universe.Relationship: description: A relationship to the 'fcpool.Universe' resource, or the expanded 'fcpool.Universe' resource, or the 'null' value. x-one-of-name: fcpool.Universe.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.Universe' discriminator: propertyName: ClassId vnic.FcIfInventory.Relationship: description: A relationship to the 'vnic.FcIfInventory' resource, or the expanded 'vnic.FcIfInventory' resource, or the 'null' value. x-one-of-name: vnic.FcIfInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcIfInventory' discriminator: propertyName: ClassId vnic.ArfsSettings: title: ARFS Settings description: Settings for Accelerated Receive Flow Steering to reduce the network latency and increase CPU cache efficiency. x-allOf-name: vnic.ArfsSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.ArfsSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.ArfsSettings default: vnic.ArfsSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.ArfsSettings default: vnic.ArfsSettings x-enum-as-string: true Enabled: description: Status of Accelerated Receive Flow Steering on the virtual ethernet interface. type: boolean default: false x-omitempty: true fcpool.ReservationReference: title: Fcpool:Reservation Reference description: The reference to the reservation object. x-allOf-name: fcpool.ReservationReference allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.ReservationReference - type: object description: Definition of the list of properties defined in 'fcpool.ReservationReference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.ReservationReference default: fcpool.ReservationReference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.ReservationReference default: fcpool.ReservationReference x-enum-as-string: true ConsumerName: description: The consumer name for which the reserved fc pool would be used. type: string x-omitempty: true ConsumerType: description: 'The consumer type for which the reserved fc pool would be used. * `Vhba` - FC reservation would be used by Vhba. * `WWNN` - FC reservation would be used by WWNN.' type: string enum: - Vhba - WWNN default: Vhba x-omitempty: true fcpool.Reservation.Relationship: description: A relationship to the 'fcpool.Reservation' resource, or the expanded 'fcpool.Reservation' resource, or the 'null' value. x-one-of-name: fcpool.Reservation.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.Reservation' discriminator: propertyName: ClassId ippool.IpV4Config: title: Ippool:Ip V4 Config description: Network interface configuration data for IPv4 interfaces. Netmask, Gateway and DNS settings. x-allOf-name: ippool.IpV4Config allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'ippool.IpV4Config', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.IpV4Config default: ippool.IpV4Config x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.IpV4Config default: ippool.IpV4Config x-enum-as-string: true Gateway: description: IP address of the default IPv4 gateway. type: string pattern: ^$|^([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])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true Netmask: description: A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address. type: string pattern: ^$|^(((255\.){3}(255|254|252|248|240|224|192|128|0+))|((255\.){2}(255|254|252|248|240|224|192|128|0+)\.0)|((255\.)(255|254|252|248|240|224|192|128|0+)(\.0+){2})|((255|254|252|248|240|224|192|128|0+)(\.0+){3}))$ x-omitempty: true PrimaryDns: description: IP Address of the primary Domain Name System (DNS) server. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true SecondaryDns: description: IP Address of the secondary Domain Name System (DNS) server. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-omitempty: true vnic.LanSettings.List: title: List of 'vnic.LanSettings' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.LanSettings'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.LanSettings' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.LanSettings' vnic.VmqSettings: title: VMQ Settings description: Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. x-allOf-name: vnic.VmqSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.VmqSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VmqSettings default: vnic.VmqSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VmqSettings default: vnic.VmqSettings x-enum-as-string: true Enabled: description: Enables VMQ feature on the virtual interface. type: boolean default: false x-omitempty: true MultiQueueSupport: description: Enables Virtual Machine Multi-Queue feature on the virtual interface. VMMQ allows configuration of multiple I/O queues for a single VM and thus distributes traffic across multiple CPU cores in a VM. type: boolean default: false x-omitempty: true NumInterrupts: description: The number of interrupt resources to be allocated. Recommended value is the number of CPU threads or logical processors available in the server. type: integer format: int64 default: 16 minimum: 1 maximum: 514 x-omitempty: true NumSubVnics: description: The number of sub vNICs to be created. type: integer format: int64 default: 64 minimum: 0 maximum: 64 x-omitempty: true NumVmqs: description: The number of hardware Virtual Machine Queues to be allocated. The number of VMQs per adapter must be one more than the maximum number of VM NICs. type: integer format: int64 default: 4 minimum: 1 maximum: 128 x-omitempty: true VmmqAdapterPolicy: description: Ethernet Adapter policy to be associated with the Sub vNICs. The Transmit Queue and Receive Queue resource value of VMMQ adapter policy should be greater than or equal to the configured number of sub vNICs. type: string x-omitempty: true vnic.EthVnicInventory: title: Ethernet vnic description: QoS settings of server’s vNIC. x-allOf-name: vnic.EthVnicInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.EthVnicInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthVnicInventory default: vnic.EthVnicInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthVnicInventory default: vnic.EthVnicInventory x-enum-as-string: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 readOnly: true x-omitempty: true Mtu: description: The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts. type: integer format: int64 readOnly: true x-omitempty: true Name: description: Name of the virtual ethernet interface. type: string readOnly: true x-omitempty: true TrustHostCos: description: Enables usage of the Class of Service provided by the operating system. type: boolean default: false readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.RoceSettings: title: RoCE Settings description: Settings for RDMA over Converged Ethernet. x-allOf-name: vnic.RoceSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.RoceSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.RoceSettings default: vnic.RoceSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.RoceSettings default: vnic.RoceSettings x-enum-as-string: true ClassOfService: description: 'The Class of Service for RoCE on this virtual interface. * `5` - RDMA CoS Service Level 5. * `1` - RDMA CoS Service Level 1. * `2` - RDMA CoS Service Level 2. * `4` - RDMA CoS Service Level 4. * `6` - RDMA CoS Service Level 6.' type: integer enum: - 5 - 1 - 2 - 4 - 6 default: 5 x-omitempty: true Enabled: description: If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface. type: boolean x-omitempty: true MemoryRegions: description: The number of memory regions per adapter. Recommended value = integer power of 2. type: integer format: int64 default: 131072 minimum: 0 maximum: 524288 x-omitempty: true QueuePairs: description: The number of queue pairs per adapter. Recommended value = integer power of 2. type: integer format: int64 default: 256 minimum: 0 maximum: 8192 x-omitempty: true ResourceGroups: description: The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance. type: integer format: int64 default: 2 minimum: 0 maximum: 128 x-omitempty: true Version: description: 'Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters. * `1` - RDMA over Converged Ethernet Protocol Version 1. * `2` - RDMA over Converged Ethernet Protocol Version 2.' type: integer enum: - 1 - 2 default: 1 x-omitempty: true macpool.Lease.Relationship: description: A relationship to the 'macpool.Lease' resource, or the expanded 'macpool.Lease' resource, or the 'null' value. x-one-of-name: macpool.Lease.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.Lease' discriminator: propertyName: ClassId fcpool.Lease.Relationship: description: A relationship to the 'fcpool.Lease' resource, or the expanded 'fcpool.Lease' resource, or the 'null' value. x-one-of-name: fcpool.Lease.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.Lease' discriminator: propertyName: ClassId vnic.EthIfInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthIfInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthIfInventory' resources." x-one-of-name: vnic.EthIfInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthIfInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiAdapterPolicyInventory: title: iSCSI Adapter description: "The IscsiAdapterPolicy object governs the operational behavior of iSCSI adapters, including timeout and retry settings, to ensure robust and reliable storage connectivity.\n#### Purpose \nIscsiAdapterPolicy provides fine-grained control over iSCSI adapter parameters, optimizing connectivity and performance for network-based storage.\n#### Key Concepts\n- **Operational Control:** Manages connection timeouts, retry counts, and DHCP timeouts for iSCSI operations.\n- *Integration with Boot Policies:** Works in tandem with iSCSI boot and target policies." x-allOf-name: vnic.IscsiAdapterPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.IscsiAdapterPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiAdapterPolicyInventory default: vnic.IscsiAdapterPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiAdapterPolicyInventory default: vnic.IscsiAdapterPolicyInventory x-enum-as-string: true ConnectionTimeOut: description: The number of seconds to wait until Cisco UCS assumes that the initial login has failed and the iSCSI adapter is unavailable. type: integer format: int64 minimum: 0 maximum: 255 readOnly: true x-omitempty: true DhcpTimeout: description: The number of seconds to wait before the initiator assumes that the DHCP server is unavailable. type: integer format: int64 minimum: 60 maximum: 300 readOnly: true x-omitempty: true LunBusyRetryCount: description: The number of times to retry the connection in case of a failure during iSCSI LUN discovery. type: integer format: int64 minimum: 0 maximum: 60 readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iqnpool.Block: title: Iqnpool:Block description: A block of contiguous IQNs that are part of a pool. x-allOf-name: iqnpool.Block allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlock - type: object description: Definition of the list of properties defined in 'iqnpool.Block', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.Block default: iqnpool.Block x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.Block default: iqnpool.Block x-enum-as-string: true IqnSuffixBlock: description: A Block of IQN suffix Addresses. $ref: '#/components/schemas/iqnpool.IqnSuffixBlock' x-omitempty: true Prefix: description: Prefix of the IQN pool. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true Pool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservations: description: An array of relationships to iqnpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/iqnpool.Reservation.Relationship' readOnly: true vnic.FcIf.Response: description: "The response body of a HTTP GET request for the 'vnic.FcIf' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcIf' resources." x-one-of-name: vnic.FcIf.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcIf.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.SanSettingsOldInfo: title: Old San Settings description: Old San Settings that need to be preserved. x-allOf-name: vnic.SanSettingsOldInfo allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.SanSettingsOldInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.SanSettingsOldInfo default: vnic.SanSettingsOldInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.SanSettingsOldInfo default: vnic.SanSettingsOldInfo x-enum-as-string: true Wwnn: description: The WWNN address that is assigned to the server node based on the wwn pool that has been assigned in the SAN Connectivity Policy. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true WwnnAddressType: description: 'Type of allocation selected to assign a WWNN address for the server node. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true WwnnLease: description: One of the WWNN Addresses that is leased to the vHBA. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef readOnly: true x-omitempty: true WwnnPool: description: The WWN pool used for assigning the WWNN address to the server node. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef x-omitempty: true vnic.FcNetworkPolicy.Relationship: description: A relationship to the 'vnic.FcNetworkPolicy' resource, or the expanded 'vnic.FcNetworkPolicy' resource, or the 'null' value. x-one-of-name: vnic.FcNetworkPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcNetworkPolicy' discriminator: propertyName: ClassId vnic.IscsiBootPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiBootPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiBootPolicy' resources." x-one-of-name: vnic.IscsiBootPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiBootPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicyInventory.List: title: List of 'vnic.FcAdapterPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcAdapterPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcAdapterPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory' vnic.FcVethInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcVethInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcVethInventory' resources." x-one-of-name: vnic.FcVethInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcVethInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType fcpool.Universe: title: Fcpool:Universe description: Universe represents a book keeping container to keep track of all IDs for a given account and pool type. x-allOf-name: fcpool.Universe allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'fcpool.Universe', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.Universe default: fcpool.Universe x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.Universe default: fcpool.Universe x-enum-as-string: true Account: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.EthQosPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.EthQosPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthQosPolicy' resources." x-one-of-name: vnic.EthQosPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthQosPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiStaticTargetPolicyInventory: title: iSCSI Static Target description: 'The IscsiStaticTargetPolicy object defines the parameters for connecting to specific iSCSI targets, ensuring reachability and correct configuration for iSCSI boot or storage access. ####Purpose IscsiStaticTargetPolicy provides a standardized way to specify static iSCSI targets, including target names, IP addresses, ports, and associated LUN configurations. #### Key Concepts - **Target Specification:** Standardizes the definition of iSCSI targets for boot or data access. - **Policy Integration:** Used in conjunction with iSCSI boot policies for automated deployment.' x-allOf-name: vnic.IscsiStaticTargetPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.IscsiStaticTargetPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiStaticTargetPolicyInventory default: vnic.IscsiStaticTargetPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiStaticTargetPolicyInventory default: vnic.IscsiStaticTargetPolicyInventory x-enum-as-string: true IpAddress: description: The IP address assigned to the iSCSI target. type: string readOnly: true x-omitempty: true IscsiIpType: description: 'Type of the IP address requested for iSCSI vNIC - IPv4/IPv6. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 readOnly: true x-omitempty: true Lun: description: The LUN parameters associated with an iSCSI target. $ref: '#/components/schemas/vnic.Lun' readOnly: true x-omitempty: true Port: description: The port associated with the iSCSI target. type: integer format: int64 minimum: 1 maximum: 65535 readOnly: true x-omitempty: true TargetName: description: Qualified Name (IQN) or Extended Unique Identifier (EUI) name of the iSCSI target. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.SanConnectivityPolicyInventory.List: title: List of 'vnic.SanConnectivityPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.SanConnectivityPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.SanConnectivityPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory' vnic.EthIf: title: Virtual Ethernet Interface description: 'The EthIf object represents a virtual Ethernet interface (vNIC) within Cisco’s infrastructure. It serves as an abstraction of a network interface presented to the operating system, managed through higher-level policies. #### Purpose EthIf enables detailed configuration of virtual Ethernet connectivity for servers, including placement, MAC address assignment, and association with policies governing network behavior and quality of service. #### Key Concepts - **Abstraction of Network Interfaces:** Provides a virtualized representation of Ethernet interfaces on server hardware. - **Policy Attachment:** Integrates with various policies (network, QoS, adapter) for unified control. - **Template Support:** Can be instantiated from templates, supporting both inheritance and overrides for flexibility. - **Failover and Redundancy:** Supports features like failover for high availability in fabric-attached environments.' x-allOf-name: vnic.EthIf allOf: - $ref: '#/components/schemas/vnic.BaseEthIf' - type: object description: Definition of the list of properties defined in 'vnic.EthIf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthIf default: vnic.EthIf x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthIf default: vnic.EthIf x-enum-as-string: true IscsiIpV4AddressAllocationType: description: 'Static/Pool/DHCP Type of IP address allocated to the vNIC. It is derived from iSCSI boot policy IP Address type. * `None` - Type indicates that there is no IP associated to an vnic. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - None - DHCP - Static - Pool default: None readOnly: true x-omitempty: true IscsiIpV4Config: description: IPV4 configurations such as Netmask, Gateway and DNS for iSCSI vNIC. $ref: '#/components/schemas/ippool.IpV4Config' readOnly: true x-omitempty: true IscsiIpV6AddressAllocationType: description: 'Static/Pool/DHCP Type of IPv6 address allocated to the vNIC. It is derived from iSCSI boot policy IP Address type. * `None` - Type indicates that there is no IP associated to an vnic. * `DHCP` - The IP address is assigned using DHCP, if available. * `Static` - Static IPv4 address is assigned to the iSCSI boot interface based on the information entered in this area. * `Pool` - An IPv4 address is assigned to the iSCSI boot interface from the management IP address pool.' type: string enum: - None - DHCP - Static - Pool default: None readOnly: true x-omitempty: true IscsiIpV6Config: description: IPv6 configurations such as Prefix, Gateway and DNS for iSCSI vNIC. $ref: '#/components/schemas/ippool.IpV6Config' readOnly: true x-omitempty: true IscsiIpv4Address: description: IP address associated to the vNIC. 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 IscsiIpv6Address: description: IPv6 address associated to the iSCSI vNIC. 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 MacAddress: description: The MAC address that is assigned to the vNIC based on the MAC pool that has been assigned to the LAN Connectivity Policy. type: string readOnly: true x-omitempty: true MacAddressType: description: 'Type of allocation selected to assign a MAC address for the vnic. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL x-omitempty: true Name: description: Name of the virtual ethernet interface. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 x-omitempty: true NetFlowMonitorSessions: type: - array - 'null' items: description: NetFlow Monitor on Vethernet, Maximum NetFlow monitors per veth are two. $ref: '#/components/schemas/vnic.NetFlowMonitorSession' x-omitempty: true OldInfo: description: Deployed information related to lease and vif id. $ref: '#/components/schemas/vnic.EthIfOldInfo' readOnly: true x-omitempty: true Order: description: The order in which the virtual interface is brought up. The order assigned to an interface should be unique for all the Ethernet and Fibre-Channel interfaces on each PCI link on a VIC adapter. The order should start from zero with no overlaps. The maximum value of PCI order is limited by the number of virtual interfaces (Ethernet and Fibre-Channel) on each PCI link on a VIC adapter. All VIC adapters have a single PCI link except VIC 1340, VIC 1380 and VIC 1385 which have two. type: integer format: int64 minimum: 0 x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' x-omitempty: true Stale: description: An EthIf is marked stale if it was deployed to the endpoint and the LAN Connectivity Policy associated with the server profile does not have this EthIf anymore. This maybe due to the LAN Connectivity Policy being removed from the server profile or a different LAN Connectivity Policy is attached which does not include any EthIf with the same name. type: boolean readOnly: true x-omitempty: true StandbyVifId: description: The Standby VIF Id is applicable for failover enabled vNICS. It should be the same as the channel number of the standby vethernet created on switch in order to set up the standby data path. type: integer format: int64 readOnly: true x-omitempty: true StaticMacAddress: description: 'The MAC address must be in hexadecimal format xx:xx:xx:xx:xx:xx. To ensure uniqueness of MACs in the LAN fabric, you are strongly encouraged to use the following MAC prefix 00:25:B5:xx:xx:xx.' type: string x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true VifId: description: The Vif Id should be same as the channel number of the vethernet created on switch in order to set up the data path. The property is applicable only for FI attached servers where a vethernet is created on the switch for every vNIC. type: integer format: int64 readOnly: true x-omitempty: true IpLease: $ref: '#/components/schemas/ippool.IpLease.Relationship' description: 'A reference to a ippoolIpLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true LanConnectivityPolicy: $ref: '#/components/schemas/vnic.LanConnectivityPolicy.Relationship' description: 'A reference to a vnicLanConnectivityPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' LcpVnic: $ref: '#/components/schemas/vnic.EthIf.Relationship' description: 'A reference to a vnicEthIf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true MacLease: $ref: '#/components/schemas/macpool.Lease.Relationship' description: 'A reference to a macpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' SpVnics: description: An array of relationships to vnicEthIf resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIf.Relationship' readOnly: true SrcTemplate: $ref: '#/components/schemas/vnic.VnicTemplate.Relationship' description: 'A reference to a vnicVnicTemplate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.CompletionQueueSettings: title: Completion Queue Settings description: Completion Queue resource settings. x-allOf-name: vnic.CompletionQueueSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.CompletionQueueSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.CompletionQueueSettings default: vnic.CompletionQueueSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.CompletionQueueSettings default: vnic.CompletionQueueSettings x-enum-as-string: true Count: description: The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources. type: integer format: int64 default: 5 minimum: 1 maximum: 2000 x-omitempty: true RingSize: description: The number of descriptors in each completion queue. type: integer format: int64 default: 1 minimum: 1 maximum: 256 x-omitempty: true macpool.Pool.Relationship: description: A relationship to the 'macpool.Pool' resource, or the expanded 'macpool.Pool' resource, or the 'null' value. x-one-of-name: macpool.Pool.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.Pool' discriminator: propertyName: ClassId vnic.EthAdapterPolicyInventory.Relationship: description: A relationship to the 'vnic.EthAdapterPolicyInventory' resource, or the expanded 'vnic.EthAdapterPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.EthAdapterPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory' discriminator: propertyName: ClassId vnic.VhbaTemplate.Response: description: "The response body of a HTTP GET request for the 'vnic.VhbaTemplate' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.VhbaTemplate' resources." x-one-of-name: vnic.VhbaTemplate.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.VhbaTemplate.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicy.List: title: List of 'vnic.FcAdapterPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcAdapterPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcAdapterPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcAdapterPolicy' vnic.LanSettings: title: LAN Settings description: An internal MO to track the LAN settings that are applied to a server profile (like iQNLease). x-allOf-name: vnic.LanSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.LanSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.LanSettings default: vnic.LanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.LanSettings default: vnic.LanSettings x-enum-as-string: true IqnName: description: Qualified Name (IQN) assigned to iSCSI vNICs in a Fabric Interconnect domain. type: string readOnly: true x-omitempty: true IqnLease: $ref: '#/components/schemas/iqnpool.Lease.Relationship' description: 'A reference to a iqnpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vrf.Vrf.Relationship: description: A relationship to the 'vrf.Vrf' resource, or the expanded 'vrf.Vrf' resource, or the 'null' value. x-one-of-name: vrf.Vrf.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vrf.Vrf' discriminator: propertyName: ClassId vnic.EthAdapterPolicyInventory: title: Ethernet Adapter description: 'The EthAdapterPolicy object governs the behavior of Ethernet adapters, focusing on host-side features such as offloads, virtualization support, and advanced network functions. #### Purpose EthAdapterPolicy allows administrators to control the detailed functionality of network adapters, including enabling or disabling features like VXLAN, SR-IOV, and interrupt handling for performance tuning. #### Key Concepts - **Host-Side Feature Management:** Configures advanced adapter features for improved efficiency and performance. - **Comprehensive Control:** Supports settings for offloads, virtualization, and queue management.' x-allOf-name: vnic.EthAdapterPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.EthAdapterPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthAdapterPolicyInventory default: vnic.EthAdapterPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthAdapterPolicyInventory default: vnic.EthAdapterPolicyInventory x-enum-as-string: true AdvancedFilter: description: Enables advanced filtering on the interface. type: boolean default: false readOnly: true x-omitempty: true ArfsSettings: description: Settings for Accelerated Receive Flow Steering to reduce the network latency and increase CPU cache efficiency. $ref: '#/components/schemas/vnic.ArfsSettings' readOnly: true x-omitempty: true CompletionQueueSettings: description: Completion Queue resource settings. $ref: '#/components/schemas/vnic.CompletionQueueSettings' readOnly: true x-omitempty: true EtherChannelPinningEnabled: description: Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning. type: boolean default: false readOnly: true x-omitempty: true GeneveEnabled: description: GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints. type: boolean default: false readOnly: true x-omitempty: true InterruptScaling: description: Enables Interrupt Scaling on the interface. type: boolean default: false readOnly: true x-omitempty: true InterruptSettings: description: Interrupt Settings for the virtual ethernet interface. $ref: '#/components/schemas/vnic.EthInterruptSettings' readOnly: true x-omitempty: true NvgreSettings: description: Network Virtualization using Generic Routing Encapsulation Settings. $ref: '#/components/schemas/vnic.NvgreSettings' readOnly: true x-omitempty: true PtpSettings: description: Settings for Precision Time Protocol which can provide precise time of day information and time-stampted inputs, as well as scheduled and/or synchronized outputs for a variety of systems. $ref: '#/components/schemas/vnic.PtpSettings' readOnly: true x-omitempty: true RoceSettings: description: Settings for RDMA over Converged Ethernet. $ref: '#/components/schemas/vnic.RoceSettings' readOnly: true x-omitempty: true RssHashSettings: description: Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores. $ref: '#/components/schemas/vnic.RssHashSettings' readOnly: true x-omitempty: true RssSettings: description: Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores. type: boolean default: true readOnly: true x-omitempty: true RxQueueSettings: description: Receive Queue resouce settings. $ref: '#/components/schemas/vnic.EthRxQueueSettings' readOnly: true x-omitempty: true TcpOffloadSettings: description: The TCP offload settings decide whether to offload the TCP related network functions from the CPU to the network hardware or not. $ref: '#/components/schemas/vnic.TcpOffloadSettings' readOnly: true x-omitempty: true TxQueueSettings: description: Transmit Queue resource settings. $ref: '#/components/schemas/vnic.EthTxQueueSettings' readOnly: true x-omitempty: true UplinkFailbackTimeout: description: Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC. type: integer format: int64 default: 5 minimum: 0 maximum: 600 readOnly: true x-omitempty: true VxlanSettings: description: Virtual Extensible LAN Protocol Settings. $ref: '#/components/schemas/vnic.VxlanSettings' readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcQosPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcQosPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcQosPolicyInventory' resources." x-one-of-name: vnic.FcQosPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcQosPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType ippool.ShadowBlock: title: Ippool:Shadow Block description: A block of Contiguous IP addresses that are part of a shadow pool. x-allOf-name: ippool.ShadowBlock allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractBlock - type: object description: Definition of the list of properties defined in 'ippool.ShadowBlock', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.ShadowBlock default: ippool.ShadowBlock x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.ShadowBlock default: ippool.ShadowBlock x-enum-as-string: true IpType: description: 'Type of this IP addresses blocks. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-omitempty: true IpV4Block: description: A Block of IPv4 addresses. $ref: '#/components/schemas/ippool.IpV4Block' x-omitempty: true IpV6Block: description: A Block of IPv6 addresses. $ref: '#/components/schemas/ippool.IpV6Block' x-omitempty: true Pool: $ref: '#/components/schemas/ippool.ShadowPool.Relationship' description: 'A reference to a ippoolShadowPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservations: description: An array of relationships to ippoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/ippool.Reservation.Relationship' readOnly: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.SanConnectivityPolicy.Relationship: description: A relationship to the 'vnic.SanConnectivityPolicy' resource, or the expanded 'vnic.SanConnectivityPolicy' resource, or the 'null' value. x-one-of-name: vnic.SanConnectivityPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.SanConnectivityPolicy' discriminator: propertyName: ClassId iqnpool.Pool.Relationship: description: A relationship to the 'iqnpool.Pool' resource, or the expanded 'iqnpool.Pool' resource, or the 'null' value. x-one-of-name: iqnpool.Pool.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.Pool' discriminator: propertyName: ClassId fcpool.Lease: title: Fcpool:Lease description: '### Overview A Lease object represents a single allocated WWN (World Wide Name) address from a pool or static assignment. #### Purpose It maintains the association between the allocated identifier and its consumer, tracking ownership and lifecycle of the WWN address within the system. #### Key aspects: - **Resource Management:** - Facilitates the allocation of a single WWN address within pools, ensuring efficient allocation. - **Integration with Pools:** - Directly interacts with pool objects to manage resource leases and reservations. - **Access Control:** - Supports secure management of resource leases, allowing authorized users to execute lease operations.' x-allOf-name: fcpool.Lease allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractLease - type: object description: Definition of the list of properties defined in 'fcpool.Lease', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.Lease default: fcpool.Lease x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.Lease default: fcpool.Lease x-enum-as-string: true PoolPurpose: description: Purpose of this WWN pool. type: string x-omitempty: true PreferredWwnId: description: The preferred WWN ID address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that WWN ID address if it is available in the pool. If the specified preferred WWN ID address is not in the range of the pool or if it is already leased or reserved, then the next available WWN ID address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred WWN ID address property. When the preferred WWN ID address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-createOnly: true x-omitempty: true Reservation: description: The holder of a reference to reservation Moid and the specific details on lease condition for this reservation. Specified to allocate already reserved identities. $ref: '#/components/schemas/fcpool.ReservationReference' x-createOnly: true x-omitempty: true WwnId: description: WWN ID allocated for pool based allocation. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) x-createOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Pool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PoolMember: $ref: '#/components/schemas/fcpool.PoolMember.Relationship' description: 'A reference to a fcpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/fcpool.Universe.Relationship' description: 'A reference to a fcpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true macpool.Universe.Relationship: description: A relationship to the 'macpool.Universe' resource, or the expanded 'macpool.Universe' resource, or the 'null' value. x-one-of-name: macpool.Universe.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.Universe' discriminator: propertyName: ClassId ippool.IpLease: title: Ippool:Ip Lease description: IpLease represents an IP address that is allocated from a pool to a specific entity like server profile. x-allOf-name: ippool.IpLease allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractLease - type: object description: Definition of the list of properties defined in 'ippool.IpLease', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.IpLease default: ippool.IpLease x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.IpLease default: ippool.IpLease x-enum-as-string: true IpType: description: 'Type of the IP address requested. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-createOnly: true x-omitempty: true IpV4Address: description: IPv4 Address given as a lease to an external entity like server profiles. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-createOnly: true x-omitempty: true IpV4Config: description: Netmask, Gateway and DNS settings for IPv4 addresses. $ref: '#/components/schemas/ippool.IpV4Config' x-createOnly: true x-omitempty: true IpV6Address: description: IPv6 Address given as a lease to an external entity like server profiles. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-createOnly: true x-omitempty: true IpV6Config: description: Netmask, Gateway and DNS settings for IPv6 addresses. $ref: '#/components/schemas/ippool.IpV6Config' x-createOnly: true x-omitempty: true PreferredIpV4Address: description: The preferred IPv4 address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that IPv4 address if it is available in the pool. If the specified preferred IPv4 address is not in the range of the pool or if it is already leased or reserved, then the next available IPv4 address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred IPv4 address property. When the preferred IPv4 address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests. type: string pattern: ^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$ x-createOnly: true x-omitempty: true PreferredIpV6Address: description: The preferred IPv6 address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that IPv6 address if it is available in the pool. If the specified preferred IPv6 address is not in the range of the pool or if it is already leased or reserved, then the next available IPv6 address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred IPv6 address property. When the preferred IPv6 address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-createOnly: true x-omitempty: true Reservation: description: The holder of a reference to reservation Moid and the specific details on lease condition for this reservation. Specified to allocate already reserved identities. $ref: '#/components/schemas/ippool.ReservationReference' x-createOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' BlockLease: $ref: '#/components/schemas/ippool.BlockLease.Relationship' description: 'A reference to a ippoolBlockLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Pool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PoolMember: $ref: '#/components/schemas/ippool.PoolMember.Relationship' description: 'A reference to a ippoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/ippool.Universe.Relationship' description: 'A reference to a ippoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.EthAdapterPolicyInventory.List: title: List of 'vnic.EthAdapterPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthAdapterPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthAdapterPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory' ippool.PoolMember: title: Ippool:Pool Member description: PoolMember represents a single IPv4 and or IPv6 address that is part of a pool. x-allOf-name: ippool.PoolMember allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractIdPoolMember - type: object description: Definition of the list of properties defined in 'ippool.PoolMember', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.PoolMember default: ippool.PoolMember x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.PoolMember default: ippool.PoolMember x-enum-as-string: true IpType: description: 'Type of the IP address requested. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 readOnly: true x-omitempty: true IpV4Address: description: IPv4 Address of this pool member. 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 IpV6Address: description: IPv6 Address of this pool member. 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 AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' IpBlock: $ref: '#/components/schemas/ippool.ShadowBlock.Relationship' description: 'A reference to a ippoolShadowBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Peer: $ref: '#/components/schemas/ippool.IpLease.Relationship' description: 'A reference to a ippoolIpLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Pool: $ref: '#/components/schemas/ippool.ShadowPool.Relationship' description: 'A reference to a ippoolShadowPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/ippool.Reservation.Relationship' description: 'A reference to a ippoolReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ippool.ShadowPool.Relationship: description: A relationship to the 'ippool.ShadowPool' resource, or the expanded 'ippool.ShadowPool' resource, or the 'null' value. x-one-of-name: ippool.ShadowPool.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.ShadowPool' discriminator: propertyName: ClassId vnic.VifStatus: title: vNIC / vHBA Status description: The status of a vNIC or vHBA. x-allOf-name: vnic.VifStatus allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.VifStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VifStatus default: vnic.VifStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VifStatus default: vnic.VifStatus x-enum-as-string: true Name: description: Name of the vNIC for which the status is reported. type: string x-omitempty: true Reason: description: The reason for the status - it will be empty if status is ok or validating. If error, it will have the appropriate message indicating the reason for failure. type: string x-omitempty: true Status: description: 'Indicates if the vNIC / vHBA is ready for deploy or not. * `ok` - No issues with the LCP/SCP/VIF. * `error` - The LCP/SCP/VIF cannot be deployed due to error. * `validating` - Validation in progress for the LCP.' type: string enum: - ok - error - validating default: ok x-omitempty: true vnic.LanConnectivityPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.LanConnectivityPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.LanConnectivityPolicyInventory' resources." x-one-of-name: vnic.LanConnectivityPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.EthNetworkPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthNetworkPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthNetworkPolicyInventory' resources." x-one-of-name: vnic.EthNetworkPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthNetworkPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiStaticTargetPolicy: title: iSCSI Static Target description: 'The IscsiStaticTargetPolicy object defines the parameters for connecting to specific iSCSI targets, ensuring reachability and correct configuration for iSCSI boot or storage access. ####Purpose IscsiStaticTargetPolicy provides a standardized way to specify static iSCSI targets, including target names, IP addresses, ports, and associated LUN configurations. #### Key Concepts - **Target Specification:** Standardizes the definition of iSCSI targets for boot or data access. - **Policy Integration:** Used in conjunction with iSCSI boot policies for automated deployment.' x-allOf-name: vnic.IscsiStaticTargetPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.IscsiStaticTargetPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiStaticTargetPolicy default: vnic.IscsiStaticTargetPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiStaticTargetPolicy default: vnic.IscsiStaticTargetPolicy x-enum-as-string: true IpAddress: description: The IP address assigned to the iSCSI target. type: string x-omitempty: true IscsiIpType: description: 'Type of the IP address requested for iSCSI vNIC - IPv4/IPv6. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-omitempty: true Lun: description: The LUN parameters associated with an iSCSI target. $ref: '#/components/schemas/vnic.Lun' x-omitempty: true Port: description: The port associated with the iSCSI target. type: integer format: int64 minimum: 1 maximum: 65535 x-omitempty: true TargetName: description: Qualified Name (IQN) or Extended Unique Identifier (EUI) name of the iSCSI target. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.FcQosPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.FcQosPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcQosPolicy' resources." x-one-of-name: vnic.FcQosPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcQosPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.EthAdapterPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthAdapterPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthAdapterPolicyInventory' resources." x-one-of-name: vnic.EthAdapterPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthAdapterPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.VnicTemplate: title: vNIC template description: 'The VnicTemplate object encapsulates a reusable template for vNIC configuration. It standardizes the creation and management of multiple vNICs with consistent settings. #### Purpose A VnicTemplate simplifies and accelerates the deployment of standardized vNIC configurations across servers. It allows for the derivation of new vNICs from a common template and supports synchronization and property overrides to accommodate evolving requirements. #### Key Concepts - **Reusability:** Enables the rapid creation of vNICs with predefined settings. - **Template-Driven Management:** Supports synchronization of template changes to derived objects. - **Override Mechanism:** Provides flexibility to override specific properties as needed.' x-allOf-name: vnic.VnicTemplate allOf: - $ref: '#/components/schemas/vnic.BaseEthIf' - type: object description: Definition of the list of properties defined in 'vnic.VnicTemplate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VnicTemplate default: vnic.VnicTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VnicTemplate default: vnic.VnicTemplate x-enum-as-string: true Description: description: Description of the vNIC template. type: string x-omitempty: true EnableOverride: description: When enabled, the configuration of the derived instances may override the template configuration. type: boolean x-omitempty: true LcpUsageCount: description: The count of the Lan Connectivity Policies using vNIC template. type: integer format: int64 readOnly: true x-omitempty: true Name: description: Name of the vNIC template. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 x-omitempty: true NetFlowMonitorSessions: type: - array - 'null' items: description: Netflow monitors on vNIC. The maximum supported monitors per vNIC is 2. The NetFlow monitor must be pre-configured on the Fabric Interconnects. It is configured as part of the NetFlow policy attached to the Fabric Switch Cluster profile. $ref: '#/components/schemas/vnic.NetFlowMonitorSession' x-omitempty: true PeerVnicName: description: Name of the peer vNIC which belongs to the peer FI. type: string x-omitempty: true SwitchId: description: 'The fabric port to which the vNICs will be associated. * `None` - Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value ''None'' should be used. * `A` - Fabric A of the FI cluster. * `B` - Fabric B of the FI cluster.' type: string enum: - None - A - B default: None x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action from the current template only to failed objects (syncFailed). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync template action, there can be two action parameters- name-SyncType, value-SyncFailed. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry x-omitempty: true UpdateStatus: description: 'The template sync status with all derived objects. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true UsageCount: description: The number of objects derived from a Template MO instance. type: integer format: int64 readOnly: true x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.FcVethInventory.List: title: List of 'vnic.FcVethInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcVethInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcVethInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcVethInventory' macpool.ReservationReference: title: Macpool:Reservation Reference description: The reference to the reservation object. x-allOf-name: macpool.ReservationReference allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.ReservationReference - type: object description: Definition of the list of properties defined in 'macpool.ReservationReference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.ReservationReference default: macpool.ReservationReference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.ReservationReference default: macpool.ReservationReference x-enum-as-string: true ConsumerName: description: The consumer name for which the reserved MAC would be used. type: string x-omitempty: true ConsumerType: description: 'The consumer type for which the reserved MAC would be used. * `Vnic` - MAC reservation would be used by VNIC.' type: string enum: - Vnic default: Vnic x-omitempty: true vnic.EthNetworkPolicy.List: title: List of 'vnic.EthNetworkPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthNetworkPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthNetworkPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthNetworkPolicy' fcpool.FcBlock.Relationship: description: A relationship to the 'fcpool.FcBlock' resource, or the expanded 'fcpool.FcBlock' resource, or the 'null' value. x-one-of-name: fcpool.FcBlock.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/fcpool.FcBlock' discriminator: propertyName: ClassId vnic.EthQosPolicy.List: title: List of 'vnic.EthQosPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthQosPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthQosPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthQosPolicy' ippool.Reservation: title: Ippool:Reservation description: The IP reservation object, used to hold reserved addresses. x-allOf-name: ippool.Reservation allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.Reservation - type: object description: Definition of the list of properties defined in 'ippool.Reservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.Reservation default: ippool.Reservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.Reservation default: ippool.Reservation x-enum-as-string: true Identity: description: IP identity to be reserved. type: string x-createOnly: true x-omitempty: true IpType: description: 'Type of the IP address that needs to be reserved. * `IPv4` - IP V4 address type requested. * `IPv6` - IP V6 address type requested.' type: string enum: - IPv4 - IPv6 default: IPv4 x-createOnly: true x-omitempty: true IpV4Address: description: IPv4 Address to be reserved. 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 IpV6Address: description: IPv6 Address to be reserved. 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 VrfMoid: description: The moid of the Virtual Routing and Forwarding MO. type: string x-createOnly: true x-omitempty: true BlockHead: $ref: '#/components/schemas/ippool.ShadowBlock.Relationship' description: 'A reference to a ippoolShadowBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Pool: $ref: '#/components/schemas/ippool.Pool.Relationship' description: 'A reference to a ippoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' PoolMember: $ref: '#/components/schemas/ippool.PoolMember.Relationship' description: 'A reference to a ippoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ShadowPool: $ref: '#/components/schemas/ippool.ShadowPool.Relationship' description: 'A reference to a ippoolShadowPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/ippool.Universe.Relationship' description: 'A reference to a ippoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Vrf: $ref: '#/components/schemas/vrf.Vrf.Relationship' description: 'A reference to a vrfVrf resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcIfInventory: title: Virtual Fibre Channel Interface description: Virtual Fibre Channel Interface. x-allOf-name: vnic.FcIfInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.FcIfInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcIfInventory default: vnic.FcIfInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcIfInventory default: vnic.FcIfInventory x-enum-as-string: true Name: description: Name of the virtual fibre channel interface. type: string pattern: ^[a-zA-Z0-9\-\._:]+$ maxLength: 31 readOnly: true x-omitempty: true OldInfo: description: Deployed information related to lease and vif id. $ref: '#/components/schemas/vnic.FcIfOldInfo' readOnly: true x-omitempty: true Order: description: The order in which the virtual interface is brought up. The order assigned to an interface should be unique for all the Ethernet and Fibre-Channel interfaces on each PCI link on a VIC adapter. The order should start from zero with no overlaps. The maximum value of PCI order is limited by the number of virtual interfaces (Ethernet and Fibre-Channel) on each PCI link on a VIC adapter. All VIC adapters have a single PCI link except VIC 1340, VIC 1380 and VIC 1385 which have two. type: integer format: int64 readOnly: true x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true PersistentBindings: description: Enables retention of LUN ID associations in memory until they are manually cleared. type: boolean readOnly: true x-omitempty: true PinGroupName: description: Pingroup name associated to vfc for static pinning. SCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vfc traffic. type: string pattern: ^$|^[a-zA-Z0-9_.:-]{1,64}$ readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' readOnly: true x-omitempty: true Stale: description: 'The FcIf object represents a virtual Fibre Channel interface (vHBA) within the Cisco environment. It abstracts the configuration and management of storage connectivity for servers. #### Purpose FcIf provides a programmable interface for defining, deploying, and managing vHBAs, ensuring that storage resources are accessible and policy-compliant. #### Key Concepts - **Storage Connectivity Abstraction:** Represents the vHBA as a managed object. - **Policy-Driven Configuration:** Associates with SAN, QoS, and adapter policies for end-to-end control. - **Template and Override Support:** Can derive configuration from templates with support for property overrides. - **Integration with Zoning and WWN Pools:** Facilitates automated and secure storage access.' type: boolean readOnly: true x-omitempty: true StaticWwpnAddress: description: 'The WWPN address must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN''s in the SAN fabric, you are strongly encouraged to use the WWN prefix - 20:00:00:25:B5:xx:xx:xx.' type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry readOnly: true x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true Type: description: 'VHBA Type configuration for SAN Connectivity Policy. This configuration is supported only on Cisco VIC 14XX series and higher series of adapters. * `fc-initiator` - The default value set for vHBA Type Configuration. Fc-initiator specifies vHBA as a consumer of storage. Enables SCSI commands to transfer data and status information between host and target storage systems. * `fc-nvme-initiator` - Fc-nvme-initiator specifies vHBA as a consumer of storage. Enables NVMe-based message commands to transfer data and status information between host and target storage systems. * `fc-nvme-target` - Fc-nvme-target specifies vHBA as a provider of storage volumes to initiators. Enables NVMe-based message commands to transfer data and status information between host and target storage systems. Currently tech-preview, only enabled with an asynchronous driver. * `fc-target` - Fc-target specifies vHBA as a provider of storage volumes to initiators. Enables SCSI commands to transfer data and status information between host and target storage systems. fc-target is enabled only with an asynchronous driver.' type: string enum: - fc-initiator - fc-nvme-initiator - fc-nvme-target - fc-target default: fc-initiator readOnly: true x-omitempty: true VifId: description: This should be the same as the channel number of the vfc created on switch in order to set up the data path. The property is applicable only for FI attached servers where a vfc is created on the switch for every vHBA. type: integer format: int64 readOnly: true x-omitempty: true Wwpn: description: The WWPN address that is assigned to the vHBA based on the wwn pool that has been assigned to the SAN Connectivity Policy. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true WwpnAddressType: description: 'Type of allocation selected to assign a WWPN address to the vhba. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true FcAdapterPolicy: $ref: '#/components/schemas/vnic.FcAdapterPolicyInventory.Relationship' description: 'A reference to a vnicFcAdapterPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FcNetworkPolicy: $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory.Relationship' description: 'A reference to a vnicFcNetworkPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FcQosPolicy: $ref: '#/components/schemas/vnic.FcQosPolicyInventory.Relationship' description: 'A reference to a vnicFcQosPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FcZonePolicies: description: An array of relationships to fabricFcZonePolicy resources. type: - array - 'null' items: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.FcZonePolicy.Relationship readOnly: true SanConnectivityPolicy: $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory.Relationship' description: 'A reference to a vnicSanConnectivityPolicyInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ScpVhba: $ref: '#/components/schemas/vnic.FcIfInventory.Relationship' description: 'A reference to a vnicFcIfInventory resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SpVhbas: description: An array of relationships to vnicFcIfInventory resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIfInventory.Relationship' readOnly: true SrcTemplate: $ref: '#/components/schemas/vnic.VhbaTemplate.Relationship' description: 'A reference to a vnicVhbaTemplate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true WwpnLease: $ref: '#/components/schemas/fcpool.Lease.Relationship' description: 'A reference to a fcpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true WwpnPool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.IscsiAdapterPolicy.Relationship: description: A relationship to the 'vnic.IscsiAdapterPolicy' resource, or the expanded 'vnic.IscsiAdapterPolicy' resource, or the 'null' value. x-one-of-name: vnic.IscsiAdapterPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' discriminator: propertyName: ClassId vnic.LanConnectivityPolicy: title: LAN Connectivity description: 'The LanConnectivityPolicy object defines the network resources and connection topology between servers and the LAN within Cisco systems. It abstracts the configuration of virtual network interfaces (vNICs), ensuring consistent device naming, optimized placement, and advanced features such as usNIC and VMQ for improved network performance. #### Purpose A LanConnectivityPolicy centralizes the management of LAN connectivity for servers by specifying how virtual interfaces are created and associated with network resources. It enables both automatic and custom placement of vNICs, supports the assignment of MAC addresses, and integrates with relevant network and adapter policies. #### Key Concepts - **Policy-Based Networking:** Facilitates consistent and scalable LAN connectivity across multiple servers. - **Integration with Network Policies:** Links to Ethernet network, QoS, and adapter policies for comprehensive configuration. - **Device Naming and Placement:** Supports consistent device naming and controls vNIC placement for optimal performance.' x-allOf-name: vnic.LanConnectivityPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.LanConnectivityPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.LanConnectivityPolicy default: vnic.LanConnectivityPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.LanConnectivityPolicy default: vnic.LanConnectivityPolicy x-enum-as-string: true AzureQosEnabled: description: Enabling AzureStack-Host QoS on an adapter allows the user to carve out traffic classes for RDMA traffic which ensures that a desired portion of the bandwidth is allocated to it. type: boolean default: false x-omitempty: true IqnAllocationType: description: 'Allocation Type of iSCSI Qualified Name - Static/Pool/None. * `None` - Type indicates that there is no IQN associated to an interface. * `Static` - Type represents that static IQN is associated to an interface. * `Pool` - Type indicates that IQN value is sourced from an associated pool.' type: string enum: - None - Static - Pool default: None x-omitempty: true PlacementMode: description: 'The mode used for placement of vNICs on network adapters. It can either be Auto or Custom. * `custom` - The placement of the vNICs / vHBAs on network adapters is manually chosen by the user. * `auto` - The placement of the vNICs / vHBAs on network adapters is automatically determined by the system.' type: string enum: - custom - auto default: custom x-omitempty: true StaticIqnName: description: User provided static iSCSI Qualified Name (IQN) for use as initiator identifiers by iSCSI vNICs in a Fabric Interconnect domain. type: string pattern: ^$|^(?:iqn\.[0-9]{4}-[0-9]{2}(?:\.[A-Za-z](?:[A-Za-z0-9\-]*[A-Za-z0-9])?)+(?::.*)?|eui\.[0-9A-Fa-f]{16}) x-omitempty: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone x-omitempty: true EthIfs: description: An array of relationships to vnicEthIf resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIf.Relationship' IqnPool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Profiles: deprecated: true x-sunset: '2028-03-01' description: An array of relationships to policyAbstractConfigProfile resources. type: - array - 'null' items: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship vnic.ScpStatus: title: SCP Status description: An internal MO to check if a SCP can be deployed or not on a specific Server Profile. x-allOf-name: vnic.ScpStatus allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'vnic.ScpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.ScpStatus default: vnic.ScpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.ScpStatus default: vnic.ScpStatus x-enum-as-string: true Reason: description: The reason for the status - it will be empty if status is ok or validating. If error, it will have the appropriate message indicating the reason for failure. type: string x-omitempty: true Status: description: 'Indicates if the LCP is ready for Deploy or not. * `ok` - No issues with the LCP/SCP/VIF. * `error` - The LCP/SCP/VIF cannot be deployed due to error. * `validating` - Validation in progress for the LCP.' type: string enum: - ok - error - validating default: ok x-omitempty: true VhbaInfo: type: - array - 'null' items: description: The status of all the vHBAs in the LCP. $ref: '#/components/schemas/vnic.VifStatus' x-omitempty: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' iqnpool.PoolMember.Relationship: description: A relationship to the 'iqnpool.PoolMember' resource, or the expanded 'iqnpool.PoolMember' resource, or the 'null' value. x-one-of-name: iqnpool.PoolMember.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.PoolMember' discriminator: propertyName: ClassId macpool.Universe: title: Macpool:Universe description: Universe represents a book keeping container to keep track of all IDs for a given account and pool type. x-allOf-name: macpool.Universe allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'macpool.Universe', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.Universe default: macpool.Universe x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.Universe default: macpool.Universe x-enum-as-string: true Account: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.IscsiAuthProfile: title: Iscsi Authentication Profile description: Challenge Handshake Authentication Protocol for iSCSI (CHAP) authentication parameters. x-allOf-name: vnic.IscsiAuthProfile allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.IscsiAuthProfile', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiAuthProfile default: vnic.IscsiAuthProfile x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiAuthProfile default: vnic.IscsiAuthProfile x-enum-as-string: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true Password: description: Password of Initiator/Target Interface. Enter between 12 and 16 characters, including special characters except spaces, tabs, line breaks. type: string pattern: ^$|^[\S+]{12,16}$ writeOnly: true x-omitempty: true UserId: description: User Id of Initiator/Target Interface. Enter between 1 and 128 characters, spaces, or special characters. type: string pattern: ^$|^.{1,128}$ x-omitempty: true vnic.EthQosPolicyInventory.Relationship: description: A relationship to the 'vnic.EthQosPolicyInventory' resource, or the expanded 'vnic.EthQosPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.EthQosPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthQosPolicyInventory' discriminator: propertyName: ClassId vnic.FcQosPolicy: title: Fibre Channel QoS description: 'The FcQosPolicy object specifies Quality of Service (QoS) for Fibre Channel traffic on virtual HBAs, enabling administrators to control bandwidth, priority, and class of service for storage communications. #### Purpose FcQosPolicy ensures storage traffic receives appropriate prioritization and resource allocation, optimizing performance and reliability for storage-intensive workloads. #### Key Concepts - **Storage QoS Control:** Sets limits and priorities for Fibre Channel data flows. - **Integration with vHBAs:** Applied to virtual HBAs for consistent QoS enforcement.' x-allOf-name: vnic.FcQosPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.FcQosPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcQosPolicy default: vnic.FcQosPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcQosPolicy default: vnic.FcQosPolicy x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vHBA. type: integer format: int64 default: 10240 minimum: 1 maximum: 1000000 x-omitempty: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 default: 3 minimum: 0 maximum: 6 x-omitempty: true MaxDataFieldSize: description: The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports. type: integer format: int64 default: 2112 minimum: 256 maximum: 2112 x-omitempty: true Priority: description: 'The priortity matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort readOnly: true x-omitempty: true RateLimit: description: The value in Mbps to use for limiting the data rate on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.IscsiBootPolicyInventory.Relationship: description: A relationship to the 'vnic.IscsiBootPolicyInventory' resource, or the expanded 'vnic.IscsiBootPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.IscsiBootPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory' discriminator: propertyName: ClassId vnic.FcErrorRecoverySettings: title: Error Recovery Settings description: Fibre Channel Error Recovery Settings. x-allOf-name: vnic.FcErrorRecoverySettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.FcErrorRecoverySettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcErrorRecoverySettings default: vnic.FcErrorRecoverySettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcErrorRecoverySettings default: vnic.FcErrorRecoverySettings x-enum-as-string: true Enabled: description: Enables Fibre Channel Error recovery. type: boolean x-omitempty: true IoRetryCount: description: The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable. type: integer format: int64 default: 8 minimum: 0 maximum: 255 x-omitempty: true IoRetryTimeout: description: The number of seconds the adapter waits before aborting the pending command and resending the same IO request. type: integer format: int64 default: 5 minimum: 1 maximum: 59 x-omitempty: true LinkDownTimeout: description: The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost. type: integer format: int64 default: 30000 minimum: 0 maximum: 240000 x-omitempty: true PortDownTimeout: description: The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds. type: integer format: int64 default: 10000 minimum: 0 maximum: 240000 x-omitempty: true vnic.FcQosPolicyInventory.Relationship: description: A relationship to the 'vnic.FcQosPolicyInventory' resource, or the expanded 'vnic.FcQosPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.FcQosPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcQosPolicyInventory' discriminator: propertyName: ClassId vnic.EthQosPolicyInventory: title: Ethernet QoS description: 'The EthQosPolicy object defines Quality of Service (QoS) parameters for Ethernet traffic on virtual network interfaces. It enables prioritization and control of outbound traffic for optimized performance. #### Purpose EthQosPolicy centralizes QoS settings, such as bandwidth limits and class of service, ensuring predictable and enforceable traffic behavior across vNICs. #### Key Concepts - **QoS Enforcement:** Regulates traffic classes, bandwidth, and packet handling. - **Integration with vNICs:** Directly associated with Ethernet interfaces for seamless policy application. - **Scalable Management:** Supports centralized control for consistent QoS across multiple environments.' x-allOf-name: vnic.EthQosPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.EthQosPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthQosPolicyInventory default: vnic.EthQosPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthQosPolicyInventory default: vnic.EthQosPolicyInventory x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vNIC. type: integer format: int64 default: 10240 minimum: 1 maximum: 1000000 readOnly: true x-omitempty: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 6 readOnly: true x-omitempty: true Mtu: description: The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.Only 5th Gen Adapters and above with firmware version 5.4.2.15 and later support MTU size greater than 9000. type: integer format: int64 default: 1500 minimum: 1500 maximum: 9158 readOnly: true x-omitempty: true Priority: description: 'The priority matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort readOnly: true x-omitempty: true RateLimit: description: The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 readOnly: true x-omitempty: true TrustHostCos: description: Enables usage of the Class of Service provided by the operating system. type: boolean default: false readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.SanConnectivityPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.SanConnectivityPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.SanConnectivityPolicy' resources." x-one-of-name: vnic.SanConnectivityPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.SanConnectivityPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.VnicTemplate.Response: description: "The response body of a HTTP GET request for the 'vnic.VnicTemplate' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.VnicTemplate' resources." x-one-of-name: vnic.VnicTemplate.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.VnicTemplate.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType macpool.MemberOf: title: Macpool:Member Of description: The pool and block to which a pool member belongs to. x-allOf-name: macpool.MemberOf allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'macpool.MemberOf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.MemberOf default: macpool.MemberOf x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.MemberOf default: macpool.MemberOf x-enum-as-string: true IdBlockMoid: description: The moid of the block of a pool to which this ID belongs. type: string readOnly: true x-omitempty: true PoolMoid: description: The moid of the pool to which this ID belongs. type: string readOnly: true x-omitempty: true vnic.EthIf.Response: description: "The response body of a HTTP GET request for the 'vnic.EthIf' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthIf' resources." x-one-of-name: vnic.EthIf.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthIf.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType macpool.Reservation.Relationship: description: A relationship to the 'macpool.Reservation' resource, or the expanded 'macpool.Reservation' resource, or the 'null' value. x-one-of-name: macpool.Reservation.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.Reservation' discriminator: propertyName: ClassId vnic.RssHashSettings: title: RSS Hash Profile description: The RSS Hash parameters help the traffic distribution across the Receive Queues based on the IP address (IPv4 or IPv6) and TCP Port numbers. These options help ensure that a single flow is directed to the same receive queue ensuring in-order delivery. x-allOf-name: vnic.RssHashSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.RssHashSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.RssHashSettings default: vnic.RssHashSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.RssHashSettings default: vnic.RssHashSettings x-enum-as-string: true Ipv4Hash: description: When enabled, the IPv4 address is used for traffic distribution. type: boolean default: true x-omitempty: true Ipv6ExtHash: description: When enabled, the IPv6 extensions are used for traffic distribution. type: boolean default: false x-omitempty: true Ipv6Hash: description: When enabled, the IPv6 address is used for traffic distribution. type: boolean default: true x-omitempty: true TcpIpv4Hash: description: When enabled, both the IPv4 address and TCP port number are used for traffic distribution. type: boolean default: true x-omitempty: true TcpIpv6ExtHash: description: When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution. type: boolean default: false x-omitempty: true TcpIpv6Hash: description: When enabled, both the IPv6 address and TCP port number are used for traffic distribution. type: boolean default: true x-omitempty: true UdpIpv4Hash: description: When enabled, both the IPv4 address and UDP port number are used for traffic distribution. type: boolean default: false x-omitempty: true UdpIpv6Hash: description: When enabled, both the IPv6 address and UDP port number are used for traffic distribution. type: boolean default: false x-omitempty: true vnic.LanSettings.Response: description: "The response body of a HTTP GET request for the 'vnic.LanSettings' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.LanSettings' resources." x-one-of-name: vnic.LanSettings.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.LanSettings.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType iqnpool.PoolMember: title: Iqnpool:Pool Member description: PoolMember represents a single IQN address that is part of a pool. x-allOf-name: iqnpool.PoolMember allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractIdPoolMember - type: object description: Definition of the list of properties defined in 'iqnpool.PoolMember', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iqnpool.PoolMember default: iqnpool.PoolMember x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iqnpool.PoolMember default: iqnpool.PoolMember x-enum-as-string: true IqnAddress: description: IQN Address of this pool member. It is constructed as ::. type: string readOnly: true x-omitempty: true IqnNumber: description: Number of the IQN address. IQN Address is constructed as ::. type: integer format: int64 readOnly: true x-omitempty: true IqnPrefix: description: Prefix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true IqnSuffix: description: Suffix of the IQN address. IQN Address is constructed as ::. type: string readOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' BlockHead: $ref: '#/components/schemas/iqnpool.Block.Relationship' description: 'A reference to a iqnpoolBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Peer: $ref: '#/components/schemas/iqnpool.Lease.Relationship' description: 'A reference to a iqnpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Pool: $ref: '#/components/schemas/iqnpool.Pool.Relationship' description: 'A reference to a iqnpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/iqnpool.Reservation.Relationship' description: 'A reference to a iqnpoolReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcQosPolicyInventory: title: Fibre Channel QoS description: 'The FcQosPolicy object specifies Quality of Service (QoS) for Fibre Channel traffic on virtual HBAs, enabling administrators to control bandwidth, priority, and class of service for storage communications. #### Purpose FcQosPolicy ensures storage traffic receives appropriate prioritization and resource allocation, optimizing performance and reliability for storage-intensive workloads. #### Key Concepts - **Storage QoS Control:** Sets limits and priorities for Fibre Channel data flows. - **Integration with vHBAs:** Applied to virtual HBAs for consistent QoS enforcement.' x-allOf-name: vnic.FcQosPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.FcQosPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcQosPolicyInventory default: vnic.FcQosPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcQosPolicyInventory default: vnic.FcQosPolicyInventory x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vHBA. type: integer format: int64 default: 10240 minimum: 1 maximum: 1000000 readOnly: true x-omitempty: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 default: 3 minimum: 0 maximum: 6 readOnly: true x-omitempty: true MaxDataFieldSize: description: The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports. type: integer format: int64 default: 2112 minimum: 256 maximum: 2112 readOnly: true x-omitempty: true Priority: description: 'The priortity matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort readOnly: true x-omitempty: true RateLimit: description: The value in Mbps to use for limiting the data rate on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.ScpStatus.Response: description: "The response body of a HTTP GET request for the 'vnic.ScpStatus' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.ScpStatus' resources." x-one-of-name: vnic.ScpStatus.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.ScpStatus.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicy.Relationship: description: A relationship to the 'vnic.FcAdapterPolicy' resource, or the expanded 'vnic.FcAdapterPolicy' resource, or the 'null' value. x-one-of-name: vnic.FcAdapterPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcAdapterPolicy' discriminator: propertyName: ClassId vnic.EthIf.List: title: List of 'vnic.EthIf' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthIf'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthIf' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthIf' vnic.VnicTemplate.List: title: List of 'vnic.VnicTemplate' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.VnicTemplate'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.VnicTemplate' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.VnicTemplate' vnic.FcNetworkPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcNetworkPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcNetworkPolicyInventory' resources." x-one-of-name: vnic.FcNetworkPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.LanConnectivityPolicyInventory.List: title: List of 'vnic.LanConnectivityPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.LanConnectivityPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.LanConnectivityPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory' vnic.EthQosPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthQosPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthQosPolicyInventory' resources." x-one-of-name: vnic.EthQosPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthQosPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiBootPolicy.List: title: List of 'vnic.IscsiBootPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiBootPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiBootPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiBootPolicy' vnic.SanConnectivityPolicyInventory.Relationship: description: A relationship to the 'vnic.SanConnectivityPolicyInventory' resource, or the expanded 'vnic.SanConnectivityPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.SanConnectivityPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.SanConnectivityPolicyInventory' discriminator: propertyName: ClassId macpool.Lease: title: Macpool:Lease description: Lease represents a single MAC address that is part of the universe, allocated either from a pool or through static assignment. x-allOf-name: macpool.Lease allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractLease - type: object description: Definition of the list of properties defined in 'macpool.Lease', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.Lease default: macpool.Lease x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.Lease default: macpool.Lease x-enum-as-string: true MacAddress: description: MAC address allocated for pool-based allocation. type: string x-createOnly: true x-omitempty: true PreferredMacAddress: description: The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests. type: string x-createOnly: true x-omitempty: true Reservation: description: The holder of a reference to reservation Moid and the specific details on lease condition for this reservation. Specified to allocate already reserved identities. $ref: '#/components/schemas/macpool.ReservationReference' x-createOnly: true x-omitempty: true AssignedToEntity: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Pool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PoolMember: $ref: '#/components/schemas/macpool.PoolMember.Relationship' description: 'A reference to a macpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/macpool.Universe.Relationship' description: 'A reference to a macpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcNetworkPolicyInventory.Relationship: description: A relationship to the 'vnic.FcNetworkPolicyInventory' resource, or the expanded 'vnic.FcNetworkPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.FcNetworkPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.FcNetworkPolicyInventory' discriminator: propertyName: ClassId vnic.EthVnicInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthVnicInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthVnicInventory' resources." x-one-of-name: vnic.EthVnicInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthVnicInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiAdapterPolicy.List: title: List of 'vnic.IscsiAdapterPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiAdapterPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiAdapterPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiAdapterPolicy' vnic.SanConnectivityPolicyInventory: title: SAN Connectivity description: 'The SanConnectivityPolicy object governs the connectivity between servers and the storage area network (SAN). It abstracts the configuration of virtual host bus adapters (vHBAs), ensuring streamlined storage access and management. #### Purpose SanConnectivityPolicy centralizes the definition and management of SAN connections, handling assignment of WWN addresses, zoning, and integration with storage-related policies. #### Key Concepts - **Centralized SAN Management:** Simplifies and standardizes SAN connectivity for server environments. - **vHBA Configuration:** Manages the lifecycle and settings of virtual HBAs. - **Policy Integration:** Connects to WWN pools and storage zoning policies for comprehensive SAN.' x-allOf-name: vnic.SanConnectivityPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.SanConnectivityPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.SanConnectivityPolicyInventory default: vnic.SanConnectivityPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.SanConnectivityPolicyInventory default: vnic.SanConnectivityPolicyInventory x-enum-as-string: true PlacementMode: description: 'The mode used for placement of vNICs on network adapters. It can either be Auto or Custom. * `custom` - The placement of the vNICs / vHBAs on network adapters is manually chosen by the user. * `auto` - The placement of the vNICs / vHBAs on network adapters is automatically determined by the system.' type: string enum: - custom - auto default: custom readOnly: true x-omitempty: true StaticWwnnAddress: description: 'The WWNN address for the server node must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN''s in the SAN fabric, you are strongly encouraged to use the WWN prefix - 20:00:00:25:B5:xx:xx:xx.' type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone readOnly: true x-omitempty: true WwnnAddressType: description: 'Type of allocation selected to assign a WWNN address for the server node. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true FcIfs: description: An array of relationships to vnicFcIfInventory resources. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIfInventory.Relationship' readOnly: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true WwnnPool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.SanSettings: title: SAN Settings description: An internal MO to track the SAN settings that are applied to a server profile (like WWNN). x-allOf-name: vnic.SanSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.SanSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.SanSettings default: vnic.SanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.SanSettings default: vnic.SanSettings x-enum-as-string: true OldInfo: description: San Settings that need to be preserved during ID preservation. $ref: '#/components/schemas/vnic.SanSettingsOldInfo' readOnly: true x-omitempty: true Wwnn: description: The WWNN address that is assigned to the server node based on the wwn pool that has been assigned in the SAN Connectivity Policy. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true WwnnLease: $ref: '#/components/schemas/fcpool.Lease.Relationship' description: 'A reference to a fcpoolLease resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.NetFlowMonitorSession: title: NetFlow Monitor Session description: NetFlow monitoring configuration for the virtual NIC. x-allOf-name: vnic.NetFlowMonitorSession allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.NetFlowMonitorSession', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.NetFlowMonitorSession default: vnic.NetFlowMonitorSession x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.NetFlowMonitorSession default: vnic.NetFlowMonitorSession x-enum-as-string: true FlowDirection: description: 'Direction of the flow to monitor (ingress, egress, or both). * `both` - Both direction for NetFlow monitor. * `rx` - Input direction for NetFlow monitor. * `tx` - Output direction for NetFlow monitor.' type: string enum: - both - rx - tx default: both x-omitempty: true MonitorName: description: Name of the NetFlow monitor to use for this vNIC. The NetFlow monitor must be pre-configured on the Fabric Interconnects. It is configured as part of the NetFlow policy attached to the Fabric Switch Cluster profile. type: string pattern: ^$|^[a-zA-Z0-9_.:-]{1,64}$ x-omitempty: true ippool.Reservation.Relationship: description: A relationship to the 'ippool.Reservation' resource, or the expanded 'ippool.Reservation' resource, or the 'null' value. x-one-of-name: ippool.Reservation.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/ippool.Reservation' discriminator: propertyName: ClassId vnic.PlacementSettings: title: Placement Settings description: Placement Settings for the virtual interface. x-allOf-name: vnic.PlacementSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.PlacementSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.PlacementSettings default: vnic.PlacementSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.PlacementSettings default: vnic.PlacementSettings x-enum-as-string: true AutoPciLink: description: Enable or disable automatic assignment of the PCI Link in a dual-link adapter. This option applies only to 13xx series VICs that support dual-link. If enabled, the system determines the placement of the vNIC/vHBA on either of the PCI Links. type: boolean default: false x-omitempty: true AutoSlotId: description: Enable or disable automatic assignment of the VIC slot ID. If enabled and the server has only one VIC, the same VIC is chosen for all the vNICs. If enabled and the server has multiple VICs, the vNIC/vHBA are deployed on the first VIC. The Slot ID determines the first VIC. MLOM is the first Slot ID and the ID increments to 2, 3, and so on. type: boolean default: false x-omitempty: true Id: description: PCIe Slot where the VIC adapter is installed. Supported values are (1-15) and MLOM. type: string pattern: ^$|^([1-9]|1[0-5]|MLOM)$ x-omitempty: true PciLink: description: The PCI Link used as transport for the virtual interface. PCI Link is only applicable for select Cisco UCS VIC 1300 models (UCSC-PCIE-C40Q-03, UCSB-MLOM-40G-03, UCSB-VIC-M83-8P) that support two PCI links. The value, if specified, for any other VIC model will be ignored. type: integer format: int64 default: 0 minimum: 0 maximum: 1 x-omitempty: true PciLinkAssignmentMode: description: 'If the autoPciLink is disabled, the user can either choose to place the vNICs manually or based on a policy.If the autoPciLink is enabled, it will be set to None. * `Custom` - The user needs to specify the PCI Link manually. * `Load-Balanced` - The system will uniformly distribute the interfaces across the PCI Links. * `None` - Assignment is not applicable and will be set when the AutoPciLink is set to true.' type: string enum: - Custom - Load-Balanced - None default: Custom x-omitempty: true SwitchId: description: 'The fabric port to which the vNICs will be associated. * `None` - Fabric Id is not set to either A or B for the standalone case where the server is not connected to Fabric Interconnects. The value ''None'' should be used. * `A` - Fabric A of the FI cluster. * `B` - Fabric B of the FI cluster.' type: string enum: - None - A - B default: None x-omitempty: true Uplink: description: Adapter port on which the virtual interface will be created. type: integer format: int64 minimum: 0 maximum: 3 x-omitempty: true iqnpool.Universe.Relationship: description: A relationship to the 'iqnpool.Universe' resource, or the expanded 'iqnpool.Universe' resource, or the 'null' value. x-one-of-name: iqnpool.Universe.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.Universe' discriminator: propertyName: ClassId vnic.IscsiAdapterPolicyInventory.List: title: List of 'vnic.IscsiAdapterPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiAdapterPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiAdapterPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory' fcpool.Pool: title: Fcpool:Pool description: 'The Pool object represents a collection of WWN addresses, that can be allocated to server profiles. #### Purpose The Pool object provides a structured approach to managing collections of identifiers, ensuring efficient allocation and management within server profiles and other entities. #### Key Concepts - **Resource Collection:** Manages a collection of identifiers, facilitating their allocation to various entities within the system. - **Dynamic Management** Supports dynamic allocation and reassignment of identifiers based on pool policies and conditions. - **Access Control:** Ensures secure management of resources within pools, enabling authorized actions such as creation, update, and deletion.' x-allOf-name: fcpool.Pool allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.AbstractPool - type: object description: Definition of the list of properties defined in 'fcpool.Pool', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - fcpool.Pool default: fcpool.Pool x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - fcpool.Pool default: fcpool.Pool x-enum-as-string: true IdBlocks: type: - array - 'null' items: description: Collection of WWN blocks. $ref: '#/components/schemas/fcpool.Block' x-omitempty: true PoolPurpose: description: Purpose of this WWN pool. type: string x-omitempty: true BlockHeads: description: An array of relationships to fcpoolFcBlock resources. type: - array - 'null' items: $ref: '#/components/schemas/fcpool.FcBlock.Relationship' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Reservations: description: An array of relationships to fcpoolReservation resources. type: - array - 'null' items: $ref: '#/components/schemas/fcpool.Reservation.Relationship' vnic.IscsiBootPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiBootPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiBootPolicyInventory' resources." x-one-of-name: vnic.IscsiBootPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiBootPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.ServiceEthIf.List: title: List of 'vnic.ServiceEthIf' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.ServiceEthIf'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.ServiceEthIf' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.ServiceEthIf' vnic.EthVnicInventory.List: title: List of 'vnic.EthVnicInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthVnicInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthVnicInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthVnicInventory' vnic.VsanSettings: title: VSAN Settings description: VSAN configuration for the virtual interface. x-allOf-name: vnic.VsanSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.VsanSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VsanSettings default: vnic.VsanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VsanSettings default: vnic.VsanSettings x-enum-as-string: true DefaultVlanId: description: Default VLAN of the virtual interface in Standalone Rack server. Setting the value to 0 is equivalent to None and will not associate any Default VLAN to the traffic on the virtual interface (0-4094). type: integer format: int64 default: 0 minimum: 0 maximum: 4094 x-omitempty: true Id: description: VSAN ID of the virtual interface in FI attached server (1-4094). type: integer format: int64 default: 1 minimum: 1 maximum: 4094 x-omitempty: true vnic.IscsiStaticTargetPolicyInventory.Relationship: description: A relationship to the 'vnic.IscsiStaticTargetPolicyInventory' resource, or the expanded 'vnic.IscsiStaticTargetPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.IscsiStaticTargetPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory' discriminator: propertyName: ClassId vnic.IscsiAdapterPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiAdapterPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiAdapterPolicyInventory' resources." x-one-of-name: vnic.IscsiAdapterPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiAdapterPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.ServiceEthIfInventory: title: Service Virtual Ethernet Interface description: Service Virtual Ethernet Interface is created on each adapter to export netflow records to the collector via the Fabric Interconnect. x-allOf-name: vnic.ServiceEthIfInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.ServiceEthIfInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.ServiceEthIfInventory default: vnic.ServiceEthIfInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.ServiceEthIfInventory default: vnic.ServiceEthIfInventory x-enum-as-string: true AdapterId: description: Adapter Information for server. type: string readOnly: true x-omitempty: true Name: description: Name of the service virtual ethernet interface. type: string pattern: ^[a-zA-Z0-9-._:]+$ maxLength: 31 readOnly: true x-omitempty: true OverriddenList: type: - array - 'null' items: description: The list of properties in the derived MO which override the attached template properties. type: string readOnly: true x-omitempty: true Placement: description: Placement Settings for the virtual interface. $ref: '#/components/schemas/vnic.PlacementSettings' readOnly: true x-omitempty: true TemplateActions: type: - array - 'null' items: description: 'The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy. For example, you can schedule sync action to the current derived object from its source template (syncOne). Action parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs. For example, in case of sync with template action, there can be two action parameters- name-SyncType, value-SyncOne. name-SyncTimer, value-time in seconds.' $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry readOnly: true x-omitempty: true TemplateSyncErrors: type: - array - 'null' items: description: The list of errors encountered when the sync action was executed. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError readOnly: true x-omitempty: true TemplateSyncStatus: description: 'The sync status of the current MO wrt the attached Template MO. * `None` - The Enum value represents that the object is not attached to any template. * `OK` - The Enum value represents that the object values are in sync with attached template. * `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template. * `InProgress` - The Enum value represents that the object sync with the attached template is in progress. * `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.' type: string enum: - None - OK - Scheduled - InProgress - OutOfSync default: None readOnly: true x-omitempty: true VifId: description: The Vif Id should be same as the channel number of the vethernet created on switch in order to set up the data path. The property is applicable only for Fabric Interconnect attached servers where a vethernet is created on the switch for every vNIC. type: integer format: int64 readOnly: true x-omitempty: true macpool.Reservation: title: Macpool:Reservation description: The MAC reservation object, used to hold reserved addresses. x-allOf-name: macpool.Reservation allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/pool.Reservation - type: object description: Definition of the list of properties defined in 'macpool.Reservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - macpool.Reservation default: macpool.Reservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - macpool.Reservation default: macpool.Reservation x-enum-as-string: true Identity: description: MAC identity to be reserved. type: string x-createOnly: true x-omitempty: true MemberOf: type: - array - 'null' items: description: Reference to Mac pool and block MOs to which this reserved identity belongs. $ref: '#/components/schemas/macpool.MemberOf' readOnly: true x-omitempty: true BlockHead: $ref: '#/components/schemas/macpool.IdBlock.Relationship' description: 'A reference to a macpoolIdBlock resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Pool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' PoolMember: $ref: '#/components/schemas/macpool.PoolMember.Relationship' description: 'A reference to a macpoolPoolMember resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Universe: $ref: '#/components/schemas/macpool.Universe.Relationship' description: 'A reference to a macpoolUniverse resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.EthVethInventory: title: Vethernet description: QoS settings on FI corresponding to a server’s vNIC. x-allOf-name: vnic.EthVethInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.EthVethInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthVethInventory default: vnic.EthVethInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthVethInventory default: vnic.EthVethInventory x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vNIC. type: integer format: int64 default: 1024 minimum: 1024 maximum: 1000000 x-omitempty: true Description: description: Description of the virtual FC interface. type: string readOnly: true x-omitempty: true Name: description: Name of the virtual ethernet interface. type: string readOnly: true x-omitempty: true Priority: description: 'The priortity matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort readOnly: true x-omitempty: true RateLimit: description: The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.FcIfInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcIfInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcIfInventory' resources." x-one-of-name: vnic.FcIfInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcIfInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.EthQosPolicy: title: Ethernet QoS description: 'The EthQosPolicy object defines Quality of Service (QoS) parameters for Ethernet traffic on virtual network interfaces. It enables prioritization and control of outbound traffic for optimized performance. #### Purpose EthQosPolicy centralizes QoS settings, such as bandwidth limits and class of service, ensuring predictable and enforceable traffic behavior across vNICs. #### Key Concepts - **QoS Enforcement:** Regulates traffic classes, bandwidth, and packet handling. - **Integration with vNICs:** Directly associated with Ethernet interfaces for seamless policy application. - **Scalable Management:** Supports centralized control for consistent QoS across multiple environments.' x-allOf-name: vnic.EthQosPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.EthQosPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthQosPolicy default: vnic.EthQosPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthQosPolicy default: vnic.EthQosPolicy x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vNIC. type: integer format: int64 default: 10240 minimum: 1 maximum: 1000000 x-omitempty: true Cos: description: Class of Service to be associated to the traffic on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 6 x-omitempty: true Mtu: description: The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.Only 5th Gen Adapters and above with firmware version 5.4.2.15 and later support MTU size greater than 9000. type: integer format: int64 default: 1500 minimum: 1500 maximum: 9158 x-omitempty: true Priority: description: 'The priority matching the System QoS specified in the fabric profile. * `Best Effort` - QoS Priority for Best-effort traffic. * `FC` - QoS Priority for FC traffic. * `Platinum` - QoS Priority for Platinum traffic. * `Gold` - QoS Priority for Gold traffic. * `Silver` - QoS Priority for Silver traffic. * `Bronze` - QoS Priority for Bronze traffic.' type: string enum: - Best Effort - FC - Platinum - Gold - Silver - Bronze default: Best Effort x-omitempty: true RateLimit: description: The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 x-omitempty: true TrustHostCos: description: Enables usage of the Class of Service provided by the operating system. type: boolean default: false x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true iqnpool.Reservation.Relationship: description: A relationship to the 'iqnpool.Reservation' resource, or the expanded 'iqnpool.Reservation' resource, or the 'null' value. x-one-of-name: iqnpool.Reservation.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.Reservation' discriminator: propertyName: ClassId ippool.IpV6Config: title: Ippool:Ip V6 Config description: Network interface configuration data for IPv6 interfaces. Netmask, Gateway and DNS settings. x-allOf-name: ippool.IpV6Config allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'ippool.IpV6Config', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - ippool.IpV6Config default: ippool.IpV6Config x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - ippool.IpV6Config default: ippool.IpV6Config x-enum-as-string: true Gateway: description: IP address of the default IPv6 gateway. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true Prefix: description: A prefix length which masks the IP address and divides the IP address into network address and host address. type: integer format: int64 minimum: 0 maximum: 127 x-omitempty: true PrimaryDns: description: IP Address of the primary Domain Name System (DNS) server. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true SecondaryDns: description: IP Address of the secondary Domain Name System (DNS) server. type: string pattern: ^$|^(([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{0,4}|:[0-9A-Fa-f]{1,4})?|(:[0-9A-Fa-f]{1,4}){0,2})|(:[0-9A-Fa-f]{1,4}){0,3})|(:[0-9A-Fa-f]{1,4}){0,4})|:(:[0-9A-Fa-f]{1,4}){0,5})((:[0-9A-Fa-f]{1,4}){2}|:(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])(\.(25[0-5]|(2[0-4]|1[0-9]|[1-9])?[0-9])){3})|(([0-9A-Fa-f]{1,4}:){1,6}|:):[0-9A-Fa-f]{0,4}|([0-9A-Fa-f]{1,4}:){7}:)$ x-omitempty: true vnic.LanConnectivityPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.LanConnectivityPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.LanConnectivityPolicy' resources." x-one-of-name: vnic.LanConnectivityPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.LanConnectivityPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcVhbaPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.FcVhbaPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcVhbaPolicyInventory' resources." x-one-of-name: vnic.FcVhbaPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcVhbaPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicyInventory: title: Fibre Channel Adapter description: 'The FcAdapterPolicy object manages the configuration and operational parameters of Fibre Channel adapters. It governs how adapters handle traffic, error recovery, and performance tuning. #### Purpose FcAdapterPolicy centralizes the management of advanced features for Fibre Channel adapters, including error recovery, queue management, and interrupt handling to maximize storage performance. #### Key Concepts - **Advanced Adapter Settings:** Controls error recovery, queue depths, and I/O throttling. - **Integration with vHBAs:** Applied to vHBA objects to govern their runtime behavior.' x-allOf-name: vnic.FcAdapterPolicyInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory - type: object description: Definition of the list of properties defined in 'vnic.FcAdapterPolicyInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcAdapterPolicyInventory default: vnic.FcAdapterPolicyInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcAdapterPolicyInventory default: vnic.FcAdapterPolicyInventory x-enum-as-string: true ErrorDetectionTimeout: description: Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred. type: integer format: int64 default: 2000 minimum: 1000 maximum: 100000 readOnly: true x-omitempty: true ErrorRecoverySettings: description: Fibre Channel Error Recovery Settings. $ref: '#/components/schemas/vnic.FcErrorRecoverySettings' readOnly: true x-omitempty: true FlogiSettings: description: Fibre Channel Flogi Settings. $ref: '#/components/schemas/vnic.FlogiSettings' readOnly: true x-omitempty: true InterruptSettings: description: Interrupt Settings for the virtual fibre channel interface. $ref: '#/components/schemas/vnic.FcInterruptSettings' readOnly: true x-omitempty: true IoThrottleCount: description: The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed. type: integer format: int64 default: 512 minimum: 1 maximum: 1024 readOnly: true x-omitempty: true LunCount: description: The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version. type: integer format: int64 default: 1024 minimum: 1 maximum: 16384 readOnly: true x-omitempty: true LunQueueDepth: description: The number of commands that the HBA can send and receive in a single transmission per LUN. type: integer format: int64 default: 20 minimum: 1 maximum: 254 readOnly: true x-omitempty: true PlogiSettings: description: Fibre Channel Plogi Settings. $ref: '#/components/schemas/vnic.PlogiSettings' readOnly: true x-omitempty: true ResourceAllocationTimeout: description: Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated. type: integer format: int64 default: 10000 minimum: 5000 maximum: 100000 readOnly: true x-omitempty: true RxQueueSettings: description: Fibre Channel Receive Queue Settings. $ref: '#/components/schemas/vnic.FcQueueSettings' readOnly: true x-omitempty: true ScsiQueueSettings: description: SCSI Input/Output Queue Settings. $ref: '#/components/schemas/vnic.ScsiQueueSettings' readOnly: true x-omitempty: true TxQueueSettings: description: Fibre Channel Transmit Queue Settings. $ref: '#/components/schemas/vnic.FcQueueSettings' readOnly: true x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.LcpStatus: title: LCP Status description: An internal MO to check if a LCP can be deployed or not on a specific Server Profile. x-allOf-name: vnic.LcpStatus allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'vnic.LcpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.LcpStatus default: vnic.LcpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.LcpStatus default: vnic.LcpStatus x-enum-as-string: true Reason: description: The reason for the status - it will be empty if status is ok or validating. If error, it will have the appropriate message indicating the reason for failure. type: string x-omitempty: true Status: description: 'Indicates if the LCP is ready for Deploy or not. * `ok` - No issues with the LCP/SCP/VIF. * `error` - The LCP/SCP/VIF cannot be deployed due to error. * `validating` - Validation in progress for the LCP.' type: string enum: - ok - error - validating default: ok x-omitempty: true VnicInfo: type: - array - 'null' items: description: The status of all the vNICs in the LCP. $ref: '#/components/schemas/vnic.VifStatus' x-omitempty: true Profile: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigProfile.Relationship description: 'A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.IscsiBootPolicy.Relationship: description: A relationship to the 'vnic.IscsiBootPolicy' resource, or the expanded 'vnic.IscsiBootPolicy' resource, or the 'null' value. x-one-of-name: vnic.IscsiBootPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.IscsiBootPolicy' discriminator: propertyName: ClassId iqnpool.Block.Relationship: description: A relationship to the 'iqnpool.Block' resource, or the expanded 'iqnpool.Block' resource, or the 'null' value. x-one-of-name: iqnpool.Block.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/iqnpool.Block' discriminator: propertyName: ClassId vnic.BaseEthIf: title: Vnic description: A Vnic specifying configuration settings. x-allOf-name: vnic.BaseEthIf allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyItem - type: object description: Definition of the list of properties defined in 'vnic.BaseEthIf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - vnic.EthIf - vnic.VnicTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - vnic.EthIf - vnic.VnicTemplate x-enum-as-string: true Cdn: description: Consistent Device Naming configuration for the virtual NIC. $ref: '#/components/schemas/vnic.Cdn' x-omitempty: true FailoverEnabled: description: Enabling failover ensures that traffic from the vNIC automatically fails over to the secondary Fabric Interconnect, in case the specified Fabric Interconnect path goes down. Failover applies only to Cisco VICs that are connected to a Fabric Interconnect cluster. type: boolean default: false x-omitempty: true PinGroupName: description: Pingroup name associated to vNIC for static pinning. LCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vNIC traffic. type: string pattern: ^$|^[a-zA-Z0-9_.:-]{1,64}$ x-omitempty: true SriovSettings: description: Single Root Input Output Virtualization (SR-IOV) Settings that enable one physical ethernet socket to appear as multiple NICs to the hypervisor. $ref: '#/components/schemas/vnic.SriovSettings' x-omitempty: true UsnicSettings: description: User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. $ref: '#/components/schemas/vnic.UsnicSettings' x-omitempty: true VmqSettings: description: Virtual Machine Queue Settings for the virtual interface that allow efficient transfer of network traffic to the guest OS. $ref: '#/components/schemas/vnic.VmqSettings' x-omitempty: true EthAdapterPolicy: $ref: '#/components/schemas/vnic.EthAdapterPolicy.Relationship' description: 'A reference to a vnicEthAdapterPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' EthNetworkPolicy: $ref: '#/components/schemas/vnic.EthNetworkPolicy.Relationship' description: 'A reference to a vnicEthNetworkPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' EthQosPolicy: $ref: '#/components/schemas/vnic.EthQosPolicy.Relationship' description: 'A reference to a vnicEthQosPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' FabricEthNetworkControlPolicy: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.EthNetworkControlPolicy.Relationship description: 'A reference to a fabricEthNetworkControlPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' FabricEthNetworkGroupPolicy: description: An array of relationships to fabricEthNetworkGroupPolicy resources. type: - array - 'null' items: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship IscsiBootPolicy: $ref: '#/components/schemas/vnic.IscsiBootPolicy.Relationship' description: 'A reference to a vnicIscsiBootPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' MacPool: $ref: '#/components/schemas/macpool.Pool.Relationship' description: 'A reference to a macpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.FcIf.List: title: List of 'vnic.FcIf' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcIf'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcIf' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcIf' vnic.EthQosPolicy.Relationship: description: A relationship to the 'vnic.EthQosPolicy' resource, or the expanded 'vnic.EthQosPolicy' resource, or the 'null' value. x-one-of-name: vnic.EthQosPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.EthQosPolicy' discriminator: propertyName: ClassId vnic.EthNetworkPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.EthNetworkPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthNetworkPolicy' resources." x-one-of-name: vnic.EthNetworkPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthNetworkPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.FcAdapterPolicy.Response: description: "The response body of a HTTP GET request for the 'vnic.FcAdapterPolicy' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.FcAdapterPolicy' resources." x-one-of-name: vnic.FcAdapterPolicy.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.FcAdapterPolicy.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.UsnicSettings: title: USNIC Settings description: User Space NIC Settings that enable low-latency and higher throughput by bypassing the kernel layer when sending/receiving packets. x-allOf-name: vnic.UsnicSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.UsnicSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.UsnicSettings default: vnic.UsnicSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.UsnicSettings default: vnic.UsnicSettings x-enum-as-string: true Cos: description: Class of Service to be used for traffic on the usNIC. type: integer format: int64 default: 5 minimum: 0 maximum: 6 x-omitempty: true Count: description: Number of usNIC interfaces to be created. When usNIC is enabled, the valid values are from 1 to 225. When usNIC is disabled, the default value is 0. type: integer format: int64 minimum: 0 maximum: 225 x-omitempty: true UsnicAdapterPolicy: description: Ethernet Adapter policy to be associated with the usNICs. type: string x-omitempty: true vnic.IscsiStaticTargetPolicyInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.IscsiStaticTargetPolicyInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.IscsiStaticTargetPolicyInventory' resources." x-one-of-name: vnic.IscsiStaticTargetPolicyInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicyInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.LanConnectivityPolicy.Relationship: description: A relationship to the 'vnic.LanConnectivityPolicy' resource, or the expanded 'vnic.LanConnectivityPolicy' resource, or the 'null' value. x-one-of-name: vnic.LanConnectivityPolicy.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.LanConnectivityPolicy' discriminator: propertyName: ClassId vnic.IscsiStaticTargetPolicy.List: title: List of 'vnic.IscsiStaticTargetPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.IscsiStaticTargetPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.IscsiStaticTargetPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.IscsiStaticTargetPolicy' vnic.VlanSettings: title: VLAN Settings description: VLAN configuration for the virtual interface. x-allOf-name: vnic.VlanSettings allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.VlanSettings', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.VlanSettings default: vnic.VlanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.VlanSettings default: vnic.VlanSettings x-enum-as-string: true AllowedVlans: description: Allowed VLAN IDs of the virtual interface. type: string pattern: ^$|^((\d+\-\d+)|(\d+))(,((\d+\-\d+)|(\d+)))*$ x-omitempty: true DefaultVlan: description: Native VLAN ID of the virtual interface or the corresponding vethernet on the peer Fabric Interconnect to which the virtual interface is connected. Setting the ID to 0 will not associate any native VLAN to the traffic on the virtual interface. type: integer format: int64 default: 0 minimum: 0 maximum: 4094 x-omitempty: true Mode: description: 'Option to determine if the port can carry single VLAN (Access) or multiple VLANs (Trunk) traffic. * `ACCESS` - An access port carries traffic only for a single VLAN on the interface. * `TRUNK` - A trunk port can have two or more VLANs configured on the interface. It can carry traffic for several VLANs simultaneously.' type: string enum: - ACCESS - TRUNK default: ACCESS x-omitempty: true QinqEnabled: description: Enable QinQ (802.1Q-in-802.1Q) Tunneling on the vNIC. type: boolean default: false x-omitempty: true QinqVlan: description: When activating VIC QinQ (802.1Q-in-802.1Q) Tunneling, a particular VLAN ID is set. In Access VLAN mode, this QinQ VLAN ID is established as the default VLAN. type: integer format: int64 default: 2 minimum: 2 maximum: 4093 x-omitempty: true vnic.FcVhbaPolicyInventory.List: title: List of 'vnic.FcVhbaPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.FcVhbaPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.FcVhbaPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.FcVhbaPolicyInventory' vnic.FcVethInventory: title: Fibre Channel Vethernet description: A Fibre Channel Quality of Service (QoS) policy assigns a system class to the outgoing traffic for a vHBA. This system class determines the quality of service for the outgoing traffic. For certain adapters additional controls can also be specified like burst and rate on the outgoing traffic. x-allOf-name: vnic.FcVethInventory allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractInventory - type: object description: Definition of the list of properties defined in 'vnic.FcVethInventory', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcVethInventory default: vnic.FcVethInventory x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcVethInventory default: vnic.FcVethInventory x-enum-as-string: true Burst: description: The burst traffic, in bytes, allowed on the vNIC. type: integer format: int64 default: 1024 minimum: 1024 maximum: 1000000 x-omitempty: true Description: description: Description of the virtual FC interface. type: string readOnly: true x-omitempty: true Name: description: Name of the virtual FC interface. type: string x-omitempty: true RateLimit: description: The value in Mbps to use for limiting the data rate on the virtual interface. Setting this to zero will turn rate limiting off. type: integer format: int64 default: 0 minimum: 0 maximum: 100000 x-omitempty: true TargetMo: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.Cdn: title: Consistent Device Naming description: Consistent Device Naming configuration for the virtual NIC. x-allOf-name: vnic.Cdn allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.Cdn', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.Cdn default: vnic.Cdn x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.Cdn default: vnic.Cdn x-enum-as-string: true Source: description: 'Source of the CDN. It can either be user specified or be the same as the vNIC name. * `vnic` - Source of the CDN is the same as the vNIC name. * `user` - Source of the CDN is specified by the user.' type: string enum: - vnic - user default: vnic x-omitempty: true Value: description: The CDN value entered in case of user defined mode. type: string pattern: ^[a-zA-Z0-9\-\._:]*$ maxLength: 31 x-omitempty: true macpool.PoolMember.Relationship: description: A relationship to the 'macpool.PoolMember' resource, or the expanded 'macpool.PoolMember' resource, or the 'null' value. x-one-of-name: macpool.PoolMember.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/macpool.PoolMember' discriminator: propertyName: ClassId vnic.EthQosPolicyInventory.List: title: List of 'vnic.EthQosPolicyInventory' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse - type: object properties: Count: description: 'The total number of ''vnic.EthQosPolicyInventory'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'vnic.EthQosPolicyInventory' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/vnic.EthQosPolicyInventory' vnic.LcpStatus.Response: description: "The response body of a HTTP GET request for the 'vnic.LcpStatus' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.LcpStatus' resources." x-one-of-name: vnic.LcpStatus.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.LcpStatus.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vrf.Vrf: title: Vrf:Vrf description: 'The Vrf object implements an isolated Layer 3 domain, enabling advanced networking configurations and routing. #### Purpose The Vrf object provides a framework for creating isolated networking domains, facilitating advanced routing and network management within systems. #### Key Concepts - **Layer 3 Isolation:** Implements isolated Layer 3 domains, supporting advanced network configurations and management. - **Network Management:** Facilitates structured management of routing and forwarding, ensuring efficient network operations. - **Access Control:** Enables secure configuration and management of VRFs, ensuring authorized access and operations.' x-allOf-name: vrf.Vrf allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo - type: object description: Definition of the list of properties defined in 'vrf.Vrf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vrf.Vrf default: vrf.Vrf x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vrf.Vrf default: vrf.Vrf x-enum-as-string: true Description: description: Description to help identify or describe this VRF. type: string x-omitempty: true Name: description: Name of the Virtual Routing and Forwarding Instance. type: string x-omitempty: true Account: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/iam.Account.Relationship description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true vnic.BaseFcIf: title: Vhba description: A Vhba specifying configuration settings. x-allOf-name: vnic.BaseFcIf allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyItem - type: object description: Definition of the list of properties defined in 'vnic.BaseFcIf', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - vnic.FcIf - vnic.VhbaTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - vnic.FcIf - vnic.VhbaTemplate x-enum-as-string: true PersistentBindings: description: Enables retention of LUN ID associations in memory until they are manually cleared. type: boolean x-omitempty: true PinGroupName: description: Pingroup name associated to vfc for static pinning. SCP deploy will resolve pingroup name and fetches the correspoding uplink port/port channel to pin the vfc traffic. type: string pattern: ^$|^[a-zA-Z0-9_.:-]{1,64}$ x-omitempty: true Type: description: 'VHBA Type configuration for SAN Connectivity Policy. This configuration is supported only on Cisco VIC 14XX series and higher series of adapters. * `fc-initiator` - The default value set for vHBA Type Configuration. Fc-initiator specifies vHBA as a consumer of storage. Enables SCSI commands to transfer data and status information between host and target storage systems. * `fc-nvme-initiator` - Fc-nvme-initiator specifies vHBA as a consumer of storage. Enables NVMe-based message commands to transfer data and status information between host and target storage systems. * `fc-nvme-target` - Fc-nvme-target specifies vHBA as a provider of storage volumes to initiators. Enables NVMe-based message commands to transfer data and status information between host and target storage systems. Currently tech-preview, only enabled with an asynchronous driver. * `fc-target` - Fc-target specifies vHBA as a provider of storage volumes to initiators. Enables SCSI commands to transfer data and status information between host and target storage systems. fc-target is enabled only with an asynchronous driver.' type: string enum: - fc-initiator - fc-nvme-initiator - fc-nvme-target - fc-target default: fc-initiator x-omitempty: true FcAdapterPolicy: $ref: '#/components/schemas/vnic.FcAdapterPolicy.Relationship' description: 'A reference to a vnicFcAdapterPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' FcNetworkPolicy: $ref: '#/components/schemas/vnic.FcNetworkPolicy.Relationship' description: 'A reference to a vnicFcNetworkPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' FcQosPolicy: $ref: '#/components/schemas/vnic.FcQosPolicy.Relationship' description: 'A reference to a vnicFcQosPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' FcZonePolicies: description: An array of relationships to fabricFcZonePolicy resources. type: - array - 'null' items: $ref: intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fabric.FcZonePolicy.Relationship WwpnPool: $ref: '#/components/schemas/fcpool.Pool.Relationship' description: 'A reference to a fcpoolPool resource. When the $expand query parameter is specified, the referenced resource is returned inline.' vnic.FcIfOldInfo: title: FcIf Old Deployed Info description: Deployed information related to lease and vif id. x-allOf-name: vnic.FcIfOldInfo allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType - type: object description: Definition of the list of properties defined in 'vnic.FcIfOldInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.FcIfOldInfo default: vnic.FcIfOldInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.FcIfOldInfo default: vnic.FcIfOldInfo x-enum-as-string: true StaticWwpnAddress: description: 'The WWPN address must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. Allowed ranges are 20:00:00:00:00:00:00:00 to 20:FF:FF:FF:FF:FF:FF:FF or from 50:00:00:00:00:00:00:00 to 5F:FF:FF:FF:FF:FF:FF:FF. To ensure uniqueness of WWN''s in the SAN fabric, you are strongly encouraged to use the WWN prefix - 20:00:00:25:B5:xx:xx:xx.' type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true VifId: description: Old Vif id that was associated with the interface. type: integer format: int64 readOnly: true x-omitempty: true Wwpn: description: The WWPN address that is assigned to the vHBA based on the wwn pool that has been assigned to the SAN Connectivity Policy. type: string pattern: ^$|((^20|5[0-9a-fA-F]{1}):([0-9a-fA-F]{2}:){6}([0-9a-fA-F]{2})$) readOnly: true x-omitempty: true WwpnAddressType: description: 'Type of allocation selected to assign a WWPN address to the vhba. * `POOL` - The user selects a pool from which the mac/wwn address will be leased for the Virtual Interface. * `STATIC` - The user assigns a static mac/wwn address for the Virtual Interface.' type: string enum: - POOL - STATIC default: POOL readOnly: true x-omitempty: true WwpnPool: description: WWPN Pool configured in the SAN Connectivity Policy. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef readOnly: true x-omitempty: true Wwpnlease: description: WWPN Lease taken for the vhba configured in the San Connectivity Policy. $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef readOnly: true x-omitempty: true vnic.EthNetworkPolicy: title: Ethernet Network description: 'The EthNetworkPolicy object controls the VLAN and Ethernet network configuration for virtual interfaces. It defines how VLAN traffic is managed and tagged as it traverses the network infrastructure. This policy applies only to standalone servers. #### Purpose EthNetworkPolicy enforces VLAN policies and traffic handling for vNICs, ensuring that network segmentation and access controls are applied consistently across all connected endpoints. #### Key Concepts - **VLAN Management:** Specifies access or trunk modes, native VLANs, and allowed VLANs for interfaces. - **Policy Attachment:** Linked to vNICs and LAN connectivity policies for unified configuration.' x-allOf-name: vnic.EthNetworkPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.EthNetworkPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.EthNetworkPolicy default: vnic.EthNetworkPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.EthNetworkPolicy default: vnic.EthNetworkPolicy x-enum-as-string: true TargetPlatform: description: 'The platform for which the server profile is applicable. It can either be a server that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight. * `Standalone` - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected. * `FIAttached` - Servers which are connected to a Fabric Interconnect that is managed by Intersight. * `UnifiedEdgeServer` - Unified Edge sleds that is managed by Intersight.' type: string enum: - Standalone - FIAttached - UnifiedEdgeServer default: Standalone x-omitempty: true VlanSettings: description: VLAN configuration for the virtual interface. $ref: '#/components/schemas/vnic.VlanSettings' x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.EthVethInventory.Response: description: "The response body of a HTTP GET request for the 'vnic.EthVethInventory' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'vnic.EthVethInventory' resources." x-one-of-name: vnic.EthVethInventory.Response oneOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount - $ref: '#/components/schemas/vnic.EthVethInventory.List' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.AggregateTransform - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.TagSummary discriminator: propertyName: ObjectType vnic.IscsiAdapterPolicy: title: iSCSI Adapter description: "The IscsiAdapterPolicy object governs the operational behavior of iSCSI adapters, including timeout and retry settings, to ensure robust and reliable storage connectivity.\n#### Purpose \nIscsiAdapterPolicy provides fine-grained control over iSCSI adapter parameters, optimizing connectivity and performance for network-based storage.\n#### Key Concepts\n- **Operational Control:** Manages connection timeouts, retry counts, and DHCP timeouts for iSCSI operations.\n- *Integration with Boot Policies:** Works in tandem with iSCSI boot and target policies." x-allOf-name: vnic.IscsiAdapterPolicy allOf: - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicy - type: object description: Definition of the list of properties defined in 'vnic.IscsiAdapterPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - vnic.IscsiAdapterPolicy default: vnic.IscsiAdapterPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - vnic.IscsiAdapterPolicy default: vnic.IscsiAdapterPolicy x-enum-as-string: true ConnectionTimeOut: description: The number of seconds to wait until Cisco UCS assumes that the initial login has failed and the iSCSI adapter is unavailable. type: integer format: int64 minimum: 0 maximum: 255 x-omitempty: true DhcpTimeout: description: The number of seconds to wait before the initiator assumes that the DHCP server is unavailable. type: integer format: int64 minimum: 60 maximum: 300 x-omitempty: true LunBusyRetryCount: description: The number of times to retry the connection in case of a failure during iSCSI LUN discovery. type: integer format: int64 minimum: 0 maximum: 60 x-omitempty: true Organization: $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true vnic.LanConnectivityPolicyInventory.Relationship: description: A relationship to the 'vnic.LanConnectivityPolicyInventory' resource, or the expanded 'vnic.LanConnectivityPolicyInventory' resource, or the 'null' value. x-one-of-name: vnic.LanConnectivityPolicyInventory.Relationship oneOf: - type: 'null' - $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef - $ref: '#/components/schemas/vnic.LanConnectivityPolicyInventory' discriminator: propertyName: ClassId headers: x-starship-traceid: description: A value that uniquely identifies a HTTP request and its response. schema: type: string Set-Cookie: description: Cookie authentication key for use with the `cookieAuth` apiKey authentication. schema: type: string example: X-Starship-Token=abcde12345; Path=/ Content-Length: description: Indicates the size of the entity-body, in bytes, sent to the recipient. schema: type: integer 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 links: 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}'. 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}'. parameters: 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 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, and the ''CreateTime'' and ''ModTime'' properties, which are explicitly specified in the $select query. The results are filtered and only include the resources that were created less than two hours ago.' 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 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 the lost update problem. It can check if the modification of a resource that the user wants to upload will not override another change that has been done since the original resource was fetched. If the request cannot be fulfilled, the 412 (Precondition Failed) response is returned. When modifying a resource using POST or PUT, the If-Match header must be set to the value of the resource ModTime property after which no lost update problem should occur. For example, a client send a GET request to obtain a resource, which includes the ModTime property. The ModTime indicates the last time the resource was created or modified. The client then sends a POST or PUT request with the If-Match header set to the ModTime property of the resource as obtained in the GET request.' 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. A URI with an "at" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type 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 applyParam: name: $apply in: query description: 'Specify one or more transformation operations to perform aggregation on the resources. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. The "$apply" query takes a sequence of set transformations, separated by forward slashes to express that they are consecutively applied, i.e., the result of each transformation is the input to the next transformation. Supported aggregation methods are "aggregate" and "groupby". The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns a result set with a single instance, representing the aggregated value for all instances in the input set. The **groupby** transformation takes one or two parameters and 1. 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, 2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality, 3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, 4. Concatenates the intermediate result sets into one result set. A groupby transformation affects the structure of the result set.' 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 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 a resource not known to exist, guaranteeing that another resource creation didn''t happen before, losing the data of the previous put. The request will be processed only if the eventually existing resource''s ETag doesn''t match any of the values listed. Otherwise, the status code 412 (Precondition Failed) is used. The asterisk is a special value representing any resource. It is only useful when creating a resource, usually with PUT, to check if another resource with the identity has already been created before. The comparison with the stored ETag uses the weak comparison algorithm, meaning two resources are considered identical if the content is equivalent - they don''t have to be identical byte for byte.' required: false schema: type: string 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 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 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 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 moidParam: name: Moid in: path required: true description: The unique Moid identifier of a resource instance. schema: type: string filterParam: name: $filter in: query description: 'Filter criteria for the resources to return. A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the $filter option. The expression language that is used in $filter queries supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (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. The now() function is resolved to the current time in the Intersight service when the query is processed. ''PT72H'' is a string value that represents 72 hours. See https://intersight.com/apidocs for more details about how to construct a duration. The "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 responses: http_status_400: description: 'The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. For example, the request may contain an incorrect JSON syntax, or the request fails validation checks. The 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 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 http_status_403: description: 'The request was properly authenticated, but the server is refusing to fulfill it. The HTTP body may contain a document that provides more details about the error. For 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 http_status_401: description: 'The request requires user authentication. The client may repeat the request with a suitable Authorization header field. If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. The 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 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 must be registered by creating a iam.AppRegistration resource. The user who creates the iam.AppRegistration resource can specify a list of OAuth2 scopes. These iam.AppRegistration scopes restricts which subset of scopes a registered client can obtain. Supported OAuth2 flows are: **Authorization Code** In the authorization code flow, the client sends a list of requested scopes to the authorization URL (/iam/app-authorize). The scope in the authorization request must be one of the scopes that have been configured in the corresponding iam.AppRegistration resource. **Client Credentials** In the client credentials flow, the scope is selected when the AppRegistration is 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. You can perform all administrative and management tasks, including claim and manage devices, create and deploy Server and HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups, configure Identity providers and more. ' ROLE.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' ROLE.Automation Governance: 'As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows, Tasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance to publish these assets. ' ROLE.Catalog Administrator: 'As a Catalog Administrator, you can create workflows, custom data types, resource selection policies, service items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item instance. Also, you can view and publish the catalog items. ' ROLE.Catalog User: 'As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item, track the catalog item execution, view the service item instance that is created or assigned to you, and perform post-deployment operations on the service item instances. ' ROLE.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' ROLE.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' ROLE.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HCI Cluster Operator: 'As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' ROLE.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. 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. ' ROLE.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' ROLE.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' ROLE.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect. However, you cannot change cluster configuration. ' ROLE.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' ROLE.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' ROLE.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks, create backups, view syslogs, and configure encryption. ' ROLE.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' 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 view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage targets associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage. The ability to create and view IP pools is also allowed. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage targets associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. This role also provides the capability to view IP pools. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Location Management: 'As a user with location management privileges, you can manage location, including creating, updating, and deleting. ' ROLE.Network Administrator: 'As a Network Administrator, you can create, update, delete and view the Managed network device objects. The capability to view and execute workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Network Operator: 'As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Nexus Administrator: 'As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes claiming devices, updating policy configuration, and monitoring the system. ' ROLE.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others. ' ROLE.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' ROLE.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies and monitoring active flows. This role does not include any permission which allows the system to be changed. ' ROLE.Read-Only: 'As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences, and generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or perform any server actions. ' ROLE.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' ROLE.Service Designer: 'As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria, and use these to design the service items. The service designer can validate the service items by using the deployment and post-deployment actions. ' ROLE.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can execute the workflow and validate the catalog or service items. ' ROLE.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' ROLE.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. ' ROLE.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' ROLE.Tag Management: 'As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags. ' 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. ' 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. ' ROLE.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' ROLE.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' ROLE.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' ROLE.Workload Administrator: 'As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments. ' ROLE.Workload Operator: 'As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions. ' 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, run plans for workload optimization. ' ROLE.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' 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. You can perform all administrative and management tasks, including claim and manage devices, create and deploy Server and HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups, configure Identity providers and more. ' ROLE.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' ROLE.Automation Governance: 'As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows, Tasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance to publish these assets. ' ROLE.Catalog Administrator: 'As a Catalog Administrator, you can create workflows, custom data types, resource selection policies, service items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item instance. Also, you can view and publish the catalog items. ' ROLE.Catalog User: 'As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item, track the catalog item execution, view the service item instance that is created or assigned to you, and perform post-deployment operations on the service item instances. ' ROLE.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' ROLE.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' ROLE.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HCI Cluster Operator: 'As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' ROLE.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. 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. ' ROLE.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' ROLE.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' ROLE.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect. However, you cannot change cluster configuration. ' ROLE.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' ROLE.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' ROLE.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks, create backups, view syslogs, and configure encryption. ' ROLE.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' 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 view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage targets associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage. The ability to create and view IP pools is also allowed. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage targets associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. This role also provides the capability to view IP pools. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Location Management: 'As a user with location management privileges, you can manage location, including creating, updating, and deleting. ' ROLE.Network Administrator: 'As a Network Administrator, you can create, update, delete and view the Managed network device objects. The capability to view and execute workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Network Operator: 'As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Nexus Administrator: 'As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes claiming devices, updating policy configuration, and monitoring the system. ' ROLE.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others. ' ROLE.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' ROLE.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies and monitoring active flows. This role does not include any permission which allows the system to be changed. ' ROLE.Read-Only: 'As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences, and generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or perform any server actions. ' ROLE.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' ROLE.Service Designer: 'As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria, and use these to design the service items. The service designer can validate the service items by using the deployment and post-deployment actions. ' ROLE.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can execute the workflow and validate the catalog or service items. ' ROLE.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' ROLE.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. ' ROLE.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' ROLE.Tag Management: 'As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags. ' 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. ' 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. ' ROLE.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' ROLE.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' ROLE.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' ROLE.Workload Administrator: 'As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments. ' ROLE.Workload Operator: 'As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions. ' 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, run plans for workload optimization. ' ROLE.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' 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. ' PRIVSET.API keys and OAuth tokens: 'Manage API keys and OAuth tokens used for secure access to system resources and services. ' PRIVSET.Access and permissions: 'Manage access of users, user groups; and organizations, resource groups, and roles; and IP access management. ' PRIVSET.Access domains: 'Log in and interact with domain settings. ' PRIVSET.Access servers: 'Log in and interact with servers to perform operations based on privileges. ' PRIVSET.Account: 'Manage Intersight account settings. ' PRIVSET.Account Administrator: 'A set of privileges that provides complete access to all services and resources in Intersight. ' PRIVSET.Acknowledge advisories: 'Acknowledge the filed notices, end-of-life and security advisories. ' PRIVSET.Acknowledge alarms: 'Acknowledge the alarms. ' PRIVSET.Activate server profiles: 'Activate the profile on the attached server. ' 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. ' 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. ' PRIVSET.Add OS configuration links: 'Upload an OS configuration file for automated and unattended OS installation on servers to improve deployment efficiency. ' 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. ' PRIVSET.Add SCU links: 'Add the Server Configuration Utility (SCU) for automated OS installation, specifying file share locations using NFS, CIFS, or HTTP protocols. ' PRIVSET.Add and remove server profile template tags: 'Assign and manage tags for server profiles. ' PRIVSET.Add domain names: 'Configure and add a domain name to the system for proper network addressing and identification of resources. ' PRIVSET.Add explorations to dashboard: 'Add an exploration to the Intersight dashboard. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' 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. ' 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. ' PRIVSET.Add trusted IP ranges: 'Add trusted IP ranges. ' PRIVSET.Add trusted certificates: 'Upload and install certificates that are trusted by the system, enabling secure communications and verifying connection authenticity. ' PRIVSET.Alerts: 'Manage the alerts from advisories, and alarms. ' PRIVSET.Allow or Disallow Data Collection: 'Enable and disable proactive RMA, tech support bundle collection, sending additional system information to Cisco. ' PRIVSET.Allow/disallow FI and Unified Edge eCMC CLI launches: 'Enable or disable launch of FI and Unified Edge eCMC CLI. ' PRIVSET.Allow/disallow tech support bundles: 'Enable or disable tech support incident bundle collection. ' PRIVSET.Allow/disallow tunneled vKVM configurations: 'Enable or disable configuration of tunneled vKVM access. ' PRIVSET.Allow/disallow tunneled vKVM launches: 'Enable or disable launch of tunneled vKVM access. ' PRIVSET.Appliance authentication: 'Manage authentication in Intersight appliance using Single sign-on (SSO), Cisco ID, SSL/TLS Certificate and LDAP. Note: This is a virtual appliance only privilege. ' PRIVSET.Appliance configuration: 'Manage the configuration settings of the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Appliance networking: 'Manage networking settings related to the appliance. Note: This is a virtual appliance only privilege. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Apply SSL Certificate: 'As a user with the ability to apply SSL certificates, you can install and configure SSL certificates for secure communications. Note: This is a virtual appliance only privilege. ' PRIVSET.Approve Publish Requests: 'Approve Publish Requests ' PRIVSET.Assign chassis profiles: 'Link domain profiles to servers for management. ' PRIVSET.Assign domain profiles: 'Link domain profiles for server management. ' PRIVSET.Assign server profiles: 'Assign a server to the server profile. ' 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. ' 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. ' 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. ' PRIVSET.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' PRIVSET.Audit logs: 'Manage and view audit logs. ' PRIVSET.AuditD policies: 'Manage logging of user activities, configuration changes, and operational commands for FIs, leveraging the Linux audit daemon framework (auditd). ' PRIVSET.Authentication: 'Manage authentication methods and policies for securing system access. ' 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. ' PRIVSET.Automation Governance: 'As Automation Governor, you can approve or reject approval requests. ' PRIVSET.BIOS policies: 'Set the BIOS policies. ' PRIVSET.Boot Order policies: 'Set the BIOS boot mode, and enable secure boot. ' PRIVSET.Catalog Administrator: 'As a Catalog Administrator, you can create tasks, workflows, custom datatypes, resource selection criteria, service items and use these building blocks to create catalog items. You can validate these catalog items by deploying them and performing post-deployment operations on the deployed resources. The catalog administrator can publish the catalog items to an organization so that these can be consumed by the catalog users in that organization. ' PRIVSET.Catalog User: 'As a Catalog User, you can view the catalog items assigned to you, deploy the catalog item, track the service requests, view the service item instance that you have created or are assigned to you, and perform post-deployment operations on the resource. ' PRIVSET.Certificate Management policies: 'Specify and attach external certificate details to servers, supporting Root CA and IMC certificates. ' PRIVSET.Cisco ID: 'Manage Cisco identification credentials and settings used for accessing Cisco services. ' PRIVSET.Claim Devices: 'Claim devices. ' PRIVSET.Claim targets: 'Assign or register a target to the system for management or monitoring purposes. ' PRIVSET.Clear TPMs: 'Clear the Trusted Platform Module (TPM) on servers. ' PRIVSET.Clear configurations: 'Remove foreign configurations not integrated with current setups. ' 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. ' PRIVSET.Clear system event logs (SEL): 'Erase the system event log (SEL), clearing recorded events. ' PRIVSET.Clusters: 'Manage and configure clusters. ' PRIVSET.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' 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. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Configure IQN pools: 'Define and manage iSCSI Qualified Names (IQNs) pools for organized iSCSI identifier assignment. ' 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. Note: This is a virtual appliance only privilege. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Configure MFA: 'Set up and manage Multi-Factor Authentication (MFA) settings, including configuring authentication methods, policies, and user access requirements to enhance security. ' 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. Note: This is a virtual appliance only privilege. ' 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 ' 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. Note: This is a virtual appliance only privilege. ' 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. ' 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. ' PRIVSET.Configure account details: 'Set up and modify account information, including user credentials, contact details, and other account-specific settings. ' PRIVSET.Configure backup schedule: 'Set up and modify schedules for automated backups, defining timing, frequency, and scope to ensure regular and reliable data protection. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure banner message: 'Set up and modify banner messages displayed to users, providing important information, warnings, or notifications within the system interface. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure chassis profile templates: 'Manage chassis profile template settings. ' PRIVSET.Configure chassis profiles: 'Manage chassis profile settings to ensure configurations align with operational requirements and organizational standards. ' PRIVSET.Configure compute policies: 'Create, Clone, Edit or Delete the compute policies of Cisco UCS which define the configuration parameters for server resources. ' 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. Note: This is a virtual appliance only privilege. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure domain profile templates: 'Manage domain profile template. ' PRIVSET.Configure domain profiles: 'Manage domain profiles to define and apply network, storage, and compute configurations across systems. ' 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. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Configure physical chassis: 'Manage settings of a physical chassis to ensure optimal configuration and operation of chassis components within your infrastructure. ' PRIVSET.Configure physical domains: 'Manage settings of physical domains. ' PRIVSET.Configure physical servers: 'Configure settings and perform actions on physical servers to ensure they meet operational requirements. ' PRIVSET.Configure pools: 'Manage resource pools like IP, MAC, WWPN, and storage pools for efficient resource allocation. ' 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. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure storage policies: 'It allows setting up various policies to manage storage resources effectively. It includes Drive Security, SD Card, and Storage policies. ' PRIVSET.Configure vHBA templates: 'Manage vHBA Templates. ' PRIVSET.Configure vNIC templates: 'Manage vNIC Templates. ' PRIVSET.Create Approval Request: 'Create Approval Request ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Create IP pool address reservations: 'Reserve specific IP addresses within pools. ' 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. ' PRIVSET.Create IQN pools: 'Create new iSCSI Qualified Name (IQN) pools, configuring settings for iSCSI targets. ' PRIVSET.Create MAC pool address reservations: 'Reserve specific MAC addresses within pools. ' PRIVSET.Create MAC pools: 'Create new MAC address pools, configuring settings for network devices. ' PRIVSET.Create Nexus Reports: 'A set of privileges that allow the users to create nexus reports. ' 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. ' PRIVSET.Create Resource pool address reservations: 'Reserve specific resources within a resource pool to ensure allocation for particular uses and restrict general assignment. ' PRIVSET.Create Resource pools: 'Create new resource pools, configuring settings for system resource allocation. ' PRIVSET.Create UUID pool address reservations: 'Reserve specific UUIDs within a UUID pool to ensure allocation for particular devices and restrict general assignment. ' PRIVSET.Create UUID pools: 'Create new universally unique identifier (UUID) pools, configuring settings for devices or services. ' 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. ' PRIVSET.Create WWNN or WWPN pools: 'Create new WWNN or WWPN pools, managing identifiers for devices. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Create chassis profile templates from chassis profile: 'Create chassis profile templates to serve as the foundation for multiple derived chassis profiles. ' PRIVSET.Create domain profile templates from domain profile: 'Create domain profile templates from domain profiles. ' PRIVSET.Create integrated systems: 'Create new integrated systems. ' PRIVSET.Create server profile template from server profile: 'Generate new server profile templates from an existing server profiles. ' 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. ' 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. ' PRIVSET.Create, clone, and edit chassis profiles: 'Create and manage chassis profiles. ' PRIVSET.Create, clone, and edit domain profile templates: 'Create, clone and edit domain profile templates. ' PRIVSET.Create, clone, and edit domain profiles: 'Create, clone and edit domain profiles by configuring settings and policies to standardize domain operations. ' PRIVSET.Create, clone, and edit server profile templates: 'Create and manage server profiles templates. ' PRIVSET.Create, clone, and edit server profiles: 'Create and manage server profiles, attach/detach policies. ' PRIVSET.Create, clone, and edit vHBA templates: 'Create, clone and edit vHBA Templates. ' PRIVSET.Create, clone, and edit vNIC templates: 'Create, clone and edit vNIC Templates. ' PRIVSET.Datacenters: 'Manage and configure datacenters. ' PRIVSET.Datastore clusters: 'Manage and configure datastore clusters. ' PRIVSET.Datastores: 'Manage and configure datastores. ' 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. ' PRIVSET.Decommission servers: 'Safely shut down servers, disconnect from the network, and ensure data is erased and backed up in alignment with policies. ' PRIVSET.Define and edit chassis profile general properties: 'Set or edit name, description, organization and tag of chassis profiles. ' PRIVSET.Define and edit chassis profile template general properties: 'Set or edit name, description, organization and tag of chassis profile templates. ' PRIVSET.Define and edit domain profile general properties: 'Add or edit name, description, organization and tag for UCS domain profiles. ' PRIVSET.Define and edit domain profile template general properties: 'Set or edit name, description, organization and tag of domain profile templates. ' PRIVSET.Define and edit server profile general properties: 'Set or edit the Organization, name, description, tag of Server Profile. ' PRIVSET.Define and edit server profile template general properties: 'Set or edit name, description, organization and tag of server profile templates. ' PRIVSET.Define and edit vHBA template general properties: 'Set or edit name, description, organization and tag of vHBA templates. ' PRIVSET.Define and edit vNIC template general properties: 'Add or edit the name, description and tag for the vNIC templates. ' 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. ' PRIVSET.Delete Adapter Configuration policies: '' PRIVSET.Delete Approval Request: 'Delete Approval Request ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Delete Certificate Management policies: '' PRIVSET.Delete Device Connector policies: '' PRIVSET.Delete Devices: 'Delete Devices. ' 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. ' 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. ' PRIVSET.Delete IQN pools: 'Remove existing iSCSI Qualified Name (IQN) pools, managing outdated IQN allocations. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Delete MAC pools: 'Remove existing MAC pools, managing outdated MAC address allocations. ' PRIVSET.Delete Memory policies: 'As a Delete Memory Policy user, you can remove existing Memory policies, managing outdated or unnecessary permissions and access settings. ' 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. ' 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. ' PRIVSET.Delete OS configuration links: 'Remove the OS configuration file for automated and unattended OS installation on servers. ' 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). ' 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. ' PRIVSET.Delete Resource pools: 'Remove existing resource pools, managing outdated allocations. ' 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. ' 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. ' PRIVSET.Delete UUID pools: 'Remove existing universally unique identifier (UUID) pools, managing outdated UUID allocations. ' 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. ' PRIVSET.Delete WWNN or WWPN pools: 'Remove existing WWNN or WWPN pools, managing outdated allocations. ' PRIVSET.Delete chassis profile templates: 'Remove existing chassis profile templates. ' PRIVSET.Delete chassis profiles: 'Remove existing chassis profiles from your infrastructure, ensuring outdated or unnecessary configurations are managed. ' PRIVSET.Delete domain names: 'Remove existing domain names from the system, ceasing their use for network addressing and identification of resources. ' PRIVSET.Delete domain profile templates: 'Delete domain profile templates. ' PRIVSET.Delete domain profiles: 'Delete domain profiles from the system, ensuring associated configurations are managed. ' PRIVSET.Delete explorations: 'Delete an existing exploration. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Delete firmware links: 'Remove the firmware source from the software repository by deleting the file share location and protocol (NFS/CIFS/HTTP[S]). ' 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. ' PRIVSET.Delete integrated systems: 'Delete an existing integrated system. ' PRIVSET.Delete notification rule or webhook: 'Remove existing notification rules, stopping the triggering and management of alerts and notifications based on those rules. ' PRIVSET.Delete server profile templates: 'Remove server profile templates. ' PRIVSET.Delete server profiles: 'Remove server profiles. ' PRIVSET.Delete trusted IP ranges: 'Delete the trusted IP range. ' PRIVSET.Delete trusted certificates: 'Remove certificates from the system''s list of trusted certificates, ceasing their use for secure communications. ' PRIVSET.Delete vHBA templates: 'Delete vHBA Templates. ' PRIVSET.Delete vNIC templates: 'Delete vNIC Templates. ' PRIVSET.Deploy chassis profiles: 'Apply domain profiles to servers, implementing settings. ' PRIVSET.Deploy domain profiles: 'Apply domain profiles, implementing server settings. ' PRIVSET.Deploy server profiles: 'Deploy the profile to the attached server. ' PRIVSET.Deregister Smart Licenses: 'Cancel the registration of your device. ' PRIVSET.Derive profiles from chassis profile templates: 'Create profiles derived from chassis profile templates. ' PRIVSET.Derive profiles from domain profile templates: 'Create profiles derived from domain profile templates. ' PRIVSET.Derive server profiles: 'Create new server profiles using existing profiles or templates. ' PRIVSET.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' PRIVSET.Device Connector policies: 'Control configuration changes allowed from Cisco IMC, ensuring that changes are managed through Intersight. ' PRIVSET.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' PRIVSET.Devices: 'A set of privileges that allows the access to manage devices e.g. view device details, claim and delete devices. ' PRIVSET.Disable security: 'Deactivate security features on storage systems. ' PRIVSET.Disable subscriptions: 'Disable visibility of subscription details in the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Domain names: 'Manage the configurations and settings related to domain names within the system. ' PRIVSET.Download server event logs: 'Download the server''s event log (SEL) to review and analyse recorded events and errors for diagnostics. ' 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. ' PRIVSET.Edit API keys: 'Modify settings and permissions associated with existing API keys, managing their scope and access to ensure proper integration and security. ' PRIVSET.Edit Adapter Configuration policies: '' PRIVSET.Edit Adapter Configuration policies for server profile: 'Attach/detach Adapter Configuration policies. ' PRIVSET.Edit Adapter Configuration policies for server profile template: 'Attach/detach Adapter Configuration policies. ' PRIVSET.Edit AuditD policies: '' PRIVSET.Edit AuditD policies for domain profile: 'Attach/detach AuditD policies. ' PRIVSET.Edit AuditD policies for domain profile template: 'Attach/detach AuditD policies. ' PRIVSET.Edit BIOS policies: '' PRIVSET.Edit BIOS policies for server profile: 'Attach/detach BIOS policies. ' PRIVSET.Edit BIOS policies for server profile template: 'Attach/detach BIOS policies. ' PRIVSET.Edit Boot Order policies: '' PRIVSET.Edit Boot Order policies for server profile: 'Attach/detach Boot Order policies. ' PRIVSET.Edit Boot Order policies for server profile template: 'Attach/detach Boot Order policies. ' PRIVSET.Edit Certificate Management policies: '' PRIVSET.Edit Certificate Management policies for domain profile: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for domain profile template: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for server profile: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for server profile template: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Device Connector policies: '' PRIVSET.Edit Device Connector policies for server profile: 'Attach/detach Device Connector policies. ' PRIVSET.Edit Device Connector policies for server profile template: 'Attach/detach Device Connector policies. ' PRIVSET.Edit Drive Security policies: '' PRIVSET.Edit Drive Security policies for server profile: 'Attach/detach Drive Security policies. ' PRIVSET.Edit Drive Security policies for server profile template: 'Attach/detach Drive Security policies. ' PRIVSET.Edit Ethernet Adapter policies: '' PRIVSET.Edit Ethernet Adapter policies for vNIC template: 'Attach/detach Ethernet Adapter policies. ' PRIVSET.Edit Ethernet Network Control policies: '' PRIVSET.Edit Ethernet Network Control policies for vNIC template: 'Attach/detach Ethernet Network Control policies. ' PRIVSET.Edit Ethernet Network Group policies: '' PRIVSET.Edit Ethernet Network Group policies for vNIC template: 'Attach/detach Ethernet Network Group policies. ' PRIVSET.Edit Ethernet Network policies: '' PRIVSET.Edit Ethernet QoS policies: '' PRIVSET.Edit Ethernet QoS policies for vNIC template: 'Attach/detach Ethernet QoS policies. ' 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. ' PRIVSET.Edit Fibre Channel Network policies: '' PRIVSET.Edit Fibre Channel Network policies for vHBA template: 'Attach/detach Fibre Channel Network policies. ' PRIVSET.Edit Fibre Channel QoS policies: '' PRIVSET.Edit Fibre Channel QoS policies for vHBA template: 'Attach/detach Fibre Channel QoS policies. ' PRIVSET.Edit Fibre Channel Zone policies for vHBA template: 'Attach/detach Fibre Channel Zone policies. ' PRIVSET.Edit Firmware policies: '' PRIVSET.Edit Firmware policies for server profile: 'Attach/detach Firmware policies. ' PRIVSET.Edit Firmware policies for server profile template: 'Attach/detach Firmware policies. ' PRIVSET.Edit Flow Control policies: '' PRIVSET.Edit IMC Access policies: '' PRIVSET.Edit IMC Access policies for chassis profile: 'Attach/detach IMC Access policies. ' PRIVSET.Edit IMC Access policies for chassis profile template: 'Attach/detach IMC Access policies. ' 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. This includes updating access settings and ensuring that configurations are correctly applied to servers. ' 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. This includes updating access settings and ensuring that configurations are correctly applied to templates. ' PRIVSET.Edit IP pools: '' PRIVSET.Edit IPMI Over LAN policies for server profile: 'Attach/detach IPMI Over LAN policies. ' PRIVSET.Edit IPMI Over LAN policies for server profile template: 'Attach/detach IPMI Over LAN policies. ' PRIVSET.Edit IPMI over LAN policies: '' PRIVSET.Edit IQN pools: 'Modify existing iSCSI Qualified Name (IQN) pools, optimizing IQN management. ' PRIVSET.Edit LAN Connectivity policies: '' PRIVSET.Edit LAN Connectivity policies for server profile: 'Attach/detach LAN Connectivity policies. ' PRIVSET.Edit LAN Connectivity policies for server profile template: 'Attach/detach LAN Connectivity policies. ' PRIVSET.Edit LDAP policies: '' PRIVSET.Edit LDAP policies for domain profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for domain profile template: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for server profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for server profile template: 'Attach/detach LDAP policies. ' 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. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Edit Local User policies for domain profile template: 'Attach/detach Local User policies. ' PRIVSET.Edit Local User policies for server profile: 'Attach/detach Local User policies. ' PRIVSET.Edit Local User policies for server profile template: 'Attach/detach Local User policies. ' PRIVSET.Edit MAC Pools for vNIC template: 'Attach/detach MAC Pools. ' PRIVSET.Edit MAC pools: 'Modify existing MAC pools, optimizing MAC address management. ' PRIVSET.Edit Memory policies: 'As an Edit Memory Policy user, you can modify existing memory policies. ' PRIVSET.Edit Memory policies for server profile: 'Attach/detach Memory policies. ' PRIVSET.Edit Memory policies for server profile template: 'Attach/detach Memory policies. ' PRIVSET.Edit Multicast policies: '' PRIVSET.Edit NTP policies: '' PRIVSET.Edit NTP policies for domain profile: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for domain profile template: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for server profile: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for server profile template: 'Attach/detach NTP policies. ' PRIVSET.Edit Network Connectivity policies: '' PRIVSET.Edit Network Connectivity policies for domain profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit Network Connectivity policies for domain profile template: 'Attach/detach Network Connectivity policies. ' PRIVSET.Edit Network Connectivity policies for server profile: 'Attach/detach Network Connectivity policies. ' PRIVSET.Edit Network Connectivity policies for server profile template: 'Attach/detach Network Connectivity policies. ' 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. ' PRIVSET.Edit OS configuration links: 'Modify the OS configuration file for automated and unattended OS installation on servers. ' 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). ' PRIVSET.Edit Persistent Memory policies: '' PRIVSET.Edit Persistent Memory policies for server profile: 'Attach/detach Persistent Memory policies. ' PRIVSET.Edit Persistent Memory policies for server profile template: 'Attach/detach Persistent Memory policies. ' PRIVSET.Edit Port policies: '' PRIVSET.Edit Ports Configuration policies for domain profile: 'Attach/detach Ports Configuration policies. ' PRIVSET.Edit Ports Configuration policies for domain profile template: 'Attach/detach Ports Configuration policies. ' PRIVSET.Edit Power policies: '' PRIVSET.Edit Power policies for chassis profile: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for chassis profile template: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for server profile: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for server profile template: 'Attach/detach Power policies. ' PRIVSET.Edit Resource pools: 'Modify existing resource pools to optimize resource management. ' PRIVSET.Edit SAN Connectivity policies: '' PRIVSET.Edit SAN Connectivity policies for server profile: 'Attach/detach SAN Connectivity policies. ' PRIVSET.Edit SAN Connectivity policies for server profile template: 'Attach/detach SAN Connectivity policies. ' PRIVSET.Edit SCU links: 'Modify the Server Configuration Utility (SCU) for automated OS installation, editing file share locations using NFS, CIFS, or HTTP protocols. ' PRIVSET.Edit SD Card policies: '' PRIVSET.Edit SD Card policies for server profile: 'Attach/detach SD Card policies. ' PRIVSET.Edit SD Card policies for server profile template: 'Attach/detach SD Card policies. ' PRIVSET.Edit SMTP policies: '' PRIVSET.Edit SMTP policies for server profile: 'Attach/detach SMTP policies. ' PRIVSET.Edit SMTP policies for server profile template: 'Attach/detach SMTP policies. ' PRIVSET.Edit SNMP policies: '' PRIVSET.Edit SNMP policies for chassis profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for chassis profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for domain profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for domain profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for server profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for server profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SSH policies: '' PRIVSET.Edit SSH policies for server profile: 'Attach/detach SSH policies. ' PRIVSET.Edit SSH policies for server profile template: 'Attach/detach SSH policies. ' 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. ' 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. ' PRIVSET.Edit Serial Over LAN policies: '' PRIVSET.Edit Serial Over LAN policies for server profile: 'Attach/detach Serial Over LAN policies. ' PRIVSET.Edit Serial Over LAN policies for server profile template: 'Attach/detach Serial Over LAN policies. ' PRIVSET.Edit Storage policies: '' PRIVSET.Edit Storage policies for server profile: 'Attach/detach Storage policies. ' PRIVSET.Edit Storage policies for server profile template: 'Attach/detach Storage policies. ' PRIVSET.Edit Switch Control policies: '' PRIVSET.Edit Switch Control policies for domain profile: 'Attach/detach Switch Control policies. ' PRIVSET.Edit Switch Control policies for domain profile template: 'Attach/detach Switch Control policies. ' PRIVSET.Edit Syslog policies: '' PRIVSET.Edit Syslog policies for domain profile: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for domain profile template: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for server profile: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for server profile template: 'Attach/detach Syslog policies. ' PRIVSET.Edit System QoS policies: '' PRIVSET.Edit System QoS policies for domain profile: 'Attach/detach System QoS policies. ' PRIVSET.Edit System QoS policies for domain profile template: 'Attach/detach System QoS policies. ' PRIVSET.Edit Thermal policies: '' PRIVSET.Edit Thermal policies for chassis profile: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for chassis profile template: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for server profile: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for server profile template: 'Attach/detach Thermal policies. ' PRIVSET.Edit UUID pools: 'Modify existing universally unique identifier (UUID) pools, optimizing UUID management. ' PRIVSET.Edit UUID pools for server profile: 'As a Modify UUID Pool for Server Profile user, you can adjust UUID pools for server profiles. This includes updating UUID settings and ensuring that configurations are correctly applied to servers. ' 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. This includes updating UUID settings and ensuring that configurations are correctly applied to templates. ' 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. ' PRIVSET.Edit Virtual KVM policies for server profile template: 'Attach/detach Virtual KVM policies. ' PRIVSET.Edit Virtual Media policies: '' PRIVSET.Edit Virtual Media policies for server profile: 'Attach/detach Virtual Media policies. ' PRIVSET.Edit Virtual Media policies for server profile template: 'Attach/detach Virtual Media policies. ' PRIVSET.Edit WWNN or WWPN pools: 'Modify existing WWNN or WWPN pools to optimize management. ' PRIVSET.Edit WWPN pools for vHBA template: 'Attach/detach WWPN Pools. ' PRIVSET.Edit chassis profile general properties: 'Edit name, description, organization and tag of chassis profiles. ' PRIVSET.Edit chassis profile policies: 'Attach/detach the policies associated with chassis profiles. ' PRIVSET.Edit chassis profile template general properties: 'Edit name, description, organization and tag of chassis profile templates. ' PRIVSET.Edit chassis profile template policies: 'Attach/detach the policies associated with chassis profile templates. ' PRIVSET.Edit chassis profile templates: 'Modify chassis profile templates to update and manage configuration settings for physical chassis. ' PRIVSET.Edit chassis profiles: 'Edit chassis profiles to update and manage configuration settings for physical chassis. ' PRIVSET.Edit domain profile general properties: 'Edit name, description, organization and tag for UCS domain profiles. ' PRIVSET.Edit domain profile policies: 'Attach/detach the policies for domain profile. ' PRIVSET.Edit domain profile template general properties: 'Edit name, description, organization and tag of domain profile templates. ' PRIVSET.Edit domain profile template policies: 'Attach/detach the policies associated with domain profile templates. ' PRIVSET.Edit domain profile templates: 'Modify existing chassis profile templates to update and manage configuration settings for domain. ' PRIVSET.Edit domain profiles: 'Edit the settings and policies of domain profiles to update and optimize operations. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Edit firmware links: 'Modify the firmware source in the software repository by changing the file share location and protocol (NFS/CIFS/HTTP[S]). ' PRIVSET.Edit iSCSI Adapter policies: '' PRIVSET.Edit iSCSI Boot policies: '' PRIVSET.Edit iSCSI Boot policies for vNIC template: 'Attach/detach iSCSI Boot policies. ' 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. ' PRIVSET.Edit integrated systems: 'Edit the configuration of an existing integrated system. ' PRIVSET.Edit notification rule or webhook: 'Modify existing notification rules, adjusting criteria and actions to refine how alerts and notifications are triggered and managed. ' PRIVSET.Edit server profile general properties: 'Edit name, description, organization and tag of server profiles. ' PRIVSET.Edit server profile policies: 'Attach/detach the policies associated with server profiles. ' PRIVSET.Edit server profile template general properties: 'Edit name, description, organization and tag of server profile templates. ' 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. ' PRIVSET.Edit server profiles: 'Edit, attach/detach the policies associated with server profiles. ' PRIVSET.Edit trusted IP ranges: 'Edit the trusted IP ranges. ' PRIVSET.Edit vHBA template general properties: 'Set or edit name, description, organization and tag of vHBA templates. ' PRIVSET.Edit vHBA template policies: 'Attach/detach the policies and pools associated with vHBA templates. ' PRIVSET.Edit vHBA templates: 'Edit vHBA templates to update and manage configuration settings for vHBA. ' PRIVSET.Edit vLAN Configuration policies for domain profile: 'Attach/detach vLAN Configuration policies. ' PRIVSET.Edit vLAN Configuration policies for domain profile template: 'Attach/detach vLAN Configuration policies. ' PRIVSET.Edit vNIC template general properties: 'Set or edit name, description, organization and tag of vNIC templates. ' PRIVSET.Edit vNIC template policies: 'Attach/detach the policies and pools associated with vNIC templates. ' PRIVSET.Edit vNIC templates: 'Edit the settings and policies of vNIC Templates. ' PRIVSET.Edit vSAN Configuration policies for domain profile: 'Attach/detach vSAN Configuration policies. ' PRIVSET.Edit vSAN Configuration policies for domain profile template: 'Attach/detach vSAN Configuration policies. ' 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. ' 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. ' PRIVSET.Enable and disable ports: 'Activate or deactivate network ports to manage connectivity. ' 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. ' PRIVSET.Enable subscription information: 'Obtain subscription details such as usage, status, and next expiration date. ' PRIVSET.Enable subscriptions: 'Enable visibility of subscription details in the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Enable/disable IP access management: 'Enable or disable IP access management. ' PRIVSET.Enable/disable tunneled vKVM: 'Enable or disable tunneled virtual keyboard, video, and mouse (vKVM) on servers. ' PRIVSET.Enter maintenance modes: 'Enter maintenance mode for a VM host. ' PRIVSET.Ethernet Adapter policies: 'Configure Ethernet adapter settings, impacting network properties such as MAC address pools, speed, and media modes. ' PRIVSET.Ethernet Network Control policies: 'Manage server discoverability through protocols like Cisco Discovery Protocol and Link Layer Discovery Protocol. ' PRIVSET.Ethernet Network Group policies: 'Manage QinQ VLAN and native VLAN settings. ' PRIVSET.Ethernet Network policies: 'Manage VLAN mode and default VLAN settings. ' PRIVSET.Ethernet QoS policies: 'Assigns a system class to outgoing traffic for a vNIC, determining the quality of service. ' PRIVSET.Execute Workflows: 'A set of privileges that allow the users to execute workflows and manage running workflows in IO. ' PRIVSET.Exit maintenance modes: 'Exit maintenance mode for a VM host. ' PRIVSET.Explorations: 'Manage and configure explorations. ' PRIVSET.Explorer: 'Manage and configure the metric explorer. ' PRIVSET.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' PRIVSET.FC Zone policies: 'Manage FC target zoning type and target settings. ' PRIVSET.Fabric Interconnects: 'A set of privileges that allows to perform operations related to Fabric Interconnect e.g. view fabric interconnect summary or detailed information about fabric connect. Fabric Interconnect privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to Fabric Interconnect. ' PRIVSET.Fabric evacuation: 'Initiate fabric resource evacuation for maintenance. ' PRIVSET.Fibre Channel Adapter policies: 'Manages host-side behaviour of Fibre Channel adapters, including error recovery and performance settings. ' PRIVSET.Fibre Channel Network policies: 'Manage the default VLAN and VSAN ID settings. ' PRIVSET.Fibre Channel QoS policies: 'Manage network traffic prioritization in Fibre Channel environments by assigning different levels of service (Platinum, Gold, Silver, Bronze). ' PRIVSET.Firmware links: 'Manage firmware links. ' PRIVSET.Firmware policies: 'Manage the current firmware, including option to exclude upgrade of drives and storage controllers. ' PRIVSET.Flow Control policies: 'Configure the Priority Flow Control (PFC) for each port. ' PRIVSET.Generate API keys: 'Create new API keys to enable secure access and interaction with system APIs for integration and automation purposes. ' PRIVSET.Generic: 'Manage the general configuration settings of the appliance. Note: This is a virtual appliance only privilege. ' 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 ' 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. ' 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 ' PRIVSET.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device. ' 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. This role provides view only access to hypervisor, storage related inventory and dashboards. This role does not include the ability to claim a device. ' PRIVSET.HCI Clusters: 'A set of privileges that allows the access to manage HCI clusters. ' PRIVSET.Hosts: 'Manage and configure VM hosts. ' PRIVSET.HyperFlex Cluster: 'A set of privileges that allows the access to manage HyperFlex clusters. ' PRIVSET.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' PRIVSET.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device. It also allows the user to run workflows, manage VMs on HyperFlexAP, and manage connected storage. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device. ' PRIVSET.HyperFlex Cluster Advanced Security: 'A set of privileges that allows the configuration and deployment of advanced security profiles. ' PRIVSET.HyperFlex Cluster Backups: 'A set of privileges that allows the configuration and deployment of HyperFlex Cluster backup policy and restore. ' PRIVSET.HyperFlex Cluster Capacity Planning: 'A set of privileges that allows users to execute capacity planning. ' PRIVSET.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' PRIVSET.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' PRIVSET.HyperFlex Cluster Operations: 'A set of privileges that allows the viewing of cluster operation related functionality. ' PRIVSET.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks. However, you cannot change cluster configuration. ' PRIVSET.HyperFlex Cluster Profiles: 'A set of privileges that allows to manage HyperFlex policies and profiles. ' PRIVSET.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' PRIVSET.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' PRIVSET.HyperFlex Cluster Syslog Profile Control: 'This allows write access to the Remote Syslog Advanced Security Profile ' PRIVSET.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most of the system administrator tasks. ' PRIVSET.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' PRIVSET.HyperFlex Key Encryption: 'A set of privileges that allows users to configure encryption keys. ' PRIVSET.HyperFlex View Only: 'A set of privileges that grants view only to HyperFlex related functionality ' PRIVSET.Hypervisors: 'A set of privileges that allows the access to detailed hypervisor information and to perform hypervisor related actions. Hypervisors privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to hypervisors. ' PRIVSET.IMC Access policies: 'Configure network settings and associates IP addresses with servers, supporting both in-band and out-of-band management. ' PRIVSET.IP access management: 'Manage and allow access to Intersight, only for users from trusted IP addresses. ' PRIVSET.IP block mapping: 'Manage the mapping of IP blocks on servers. ' PRIVSET.IPMI over LAN policies: 'Define protocols for interfacing with the server''s service processor via the Intelligent Platform Management Interface (IPMI). ' PRIVSET.IQN block mapping: 'Manage the pool containing iSCSI Qualified Names (IQNs) used as initiator identifiers by iSCSI vNICs. ' PRIVSET.Import foreign configurations: 'Import and apply foreign configurations, integrating external storage setups. ' PRIVSET.Import server profiles: 'Import server profiles from external sources. ' PRIVSET.Install operating systems: 'Install and configure an operating system on a server to make it operational. ' PRIVSET.Install updates: 'Apply and execute software updates to ensure the latest features, improvements, and security patches are installed on the system. Note: This is a virtual appliance only privilege. ' 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. ' PRIVSET.Kubernetes Administrator: 'As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. You can also view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage devices associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage, and creat/view ip pools. 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. ' PRIVSET.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. You can also view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage devices associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. 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. ' PRIVSET.LAN Connectivity policies: 'Manage the network settings for server connectivity within a Local Area Network (LAN). ' PRIVSET.LDAP policies: 'Attach/detach LDAP policies. ' 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. ' 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. ' PRIVSET.Launch Endpoint Management Interfaces: 'Launch Endpoint Management Interfaces. ' PRIVSET.Launch IMC as admin: 'Manage servers through the IMC interface with administrative privileges. ' PRIVSET.Launch IMC as read-only: 'Access servers via the IMC interface with read-only permissions. ' PRIVSET.Launch UCS Manager as admin: 'Access and manage UCS Manager with full privileges. ' PRIVSET.Launch UCS Manager as read-only: 'View UCS Manager interface without changes. ' PRIVSET.Launch VM consoles: 'Launch the console for a virtual machine (VM). ' PRIVSET.Launch host consoles: 'Launch the console for a VM host. ' 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. ' PRIVSET.Launch vKVM: 'Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers. ' PRIVSET.Launch vKVM sessions: 'Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers. ' PRIVSET.Licensing: 'Manage and configure licensing. ' PRIVSET.Link Aggregation policies: 'Configure throughput and redundancy using Link Aggregation Control Protocol (LACP) for efficient failure detection. ' PRIVSET.Link Control policies: 'Configure Unidirectional Link Detection (UDLD) Admin state and mode. ' PRIVSET.Local User policies: 'Configure local user preferences, and password properties. ' PRIVSET.Location Management: 'Users can view and manage locations. This role provides location management privileges to an user. ' PRIVSET.Locator LEDs: 'Control the locator LED functionality to visually locate and identify specific hardware components within a rack. ' PRIVSET.Manage API Keys: 'Manage API Keys. ' PRIVSET.Manage Access and Permissions: 'Manage access control rules and permissions. ' PRIVSET.Manage Auth Tokens: 'Manage Authentication and Authorization Tokens. ' PRIVSET.Manage Exports: 'A set of privileges that allow the users to export Intersight managed objects. ' PRIVSET.Manage External Syslog: 'Manage External Syslog. ' PRIVSET.Manage Fabric Interconnects: 'Manage Fabric Interconnects. ' PRIVSET.Manage Functions: 'A set of privileges that allows the users to manage serverless functions. ' PRIVSET.Manage Geo Locations: 'A set of privileges that allows the users to manage geo locations. ' PRIVSET.Manage HCI Clusters: 'Manage HyperConverged Infrastructure Clusters. ' PRIVSET.Manage HyperFlex Cluster Profiles: 'Manage HyperFlex Cluster Profiles. ' PRIVSET.Manage HyperFlex Clusters: 'Manage HyperFlex Clusters. ' PRIVSET.Manage HyperFlex Syslog: 'Manage HyperFlex Advanced Syslog Configuration ' PRIVSET.Manage Hypervisors: 'A set of privileges that allow the users to execute workflows related to hypervisor and virtual machines management. ' PRIVSET.Manage Identity Providers: 'Manage Single Sign On identity providers. ' PRIVSET.Manage Imports: 'A set of privileges that allow the users to import Intersight managed objects. ' PRIVSET.Manage Language Runtimes: 'A set of privileges that allows the users to manage language runtimes for serverless functions. ' PRIVSET.Manage Nexus Config: 'A set of privileges that allows users to add, remove, or alter site templates and policies. ' PRIVSET.Manage Nexus Sites: 'A set of privileges that allows users to add, remove, or alter sites. ' PRIVSET.Manage Organizations: 'A set of privileges that allows the access to manage Organizations. ' PRIVSET.Manage Server Profiles: 'Manage server profiles. ' PRIVSET.Manage Servers: 'Manage Servers. ' PRIVSET.Manage ServiceItem Instances.: 'A set of privileges that allow the users to manage ServiceItem Instances. ' PRIVSET.Manage Sessions: 'Manage user login sessions. ' PRIVSET.Manage Storage Arrays: 'A set of privileges that allow the user to execute workflows related to storage arrays. ' PRIVSET.Manage Switch Profiles: 'Manage Switch Profiles. ' PRIVSET.Manage Tags: 'A set of privileges that allows the users to manage tag definitions. ' PRIVSET.Manage Techsupport Bundles: 'Collect and download techsupport bundles. ' PRIVSET.Manage Telemetry: 'Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker). ' PRIVSET.Manage Unified Edge: 'Manage Unified Edge. ' PRIVSET.Manage Unified Edge Profiles: 'Manage Unified Edge Profiles. ' PRIVSET.Manage Workflow Definitions: 'A set of privileges that allow the users to manage workflow and custom data type definitions. ' PRIVSET.Manage Workload Definitions: 'A set of privileges that allow the users to manage workload definitions. ' PRIVSET.Manage Workload Deployments: 'A set of privileges that allow the users to manage workload deployments. ' PRIVSET.Manage alarm suppression: 'Suppress and unsuppress alarms. ' PRIVSET.Manage products: 'Select products to be enabled for the Intersight account. ' PRIVSET.Manage targets: 'Manage targets in the system by adding, claiming, and unclaiming. ' PRIVSET.Manage tech support bundles: 'Add a new tech support bundle. ' PRIVSET.Memory policies: 'Attach/detach Memory policies. ' PRIVSET.Modify security keys: 'Change security keys to update encryption or access controls. ' PRIVSET.Monitor audit logs: 'View and analyze audit logs. ' PRIVSET.Multicast policies: 'Configure the snooping, quierer and source IP proxy states. ' PRIVSET.NTP policies: 'Attach/detach NTP policies. ' 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. ' 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 claiming devices, view license, updating policy configuration, and monitoring the system. ' PRIVSET.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyzes such as Sustainability, Conformance, Compliance, and others. ' PRIVSET.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration, view license and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' PRIVSET.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies, license status and monitoring active flows. This role does not include any permission which allows the system to be changed. ' PRIVSET.Notifications and webhooks: 'Manage notification rules. ' PRIVSET.OAuth 2.0 applications: 'Manage OAuth 2.0 applications, including creating, editing, enabling/disabling, and deleting them. ' PRIVSET.OAuth2 tokens: 'Manage OAuth 2.0 tokens, including deleting tokens to control access to the system''s resources. ' PRIVSET.OS configuration files: 'Manage OS configuration files. ' PRIVSET.OS image links: 'Manage OS image links. ' PRIVSET.Operate: 'Access and operate physical servers, chassis, and domains, along with their respective profiles and pools of Intersight Infrastructure Services. ' PRIVSET.Operate IP pools: 'Manage IP pools, including creation and modification. ' 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. ' PRIVSET.Operate MAC pools: 'Manage MAC pools, including creation and modification. ' PRIVSET.Operate Resource pools: 'Manage resource pools by creating, modifying, deleting pools, and handling resource allocation within them. ' PRIVSET.Operate UUID pools: 'Manage UUID pools by creating, modifying, deleting, and handling the allocation and reservation of UUIDs within those pools. ' PRIVSET.Operate WWNN and WWPN pools: 'Manage world wide node names (WWNNs) or world wide port name (WWPNs) pools. ' PRIVSET.Operate chassis profiles: 'Operate chassis profiles, deploying and assigning profiles. ' PRIVSET.Operate domain profiles: 'Manage domain profiles, deploying and assigning them. ' PRIVSET.Operate physical chassis: 'Perform chassis operations like power cycling and resetting. ' PRIVSET.Operate physical domains: 'Manage physical domain operations related to hardware. ' 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. ' PRIVSET.Operate pools: 'Manage resource pool operations like attaching or detaching. ' PRIVSET.Operate server power: "Manage server power actions. \n" PRIVSET.Operate server profile: 'Manage server profile operations like deployment and activation. ' PRIVSET.Operate server storage: 'Operate server storage, including clearing configurations and managing security keys. ' PRIVSET.Operate server system: 'Perform server system operations like rebooting and resetting CMOS. ' PRIVSET.Operate server vHBAs: 'Perform operations on virtual host bus adapters (vHBAs), including enabling, disabling, and resetting. ' PRIVSET.Operate server vNICs: 'Perform operations on virtual network interface cards (vNICs), including enabling, disabling, and resetting. ' PRIVSET.Organizations: 'A set of privileges that allows the access to manage Organizations. ' PRIVSET.Persistent Memory policies: 'Configure security, goals, and namespaces for persistent memory modules, ensuring data retention across power cycles. ' PRIVSET.Port policies: 'Manage Fabric Interconnect ports, including port roles, types (Ethernet or Fibre Channel), and connection modes. ' PRIVSET.Power cycle chassis slots: 'Power cycle chassis slots to refresh components. ' PRIVSET.Power policies: 'Manage power settings for FI-attached servers and chassis, including profiling and priority. ' PRIVSET.Read Chassis Profiles and Chassis Profile Templates: 'A set of privileges that allows read access to chassis profiles and chassis profile templates. ' PRIVSET.Read Domain Profiles and Domain Profile Templates: 'A set of privileges that allows read access to domain profiles and domain profile templates. ' PRIVSET.Read Organizations: 'As a Read Organizations user, you can view the configuration and status of the organization without making any modifications. ' PRIVSET.Read Server Profiles and Server Profile Templates: 'A set of privileges that allows read access to server profiles and server profile templates. ' PRIVSET.Read Workflows: 'As a Read Workflows user, you can view the configuration and status of workflows without making any modifications. ' PRIVSET.Read all API keys in the account: 'Read-only access to configuration and status of all API keys associated with the account. ' PRIVSET.Read all OAuth apps in the account: 'Read-only access to configuration and status of all OAuth tokens associated with the account. ' PRIVSET.Read-Only: 'A set of privileges that provides read-only access to services and resources in Intersight. ' PRIVSET.Read-only: 'Read-only access to configuration and status of all Intersight Infrastructure Services. ' PRIVSET.Read-only Adapter Configuration policies: 'Read-only access to configuration and status of Adapter Configuration policies. ' PRIVSET.Read-only AuditD policies: 'Read-only access to configuration and status of AuditD policies. ' PRIVSET.Read-only BIOS policies: 'Read-only access to configuration and status of BIOS policies. ' PRIVSET.Read-only Boot Order policies: 'Read-only access to configuration and status of Boot policies. ' PRIVSET.Read-only CLI policies: 'Read-only access to configuration and status of CLI policies. ' PRIVSET.Read-only Certificate Management policies: 'Read-only access to configuration and status of Certificate Management policies. ' PRIVSET.Read-only Device Connector Policies: 'Read-only access to configuration and status of Device Connector policies. ' PRIVSET.Read-only Drive Security policies: 'Read-only access to configuration and status of Drive Security policies. ' PRIVSET.Read-only Ethernet Adapter policies: 'Read-only access to configuration and status of Ethernet Adapter policies. ' PRIVSET.Read-only Ethernet Network Control policies: 'Read-only access to configuration and status of Ethernet Network Control policies. ' PRIVSET.Read-only Ethernet Network Group policies: 'Read-only access to configuration and status of Ethernet Network Group policies. ' PRIVSET.Read-only Ethernet Network policies: 'Read-only access to configuration and status of Ethernet Network policies. ' PRIVSET.Read-only Ethernet QoS policies: 'Read-only access to configuration and status of Ethernet QoS policies. ' PRIVSET.Read-only FC Zone policies: 'Read-only access to configuration and status of FC Zone policies. ' PRIVSET.Read-only Fabric Interconnects: 'Read-only access to configuration and status of fabric interconnects (FIs). ' 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. ' PRIVSET.Read-only Fibre Channel Network policies: 'Read-only access to configuration and status of Fibre Channel Network policies. ' PRIVSET.Read-only Fibre Channel QoS policies: 'Read-only access to configuration and status of Fibre Channel QoS policies. ' PRIVSET.Read-only Firmware policies: 'Read-only access to configuration and status of Firmware policies. ' PRIVSET.Read-only Flow Control policies: 'Read-only access to configuration and status of Flow Control policies. ' PRIVSET.Read-only HyperFlex cluster profiles: 'Read-only access to configuration and status of HyperFlex Cluster Profiles. ' PRIVSET.Read-only HyperFlex clusters: 'Read-only access to configuration and status of HyperFlex (HX) clusters. ' PRIVSET.Read-only IMC Access policies: 'Read-only access to configuration and status of IMC Access policies. ' PRIVSET.Read-only IP pools: 'Read-only access to configuration and status of IP pools. ' PRIVSET.Read-only IPMI over LAN policies: 'Read-only access to configuration and status of IPMI over LAN policies. ' PRIVSET.Read-only IQN pools: 'Read-only access to configuration and status of IQN pools. ' PRIVSET.Read-only Kubernetes cluster profiles: 'Read-only access to configuration and status of Kubernetes Cluster Profiles. ' PRIVSET.Read-only LAN Connectivity policies: 'Read-only access to configuration and status of LAN Connectivity policies. ' 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. ' PRIVSET.Read-only Link Aggregation policies: 'Read-only access to configuration and status of Link Aggregation policies. ' PRIVSET.Read-only Link Control policies: 'Read-only access to configuration and status of Link Control policies. ' PRIVSET.Read-only Local User policies: 'Read-only access to configuration and status of Local User policies. ' PRIVSET.Read-only MAC pools: 'Read-only access to configuration and status of MAC pools. ' 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. ' PRIVSET.Read-only Multicast policies: 'Read-only access to configuration and status of Multicast policies. ' PRIVSET.Read-only NTP policies: 'Read-only access to configuration and status of NTP policies. ' PRIVSET.Read-only Network Connectivity policies: 'Read-only access to configuration and status of Network Connectivity policies. ' PRIVSET.Read-only Persistent Memory policies: 'Read-only access to configuration and status of Persistent Memory policies. ' PRIVSET.Read-only Port policies: 'Read-only access to configuration and status of Port policies. ' PRIVSET.Read-only Power policies: 'Read-only access to configuration and status of Power policies. ' PRIVSET.Read-only SAN Connectivity policies: 'Read-only access to configuration and status of SAN Connectivity policies. ' PRIVSET.Read-only SD Card policies: 'Read-only access to configuration and status of SD Card policies. ' PRIVSET.Read-only SMTP policies: 'Read-only access to configuration and status of SMTP policies. ' PRIVSET.Read-only SNMP policies: 'Read-only access to configuration and status of SNMP policies ' PRIVSET.Read-only SOL policies: 'Read-only access to configuration and status of SOL policies. ' PRIVSET.Read-only SSH policies: 'Read-only access to configuration and status of SSH policies. ' 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. ' 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. ' PRIVSET.Read-only Storage policies: 'Read-only access to configuration and status of Storage policies. ' PRIVSET.Read-only Switch Control policies: 'Read-only access to configuration and status of Switch Control policies. ' PRIVSET.Read-only Syslog policies: 'Read-only access to configuration and status of Syslog policies. ' PRIVSET.Read-only System QoS policies: 'Read-only access to configuration and status of System QoS policies. ' PRIVSET.Read-only Thermal policies: 'Read-only access to configuration and status of Thermal policies. ' PRIVSET.Read-only UCS chassis profile templates: 'Read-only access to configuration and status of UCS Chassis Profile templates. ' PRIVSET.Read-only UCS chassis profiles: 'Read-only access to configuration and status of UCS Chassis Profiles. ' PRIVSET.Read-only UCS domain profile templates: 'Read-only access to configuration and status of UCS Domain Profile templates. ' PRIVSET.Read-only UCS domain profiles: 'Read-only access to configuration and status of UCS Domain Profiles. ' PRIVSET.Read-only UCS server profile templates: 'Read-only access to configuration and status of UCS Server Profile templates. ' PRIVSET.Read-only UCS server profiles: 'Read-only access to configuration and status of UCS Server Profiles. ' PRIVSET.Read-only UUID pools: 'Read-only access to configuration and status of UUID pools. ' PRIVSET.Read-only VLAN policies: 'Read-only access to configuration and status of VLAN policies. ' PRIVSET.Read-only VMs: 'Read-only access to configuration and status of virtual machines (VMs). ' PRIVSET.Read-only VSAN policies: 'Read-only access to configuration and status of VSAN policies. ' PRIVSET.Read-only Virtual KVM policies: 'Read-only access to configuration and status of Virtual KVM policies. ' PRIVSET.Read-only WWNN and WWPN pools: 'Read-only access to configuration and status of WWNN or WWPN pools. ' 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. ' PRIVSET.Read-only all alarms: 'Read-only access to configuration and status of all alarms. ' PRIVSET.Read-only all audit logs: 'Read-only access to configuration and details of all audit logs. ' PRIVSET.Read-only all compute policies: 'Read-only access to configuration and status of Compute policies. ' PRIVSET.Read-only all management policies: 'Read-only access to configuration and status of all Management policies. ' PRIVSET.Read-only all network policies: 'Read-only access to configuration and status of all Network policies. ' PRIVSET.Read-only all policies: 'Read-only access to configuration and status of all policies. ' PRIVSET.Read-only all storage policies: 'Read-only access to configuration and status of Storage policies. ' PRIVSET.Read-only chassis: 'Read-only access to configuration and status of chassis. ' PRIVSET.Read-only hosts: 'As a Read-only Hosts user, you can view the configuration and status of hosts without making any modifications. ' PRIVSET.Read-only iSCSI Adapter policies: 'Read-only access to configuration and status of iSCSI Adapter policies. ' PRIVSET.Read-only iSCSI Boot policies: 'Read-only access to configuration and status of iSCSI Boot policies. ' PRIVSET.Read-only iSCSI Static Target policies: 'Read-only access to configuration and status of iSCSI Static Target policies. ' PRIVSET.Read-only integrated systems: 'Read-only access to configuration and status of integrated systems. ' PRIVSET.Read-only licensing: 'As a Read-only licensing user, you can view the configuration and status of licensing without making any modifications. ' PRIVSET.Read-only metrics explorations: 'Read-only access to configuration and status of metrics explorations. ' PRIVSET.Read-only networking: 'Read-only access to configuration and status of networking settings. ' PRIVSET.Read-only pools: 'Read-only access to configuration and status of all pools. ' PRIVSET.Read-only profiles: 'Read-only access to configuration and status of all Profiles. ' PRIVSET.Read-only resource pools: 'Read-only access to configuration and status of Resource pools. ' PRIVSET.Read-only servers: 'Read-only access to configuration and status of servers. ' 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. ' PRIVSET.Read-only storage: 'Read-only access to configuration and status of storage. ' PRIVSET.Read-only targets: 'Read-only access to configuration and status of targets. ' PRIVSET.Read-only tech support bundles: 'Read-only access to configuration and status of Tech Support Bundles ' PRIVSET.Read-only templates: 'Read-only access to configuration and status of all templates. ' PRIVSET.Read-only vHBA templates: 'Read-only access to configuration and status of vHBA templates. ' PRIVSET.Read-only vMedia policies: 'Read-only access to configuration and status of vMedia policies. ' PRIVSET.Read-only vNIC templates: 'Read-only access to configuration and status of vNIC templates. ' 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. ' PRIVSET.Reboot management controllers: 'Restart the management controller of a server. ' PRIVSET.Recommission Fabric Extender (FEX): 'Reactivate and restore a previously decommissioned Fabric Extenders (FEX), reestablishing connections and updating the system status. ' PRIVSET.Recommission chassis: 'Reactivate and restore previously decommissioned chassis. ' PRIVSET.Recommission servers: 'Bring a previously decommissioned server back into operational status. Allows read access to Fabric Interconnect. ' PRIVSET.Rediscover Fabric Extender (FEX): 'As a Rediscover Fabric Extender user, you can initiate a rediscovery process for fabric extenders, ' PRIVSET.Rediscover chassis: 'Initiate a process to re-scan and identify chassis in the network, updating their status and configurations. ' PRIVSET.Rediscover servers: 'Initiate a process to re-scan and identify servers in the network, updating their status and configurations. ' 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. ' PRIVSET.Register licenses: 'Register Intersight licenses with Cisco Smart Licensing. Note: This is a virtual appliance only privilege. ' PRIVSET.Reject Publish Requests: 'Reject Publish Requests ' PRIVSET.Remove Fabric Extender (FEX): 'Safely disconnect and remove Fabric Extenders (FEX) from the system, ensuring proper management of dependencies. ' PRIVSET.Remove chassis: 'Safely disconnect and remove chassis, ensuring all dependencies are managed. ' PRIVSET.Remove servers: 'Disconnect the server from the network, erase all data, and update inventory records to reflect the change. ' PRIVSET.Renew licenses: 'Update the Intersight license to include any changes on Cisco Smart Software Manager. Note: This is a virtual appliance only privilege. ' PRIVSET.Replace Fabric Interconnect: 'Oversee the replacement process for Fabric Interconnects (FIs). ' PRIVSET.Reserve licenses: 'Reserve licensing slots for specific private virtual appliance (PVA). Note: This is a virtual appliance only privilege. ' PRIVSET.Reset CMOS: 'AReset CMOS settings, restoring BIOS to default. ' PRIVSET.Reset IOMs and IFMs: 'Reboot Input/Output Module (IOM) or Intelligent Fabric Module (IFM). ' PRIVSET.Reset VMs: 'Reset a virtual machine (VM). ' PRIVSET.Reset memory errors: 'Reset memory errors on servers. ' PRIVSET.Reset peer IOMs and IFMs: 'Reboot peer IOM or IFM to resolve issues. ' PRIVSET.Reset vKVM: 'Reset vKVM session, restarting the interface. ' PRIVSET.Restart VMs: 'Restart a virtual machine (VM). ' PRIVSET.Return licenses: 'Deregister the Intersight private virtual appliance (PVA) license after the initial setup. Note: This is a virtual appliance only privilege. ' PRIVSET.Run Workflows: 'As a Run Workflows user, you can execute workflows in the system. ' PRIVSET.Run interoperability checks: 'Run an interoperability check on integrated systems. ' PRIVSET.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' PRIVSET.SAN Connectivity policies: 'Manage storage area network (SAN) settings for servers. ' PRIVSET.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' PRIVSET.SCU links: 'Manage server configuration utility (SCU) links. ' 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. ' PRIVSET.SD card operations: 'Manage SD card operations like mounting and formatting. ' PRIVSET.SMTP policies: 'Set SMTP client preferences for outgoing communications on managed devices. ' PRIVSET.SNMP policies: 'Manage SNMP settings for sending alerts and traps from managed devices. ' PRIVSET.SSH policies: 'Manage access control and settings for Secure Shell (SSH) connections, allowing secure remote management. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Save and clone explorations: 'Save or clone an existing exploration. ' 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. ' PRIVSET.Security and privacy: 'Configure data collection and connection to Intersight. ' 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. ' PRIVSET.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' PRIVSET.Server Profiles: 'A set of privileges that allows to manage server policies and server profiles. Server Policy Management privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to server policy management. ' PRIVSET.Server delete virtual drives: 'Remove virtual drives, managing storage volumes. ' PRIVSET.Server enable and disable vHBAs: 'Enable or disable vHBAs to control storage operations. ' PRIVSET.Server enable and disable vNICs: 'Enable or disable vNICs to manage network participation. ' PRIVSET.Server hard reset: 'Initiate a hard reset on servers, restarting hardware without a graceful shutdown. ' PRIVSET.Server power cycle: 'Perform a power cycle on servers, rebooting hardware. ' PRIVSET.Server power off: 'Safely power off servers, terminating operations. ' PRIVSET.Server power on: 'Initiate the power-on sequence for server activation. ' PRIVSET.Server reset vHBAs: 'Reset vHBAs to resolve issues or refresh state. ' PRIVSET.Server reset vNICs: 'Reset vNICs to resolve issues or refresh state. ' PRIVSET.Server secure erase drives: 'Perform a secure erase on drives, permanently removing data. ' PRIVSET.Server set drive states: 'Change drive states to control availability. ' PRIVSET.Server shutdown OS: 'Initiate a graceful shutdown, ensuring services close properly before powering down. ' PRIVSET.Servers: 'A set of privileges that allows the access to detailed server information and to perform server related actions. Servers privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to servers. ' PRIVSET.Service Designer: 'As a Service Designer, you can create tasks, workflows, custom datatypes, resource selection criteria, and use these building blocks to create service items. The service items are used to create resources with attributes in Intersight and associate with deploy, maintenance, and decommission actions on the resource. ' PRIVSET.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. You can deploy these resources and validate the catalog or service items. ' PRIVSET.Sessions: 'Manage and view active sessions. ' PRIVSET.Set Fabric Interconnect user labels: 'Assign and manage user labels for Fabric Interconnect. ' PRIVSET.Set IMC certificates: 'Assign and manage integrated management controller (IMC) certificates on servers. ' PRIVSET.Set KMIP client certificates: 'Assign and manage key management interoperability protocol (KMIP) in Intersight for cryptographic keys and client certificates on servers. ' PRIVSET.Set and unset IP pool tags: 'Assign or unassign tags to IP address pools for categorization. ' 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. ' 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. ' 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. This includes creating, updating, and ensuring tags are correctly applied for improved categorization and identification. ' PRIVSET.Set chassis profile user labels: 'Assign and manage user labels for chassis profiles. ' PRIVSET.Set chassis user labels: 'Assign and manage user labels for chassis. ' PRIVSET.Set domain profile user labels: 'Assign and manage user labels for domain profiles. ' PRIVSET.Set or Unset Fabric Interconnect Tag: 'As a Set or Unset Fabric Interconnect Tag user, you can assign, update or remove tags. ' 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. ' 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. ' 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. ' PRIVSET.Set or Unset Server Tag: 'As a Set or unset Server Tag user, you can assign, remove and manage tags for servers. ' 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. ' 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. ' PRIVSET.Set or unset WWNN or WWPN pool tags: 'Set or remove unique IDs for Fibre Channel resources on a server. ' PRIVSET.Set server asset tags: 'Assign and manage asset tags for servers. ' PRIVSET.Set server license tiers: 'Assign and manage Intersight license tiers for servers. ' PRIVSET.Set server profile user labels: 'Assign and manage user labels for server profiles. ' PRIVSET.Set server user labels: 'Assign and manage user labels for servers. ' PRIVSET.Single sign-on: 'Manage single sign-on (SSO) integrations and authentication methods for seamless access to multiple applications. ' PRIVSET.Soft stop VMs: 'Perform a soft stop on a virtual machine (VM). ' PRIVSET.Software repository: 'Manage the software repository. ' PRIVSET.Start and resume VMs: 'Start or resume a virtual machine (VM). ' PRIVSET.Stop VMs: 'Stop a virtual machine (VM). ' PRIVSET.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' PRIVSET.Storage Arrays: 'A set of privileges that allows the access to detailed storage array information and to perform storage array related actions. Storage Arrays privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to storage arrays. ' PRIVSET.Storage policies: 'Manage storage resources (such as local drives, RAID configurations, and external storage). ' 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. ' 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. ' PRIVSET.Support chassis: 'Perform chassis support functions such as diagnostics, troubleshooting, and managing chassis health. ' PRIVSET.Support domains: 'Perform domain support functions such as diagnostics, troubleshooting, and managing domain health. ' PRIVSET.Support servers: 'Perform server support functions such as diagnostics, troubleshooting, and managing server health. ' PRIVSET.Suspend VMs: 'Suspend a virtual machine (VM). ' PRIVSET.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' 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. ' PRIVSET.Switch Profiles: 'A set of privileges that allows to manage Switch Profiles and Network configuration policies. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Sync Smart Licensing: 'Manage and track Cisco licenses directly from the Intersight platform to ensure seamless monitoring of compliance and usage. ' PRIVSET.Syslog policies: 'Manage local and remote logging capabilities. ' 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.) ' PRIVSET.System QoS policies: 'Configure network traffic prioritization by assigning system classes for individual vNICs. ' PRIVSET.Tag Management: 'Users can view and manage tag definitions. This role provides tag management privileges to an user. ' PRIVSET.Tech support bundles: 'Manage and configure tech support bundles. ' PRIVSET.Telemetry: 'A set of privileges that allows to access to telemetry data. Telemetry privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to Telemetry. View Telemetry allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying). Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker). ' PRIVSET.Terminate VMs: 'Terminate a virtual machine (VM). ' PRIVSET.Terminate sessions: 'Terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight. ' PRIVSET.Thermal policies: 'Set the fan control mode. ' 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. ' PRIVSET.Trusted certificates: 'Manage trusted certificates for secure communications. ' PRIVSET.Turn Fabric Extender locator LED on and off: 'Turn on or off the LED locator on the selected FEX. ' 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. ' 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. ' 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. ' PRIVSET.Unassign chassis profiles: 'Remove domain profiles from servers, disconnecting settings. ' PRIVSET.Unassign domain profiles: 'Remove domain profiles, disconnecting server settings. ' PRIVSET.Unassign server profiles: 'Unassign the server from the profile. ' 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. Note: This is a virtual appliance only privilege. ' PRIVSET.Unclaim targets: 'Remove a target from the system''s management or monitoring scope. ' PRIVSET.Unified Edge: 'A set of privileges that allows to perform operations related to Unified Edge chassis. ' 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. ' PRIVSET.Unified Edge Profiles: 'A set of privileges that allows to manage Unified Edge Profiles, Network and Chassis configuration policies. ' PRIVSET.Unlock and lock front panels: 'Control access to the server''s front panel. ' PRIVSET.Unlock disks: 'Unlock encrypted disks to grant data access. ' PRIVSET.Update reserved licenses: 'Reserve licenses again and generate a new authorization code in Smart Licensing Manager. Note: This is a virtual appliance only privilege. ' PRIVSET.Upgrade chassis firmware: 'Update the firmware of a chassis. ' PRIVSET.Upgrade domain firmware: 'Update the firmware for a Domain. ' PRIVSET.Upgrade server firmware: 'Disconnect the server from the network, erase all data, and update inventory records to reflect the change. ' PRIVSET.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' PRIVSET.VLAN policies: 'Set up network segmentation by defining VLANs specific to organizations. ' PRIVSET.VSAN policies: 'Configure Virtual Storage Area Networks (VSANs) on fabric fibre channel uplinks. ' PRIVSET.Verify domain names: 'Perform checks and validations on domain names to ensure correctness and functionality for network addressing and resource identification. ' PRIVSET.View Access and Permissions: 'View access control rules and permissions. ' PRIVSET.View Approval Requests: 'View Approval Requests ' PRIVSET.View Audit Logs: 'View audit logs. ' PRIVSET.View Datacenters: 'View and monitor datacenters. ' PRIVSET.View Devices: 'A set of privileges that allows read access to devices. ' PRIVSET.View Exports: 'A set of privileges that allow users to view export operations. ' PRIVSET.View Fabric Interconnects: 'View Fabric Interconnects. ' PRIVSET.View Functions: 'A set of privileges that allows the users to view serverless functions. ' PRIVSET.View HCI Clusters: 'View HyperConverged Infrastructure Clusters. ' PRIVSET.View HyperFlex Cluster Profiles: 'View HyperFlex Cluster Profiles. ' PRIVSET.View HyperFlex Clusters: 'View HyperFlex Clusters. ' PRIVSET.View Hypervisors: 'A set of privileges that allow users to view hypervisor and virtual machines related inventory and dashboards. ' PRIVSET.View Imports: 'A set of privileges that allow users to view the import operations. ' PRIVSET.View Language Runtimes: 'A set of privileges that allows the users to view language runtimes for serverless functions. ' PRIVSET.View Licensing Status: 'View Licensing Status ' PRIVSET.View Network Switches: 'A set of privileges that allow the users to view the network switches. ' PRIVSET.View Nexus Config: 'A set of privileges that allows users to view their site templates and policies. ' PRIVSET.View Nexus Reports: 'A set of privileges that allow the users to view nexus reports. ' PRIVSET.View Nexus Sites: 'A set of privileges that allows users to view their onboarded sites and status. ' PRIVSET.View Organizations: 'View Organizations ' PRIVSET.View SAN Switches: 'A set of privileges that allow the users to view the SAN switches. ' PRIVSET.View Server Profiles: 'View server profiles. ' PRIVSET.View Servers: 'View Servers. ' PRIVSET.View Storage Arrays: 'A set of privileges that allow the users to view storage related inventory and dashboards. ' PRIVSET.View Switch Profiles: 'View Switch Profiles. ' PRIVSET.View Telemetry: 'allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying). ' PRIVSET.View Unified Edge: 'View Unified Edge. ' PRIVSET.View Unified Edge Profiles: 'View Unified Edge Profiles. ' PRIVSET.View Workflow Definitions: 'A set of privileges that allow the users to view the workflow, task and custom data type definitions. ' PRIVSET.View Workflow Executions: 'A set of privileges that allow the users to view the running instances of the workflows. ' PRIVSET.View Workload Definitions: 'A set of privileges that allow the users to view workload definitions. ' PRIVSET.View Workload Deployments: 'A set of privileges that allow the users to view workload deployments. ' PRIVSET.View clusters: 'View and monitor clusters. ' PRIVSET.View datastore clusters: 'View and monitor datastore clusters. ' PRIVSET.View datastores: 'View and monitor datastores. ' PRIVSET.View sessions: 'View and terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight, and view session history. ' PRIVSET.View virtual machine templates: 'Manage and configure virtual machine (VM) templates. ' PRIVSET.Virtual KVM policies: 'Attach/detach Virtual KVM policies. ' PRIVSET.Virtual Media policies: 'Enable the virtual media service on the endpoint, encryption of all communications and low power USB. ' PRIVSET.Virtual appliance licensing: 'Manage the licensing for virtual appliance (VA). Learn more, Introduction to Licensing. Note: This is a virtual appliance only privilege. ' PRIVSET.Virtual machines: 'Manage and configure virtual machines (VMs). ' PRIVSET.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' PRIVSET.Virtualization hosts: 'Manage and configure virtualization hosts. ' PRIVSET.Withdraw Approvals: 'Withdraw Approvals ' PRIVSET.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' 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, run plans for workload optimization. ' PRIVSET.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' 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. ' PRIVSET.iSCSI Boot policies: 'Configure settings required to enable a server to boot from an iSCSI-based storage device. ' 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. ' 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. ' 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. externalDocs: url: /apidocs description: Online documentation for the Intersight APIs