Cisco Intersight Meta API

The meta API from Cisco Intersight — 2 operation(s) for meta.

Operations 2

GET /api/v1/meta/Definitions Read a 'meta.Definition' resource. #
GET /api/v1/meta/Definitions/{Moid} Read a 'meta.Definition' resource. #

Documentation

Specifications

Other Resources

🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-fabric-v3-1.0.11-20260807064027971.json
🔗
Conventions
https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/conventions/intersight-conventions.yml
🔗
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/errors/intersight-problem-types.yml
🔗
OAuthScopes
https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/scopes/intersight-scopes.yml
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-hyperflex-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-kubernetes-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-nexus-insight-advisor-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-orchestrator-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-server-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-storage-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-system-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-telemetry-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-virtualization-v3-1.0.11-20260807064027971.json
🔗
OpenAPI Source
https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-workflows-v3-1.0.11-20260807064027971.json

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/intersight-meta-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

intersight-meta-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Intersight Meta API
  version: 1.0.11-20260807064027971
  contact:
    name: Intersight API support
    url: https://intersight.com/help
    email: intersight@cisco.com
  license:
    name: Apache License, Version 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  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/
  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.
  description: 'Operations tagged meta across 2 of this provider''s published API definitions: intersight-system-openapi.json, intersight-workflows-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{server}
  variables:
    server:
      default: intersight.com
  description: The Intersight URL for the cloud-based infrastructure management APIs.
tags:
- name: meta
paths:
  /api/v1/meta/Definitions:
    get:
      tags:
      - meta
      x-intersight-type: SaaS
      summary: Read a 'meta.Definition' resource.
      operationId: GetMetaDefinitionList
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Global Read Privileges
        - PRIVSET.Global System Privileges
        - READ.meta.Definition
      parameters:
      - $ref: '#/components/parameters/filterParam'
      - $ref: '#/components/parameters/orderbyParam'
      - $ref: '#/components/parameters/topParam'
      - $ref: '#/components/parameters/skipParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/applyParam'
      - $ref: '#/components/parameters/countParam'
      - $ref: '#/components/parameters/inlinecountParam'
      - $ref: '#/components/parameters/atParam'
      - $ref: '#/components/parameters/tagsParam'
      responses:
        '200':
          description: List of 'meta.Definition' resources for the given filter criteria
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/meta.Definition.Response'
            text/csv:
              schema:
                $ref: '#/components/schemas/CsvFile'
            application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
              schema:
                $ref: '#/components/schemas/ExcelFile'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    servers:
    - url: https://{server}
      variables:
        server:
          default: intersight.com
      description: The Intersight URL for the cloud-based infrastructure management APIs.
  /api/v1/meta/Definitions/{Moid}:
    get:
      tags:
      - meta
      x-intersight-type: SaaS
      summary: Read a 'meta.Definition' resource.
      operationId: GetMetaDefinitionByMoid
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Global Read Privileges
        - PRIVSET.Global System Privileges
        - READ.meta.Definition
      parameters:
      - $ref: '#/components/parameters/moidParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/atParam'
      responses:
        '200':
          description: An instance of the 'meta.Definition' resource.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/meta.Definition'
            text/csv:
              schema:
                $ref: '#/components/schemas/CsvFile'
            application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
              schema:
                $ref: '#/components/schemas/ExcelFile'
          links:
            GetMetaDefinitionByMoid:
              operationId: GetMetaDefinitionByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/meta/Definitions/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    servers:
    - url: https://{server}
      variables:
        server:
          default: intersight.com
      description: The Intersight URL for the cloud-based infrastructure management APIs.
components:
  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
  responses:
    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: '#/components/schemas/Error'
    default:
      description: An unexpected error occurred.
      headers:
        x-starship-traceid:
          $ref: '#/components/headers/x-starship-traceid'
      content:
        application/json:
          schema:
            $ref: '#/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: '#/components/schemas/Error'
    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: '#/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: '#/components/schemas/Error'
    http_status_404_2:
      description: The specified resource was not found. The HTTP body contains a document that provides more details about the error.
      headers:
        x-starship-traceid:
          $ref: '#/components/headers/x-starship-traceid'
      content:
        application/json:
          schema:
            $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/Error
    default_2:
      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_401_2:
      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
    http_status_400_2:
      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
    http_status_403_2:
      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
  schemas:
    mo.Tag:
      type: object
      title: Mo:Tag
      description: 'An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by

        assigning meta-data tags to any object.'
      properties:
        AncestorDefinitions:
          type:
          - array
          - 'null'
          items:
            description: The array containing the tag definition references of the ancestors in the object containment hierarchy.
            $ref: '#/components/schemas/mo.MoRef'
            readOnly: true
            x-omitempty: true
        Definition:
          description: 'The definition is a reference to the tag definition object.

            The tag definition object contains the properties of the tag such as name, type, and description.'
          $ref: '#/components/schemas/mo.MoRef'
          readOnly: true
          x-omitempty: true
        Key:
          description: The string representation of a tag key.
          type: string
          minLength: 1
          maxLength: 356
          x-omitempty: true
        Propagated:
          description: Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
          type: boolean
          readOnly: true
          x-omitempty: true
        SysTag:
          description: Specifies whether the tag is user-defined or owned by the system.
          type: boolean
          readOnly: true
          x-omitempty: true
        Type:
          description: 'An enum type that defines the type of tag. Supported values are ''pathtag'' and ''keyvalue''.

            * `KeyValue` - KeyValue type of tag. Key is required for these tags. Value is optional.

            * `PathTag` - Key contain path information. Value is not present for these tags. The path is created by using the ''/'' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".'
          type: string
          enum:
          - KeyValue
          - PathTag
          default: KeyValue
          readOnly: true
          x-omitempty: true
        Value:
          description: The string representation of a tag value.
          type: string
          minLength: 0
          maxLength: 256
          x-omitempty: true
    meta.Definition.Response:
      description: "The response body of a HTTP GET request for the 'meta.Definition' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n    is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n    is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n    a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'meta.Definition' resources."
      x-one-of-name: meta.Definition.Response
      oneOf:
      - $ref: '#/components/schemas/mo.DocumentCount'
      - $ref: '#/components/schemas/meta.Definition.List'
      - $ref: '#/components/schemas/mo.AggregateTransform'
      - $ref: '#/components/schemas/mo.TagSummary'
      discriminator:
        propertyName: ObjectType
    mo.AggregateTransform:
      description: "The output of a request that includes the $apply query parameter.\nThe schema of an aggregation query is dynamically determined based on the request query parameters. \nSee https://intersight.com/apidocs/introduction/query/#apply-query-option for more details."
      allOf:
      - $ref: '#/components/schemas/mo.BaseResponse'
      - type: object
        properties:
          Results:
            description: The results of the aggregation query.
            type:
            - array
            - 'null'
            items:
              description: A result entry in the aggregate query.
              type: object
    meta.Definition.List:
      title: List of 'meta.Definition' resources
      description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
      allOf:
      - $ref: '#/components/schemas/mo.BaseResponse'
      - type: object
        properties:
          Count:
            description: 'The total number of ''meta.Definition'' 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 'meta.Definition' resources matching the request.
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/meta.Definition'
    mo.BaseMo.Relationship:
      description: A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.
      x-one-of-name: mo.BaseMo.Relationship
      oneOf:
      - type: 'null'
      - $ref: '#/components/schemas/mo.MoRef'
      - $ref: '#/components/schemas/mo.BaseMo'
      discriminator:
        propertyName: ClassId
    mo.BaseComplexType:
      type: object
      discriminator:
        propertyName: ClassId
      title: Mo:Base Complex Type
      description: BaseComplexType is a base abstract class for all complex types. All complex types inherit from this base type.
      required:
      - ClassId
      - ObjectType
      - 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.'
          type: string
          enum:
          - aaa.UserAgent
          - access.AddressType
          - access.ConfigurationType
          - adapter.AdapterConfig
          - adapter.DceInterfaceSettings
          - adapter.EthSettings
          - adapter.FcSettings
          - adapter.PhysicalNicModeSettings
          - adapter.PortChannelSettings
          - apic.FabricLeafNodeDetails
          - appliance.ApiStatus
          - appliance.CertRenewalPhase
          - appliance.ClusterInstallPhase
          - appliance.KeyValuePair
          - appliance.MetadataManifestVersion
          - appliance.NetworkStatus
          - appliance.NodeIpInfo
          - appliance.StatusCheck
          - asset.AddressInformation
          - asset.AlarmSummary
          - asset.ApiKeyCredential
          - asset.ClientCertificateCredential
          - asset.CloudConnection
          - asset.ConnectionFlapStatus
          - asset.ContractInformation
          - asset.CustomerInformation
          - asset.DeploymentAlarmInfo
          - asset.DeploymentDeviceAlarmInfo
          - asset.DeploymentDeviceInformation
          - asset.DeviceEndpointLocalCredential
          - asset.DeviceInformation
          - asset.DeviceStatistics
          - asset.DeviceTransaction
          - asset.GenericTargetClaimOptions
          - asset.GlobalUltimate
          - asset.GoogleCloudPlatformServiceAccountKeyCredential
          - asset.HttpConnection
          - asset.IntersightDeviceConnectorConnection
          - asset.MerakiCloudOptions
          - asset.MeteringType
          - asset.NewRelicCredential
          - asset.NoAuthenticationCredential
          - asset.OauthBearerTokenCredential
          - asset.OauthClientIdSecretCredential
          - asset.OrchestrationCivpVmwareVcenterOptions
          - asset.OrchestrationHitachiVirtualStoragePlatformOptions
          - asset.OrchestrationHsmVmwareVcenterOptions
          - asset.OrchestrationService
          - asset.ParentConnectionSignature
          - asset.PrivateKeyCredential
          - asset.ProductInformation
          - asset.ScopedTargetConnection
          - asset.ServiceNowCredential
          - asset.SplunkTokenCredential
          - asset.SshConnection
          - asset.SudiInfo
          - asset.TargetKey
          - asset.TargetSignature
          - asset.TargetStatusDetails
          - asset.TerraformIntegrationService
          - asset.TerraformIntegrationTerraformAgentOptions
          - asset.TerraformIntegrationTerraformCloudOptions
          - asset.Token
          - asset.UsernamePasswordCredential
          - asset.VirtualizationAmazonWebServiceOptions
          - asset.VirtualizationService
          - asset.VmHost
          - asset.WorkloadOptimizerAmazonWebServicesBillingOptions
          - asset.WorkloadOptimizerDynatraceOptions
          - asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions
          - asset.WorkloadOptimizerHypervOptions
          - asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions
          - asset.WorkloadOptimizerMicrosoftAzureBillingOptions
          - asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions
          - asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions
          - asset.WorkloadOptimizerMicrosoftSqlServerOptions
          - asset.WorkloadOptimizerNewRelicOptions
          - asset.WorkloadOptimizerOpenStackOptions
          - asset.WorkloadOptimizerOracleDatabaseServerOptions
          - asset.WorkloadOptimizerRedHatOpenStackOptions
          - asset.WorkloadOptimizerService
          - asset.WorkloadOptimizerVmwareVcenterOptions
          - auditd.LogMonitorType
          - bios.C845ServerBiosConfiguration
          - bios.CbsCmnApbdisC845BiosToken
          - bios.CbsCmnCpuAvx512C845BiosToken
          - bios.CbsCmnCpuCpbC845BiosToken
          - bios.CbsCmnCpuDowncoreModeC845BiosToken
          - bios.CbsCmnCpuGlobalCstateCtrlC845BiosToken
          - bios.CbsCmnCpuL1BurstPrefetchModeC845BiosToken
          - bios.CbsCmnCpuL1StreamHwPrefetcherC845BiosToken
          - bios.CbsCmnCpuL2StreamHwPrefetcherC845BiosToken
          - bios.CbsCmnCpuSmeeC845BiosToken
          - bios.CbsCmnCpuStreamingStoresCtrlC845BiosToken
          - bios.CbsCmnCxlMemOnlineOfflineC845BiosToken
          - bios.CbsCmnDeterminismCtlC845BiosToken
          - bios.CbsCmnDeterminismEnableC845BiosToken
          - bios.CbsCmnGnbNbIommuC845BiosToken
          - bios.CbsCmnMemBootTimePostPackageRepairC845BiosToken
          - bios.CbsCmnMemCsInterleaveDdrC845BiosToken
          - bios.CbsCmnMemCtrllerBankSwapModeDdrC845BiosToken
          - bios.CbsCmnMemCtrllerPwrDnEnDdrC845BiosToken
          - bios.CbsCmnMemDramRefreshRateC845BiosToken
          - bios.CbsCmnMemDramScrubTimeC845BiosToken
          - bios.CbsCmnMemHealingBistEnableBitMaskDdrC845BiosToken
          - bios.CbsCmnMemHealingBistExecutionModeC845BiosToken
          - bios.CbsCmnMemRuntimePostPackageRepairC845BiosToken
          - bios.CbsCmnMemTsmeEnableDdrC845BiosToken
          - bios.CbsCmnPcieCaplinkSpeedC845BiosToken
          - bios.CbsCpuCcdCtrlC845BiosToken
          - bios.CbsCpuSmtCtrlC845BiosToken
          - bios.CbsDbgCpuLapicModeC845BiosToken
          - bios.CbsDbgCpuSnpMemCoverC845BiosToken
          - bios.CbsDfCmn3LinkMaxXgmiSpeedC845BiosToken
          - bios.CbsDfCmnAcpiSratL3NumaC845BiosToken
          - bios.CbsDfCmnDramNpsC845BiosToken
          - bios.CbsSevSnpSupportC845BiosToken
          - bios.Cpu005C845BiosToken
          - bios.Ipmi100C845BiosToken
          - bios.Ipmi103C845BiosToken
          - bios.Ipmi104C845BiosToken
          - bios.Ipmi105C845BiosToken
          - bios.Nvlck002C845BiosToken
          - bios.Nwsk001C845BiosToken
          - bios.Nwsk002C845BiosToken
          - bios.Nwsk006C845BiosToken
          - bios.Nwsk007C845BiosToken
          - bios.Pcid001C845BiosToken
          - bios.Pcid002C845BiosToken
          - bios.Pcid003C845BiosToken
          - bios.Ptt000C845BiosToken
          - bios.Tcg001C845BiosToken
          - bios.Tcg003C845BiosToken
          - bios.Tcg007C845BiosToken
          - bios.Tcg018C845BiosToken
          - bios.Tcg019C845BiosToken
          - bios.Ter001C845BiosToken
          - bios.Ter0021C845BiosToken
          - bios.Ter012C845BiosToken
          - bios.Ter05dC845BiosToken
          - blueprint.BlueprintDefinitionDependency
          - blueprint.GeneratedObjectMetadata
          - blueprint.GeneratedObjectNew
          - blueprint.GeneratedObjectOperationTarget
          - blueprint.GeneratedObjectSourceClone
          - blueprint.GeneratedObjectSourceLookup
          - blueprint.GeneratedObjectSourceMerge
          - blueprint.GeneratedObjectSourceReference
          - blueprint.GeneratedObjectSourceSelector
          - blueprint.InputOperationType
          - blueprint.PreGenerateOperation
          - blueprint.PropertyIteration
          - blueprint.ResourceConstraints
          - blueprint.ServiceItemDefinition
          - boot.Bootloader
          - boot.FlexMmc
          - boot.Http
          - boot.Iscsi
          - boot.LocalCdd
          - boot.LocalDisk
          - boot.Nvme
          - boot.PchStorage
          - boot.Pxe
          - boot.San
          - boot.SdCard
          - boot.StaticIpV4Settings
          - boot.StaticIpV6Settings
          - boot.UefiShell
          - boot.Usb
          - boot.VirtualMedia
          - bulk.HttpHeader
          - bulk.MultiRelationEntryPatch
          - bulk.PatchContent
          - bulk.RelatedTypeExportOption
          - bulk.RestResult
          - bulk.RestSubRequest
          - bulk.SecResourceRoles
          - bulk.SubRequestsGroup
          - capability.AdapterConnectionPoint
          - capability.CertificatePropertyConstraints
          - capability.DeviceInventory
          - capability.FeatureConfig
          - capability.GpuConnectionPoint
          - capability.HsuIsoModelSpecificConstraint
          - capability.LdapBasePropertyConstraints
          - capability.PcIdRange
          - capability.PortPropertyConstraints
          - capability.PortRange
          - capability.ServerComponentConstraint
          - capability.ServerPcieConnectivityLayout
          - capability.ServerPcieTopology
          - capability.SwitchControlPolicyConstraints
          - capability.SwitchNetworkLimits
          - capability.SwitchStorageLimits
          - capability.SwitchSystemLimits
          - capability.SwitchingModeCapability
          - capability.UnsupportedFeatureConfig
          - capability.UpdateOrderListType
          - certificatemanagement.Imc
          - certificatemanagement.RootCaCertificate
          - chassis.ChassisAssignment
          - cloud.TfcWorkspaceVariables
          - cmrf.CmRf
          - comm.GeoLocationDetails
          - comm.GeoPoint
          - comm.IpV4AddressBlock
          - comm.IpV4Interface
          - comm.IpV6Interface
          - comm.PhysicalAddress
          - comm.TagUsage
          - compute.AdapterUnitConfig
          - compute.AdapterUnitPropFilter
          - compute.AlarmSummary
          - compute.CpuConfig
          - compute.GpuConfig
          - compute.GpuPropFilter
          - compute.IpAddress
          - compute.MigrationKeyInfo
          - compute.PcieZone
          - compute.PendingWorkflowTrigger
          - compute.PersistentMemoryModule
          - compute.PersistentMemoryOperation
          - compute.PersonalitySetting
          - compute.RecoveryKeyDetails
          - compute.ScrubOpConfigutation
          - compute.ServerConfig
          - compute.ServerOpStatus
          - compute.StorageControllerOperation
          - compute.StoragePhysicalDrive
          - compute.StoragePhysicalDriveOperation
          - compute.StorageUtilityImageOperation
          - compute.StorageVirtualDrive
          - compute.StorageVirtualDriveOperation
          - cond.AdapterBaselineStatus
          - cond.AdapterDetail
          - cond.AdapterInstance
          - cond.AlarmAction
          - cond.AlarmClassificationEligibility
          - cond.AlarmPreview
          - cond.AlarmRuleExpression
          - cond.AlarmSpec
          - cond.AlarmSummary
          - cond.AlarmSuppressionDryRunSummary
          - cond.FilterRule
          - cond.ServerBaselineStatus
          - connector.CloseStreamMessage
          - connector.CommandControlMessage
          - connector.CommandTerminalStream
          - connector.EventLog
          - connector.ExpectPrompt
          - connector.FetchStreamMessage
          - connector.FileChecksum
          - connector.FileMessage
          - connector.HttpRequest
          - connector.SshConfig
          - connector.SshMessage
          - connector.StartStream
          - connector.StartStreamFromDevice
          - connector.StreamAcknowledge
          - connector.StreamInput
          - connector.StreamKeepalive
          - connector.TargetChangeMessage
          - connector.TargetSpecification
          - connector.Url
          - connector.WinrmRequest
          - connector.XmlApiMessage
          - connectorpack.ConnectorPackUpdate
          - content.ComplexType
          - content.Parameter
          - content.TextParameter
          - convergedinfra.AlarmSummary
          - convergedinfra.ComplianceSummary
          - convergedinfra.PodSummary
          - crd.CustomResourceConfigProperty
          - equipment.ChassisOperationStatus
          - equipment.ChassisOperationsDetails
          - equipment.DeviceLocation
          - equipment.IoCardIdentity
          - equipment.IoCardOperationStatus
          - equipment.PendingWorkflowTrigger
          - equipment.ResetAction
          - ether.MacsecOperData
          - fabric.ChassisAssignment
          - fabric.ClusterAssignment
          - fabric.FcZoneMember
          - fabric.FlowNonKey
          - fabric.Ipv4FlowKey
          - fabric.Ipv6FlowKey
          - fabric.L2FlowKey
          - fabric.LldpGlobalSettings
          - fabric.LldpSettings
          - fabric.MacAgingSettings
          - fabric.MacLearningSettings
          - fabric.MacSecEaPol
          - fabric.PfcWatchDog
          - fabric.PortIdentifier
          - fabric.QosClass
          - fabric.SecKey
          - fabric.SecKeyChain
          - fabric.StpGlobalSettings
          - fabric.SwitchAssignment
          - fabric.UdldGlobalSettings
          - fabric.UdldSettings
          - fabric.VlanExportInterface
          - fabric.VlanSettings
          - fcpool.Block
          - fcpool.ReservationReference
          - feedback.FeedbackData
          - filterexpr.AndFilterExpression
          - filterexpr.OrFilterExpression
          - filterexpr.PredicateFilterExpression
          - firmware.ChassisUpgradeImpact
          - firmware.CifsServer
          - firmware.ComponentImpact
          - firmware.ComponentMeta
          - firmware.DirectDownload
          - firmware.ExcludeComponentPidListType
          - firmware.FabricUpgradeImpact
          - firmware.FeatureVersionMap
          - firmware.FirmwareInventory
          - firmware.HttpServer
          - firmware.ModelBundleVersion
          - firmware.NetworkShare
          - firmware.NfsServer
          - firmware.ServerImpact
          - firmware.ServerUpgradeImpact
          - firmware.VersionMap
          - forecast.Model
          - hci.AhvGuestTools
          - hci.AlarmParameter
          - hci.AlarmSummary
          - hci.ApiLimit
          - hci.BackplaneNetworkParams
          - hci.CapacityViolation
          - hci.ClusterOpInfo
          - hci.ConfigurableParamValue
          - hci.ConfigurableParamValueRange
          - hci.Consumption
          - hci.EntitlementDetail
          - hci.EsxiGuestTools
          - hci.ExpiredLicense
          - hci.ExternalStorageArray
          - hci.FaultToleranceState
          - hci.FeatureViolation
          - hci.IpAddress
          - hci.IpAddressOrFqdn
          - hci.KeyManagementDeviceToCertStatusInfo
          - hci.LicensedService
          - hci.ManagementServer
          - hci.NccConfigurableParameter
          - hci.NutanixClusterCheck
          - hci.PendingWorkflowTrigger
          - hci.PulseStatus
          - hci.Sbdf
          - hci.SdaPolicyClusterConfig
          - hci.ServiceViolation
          - hci.SoftwareType
          - hci.VirtualGpuConfig
          - hcl.Constraint
          - hcl.Firmware
          - hcl.HardwareCompatibilityProfile
          - hcl.Product
          - hcl.Serv

# --- truncated at 32 KB (674 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-meta-api-openapi.yml