Cisco Intersight OAUTH API

The oauth API from Cisco Intersight — 4 operation(s) for oauth.

Operations 8

GET /api/v1/oauth/AccessTokens Read a 'oauth.AccessToken' resource. #
GET /api/v1/oauth/AccessTokens/{Moid} Read a 'oauth.AccessToken' resource. #
DELETE /api/v1/oauth/AccessTokens/{Moid} Delete a 'oauth.AccessToken' resource. #
POST /api/v1/oauth/Authorizations Create a 'oauth.Authorization' resource. #
GET /api/v1/oauth/Authorizations Read a 'oauth.Authorization' resource. #
POST /api/v1/oauth/Authorizations/{Moid} Update a 'oauth.Authorization' resource. #
PATCH /api/v1/oauth/Authorizations/{Moid} Update a 'oauth.Authorization' resource. #
GET /api/v1/oauth/Authorizations/{Moid} Read a 'oauth.Authorization' 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-oauth-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-oauth-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Intersight OAUTH 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 oauth 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: oauth
paths:
  /api/v1/oauth/AccessTokens:
    get:
      tags:
      - oauth
      summary: Read a 'oauth.AccessToken' resource.
      operationId: GetOauthAccessTokenList
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - READ.oauth.AccessToken
        - ROLE.Account Administrator
      parameters:
      - $ref: '#/components/parameters/filterParam'
      - $ref: '#/components/parameters/orderbyParam'
      - $ref: '#/components/parameters/topParam'
      - $ref: '#/components/parameters/skipParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/applyParam'
      - $ref: '#/components/parameters/countParam'
      - $ref: '#/components/parameters/inlinecountParam'
      - $ref: '#/components/parameters/atParam'
      - $ref: '#/components/parameters/tagsParam'
      responses:
        '200':
          description: List of 'oauth.AccessToken' resources for the given filter criteria
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.AccessToken.Response'
            text/csv:
              schema:
                $ref: '#/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/oauth/AccessTokens/{Moid}:
    get:
      tags:
      - oauth
      summary: Read a 'oauth.AccessToken' resource.
      operationId: GetOauthAccessTokenByMoid
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - READ.oauth.AccessToken
        - ROLE.Account Administrator
      parameters:
      - $ref: '#/components/parameters/moidParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/atParam'
      responses:
        '200':
          description: An instance of the 'oauth.AccessToken' resource.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.AccessToken'
            text/csv:
              schema:
                $ref: '#/components/schemas/CsvFile'
            application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
              schema:
                $ref: '#/components/schemas/ExcelFile'
          links:
            GetOauthAccessTokenByMoid:
              operationId: GetOauthAccessTokenByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/AccessTokens/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    delete:
      tags:
      - oauth
      summary: Delete a 'oauth.AccessToken' resource.
      operationId: DeleteOauthAccessToken
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - DELETE.oauth.AccessToken
        - PRIVSET.Account Administrator
        - ROLE.Account Administrator
      parameters:
      - $ref: '#/components/parameters/moidParam'
      responses:
        '200':
          description: Resource has been deleted successfully.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    servers:
    - url: https://{server}
      variables:
        server:
          default: intersight.com
      description: The Intersight URL for the cloud-based infrastructure management APIs.
  /api/v1/oauth/Authorizations:
    post:
      tags:
      - oauth
      summary: Create a 'oauth.Authorization' resource.
      operationId: CreateOauthAuthorization
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - CREATE.oauth.Authorization
        - PRIVSET.Account Administrator
        - ROLE.Account Administrator
      parameters:
      - $ref: '#/components/parameters/IfMatch'
      - $ref: '#/components/parameters/IfNoneMatch'
      requestBody:
        description: The 'oauth.Authorization' resource to create.
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/oauth.Authorization'
      responses:
        '200':
          description: The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was created as requested. The 'oauth.Authorization' resource is created before this response is sent back and the resource is returned in the body of the message.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.Authorization'
          links:
            GetOauthAuthorizationByMoid:
              operationId: GetOauthAuthorizationByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    get:
      tags:
      - oauth
      summary: Read a 'oauth.Authorization' resource.
      operationId: GetOauthAuthorizationList
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - PRIVSET.Read-Only
        - READ.oauth.Authorization
        - ROLE.Account Administrator
        - ROLE.Read-Only
      parameters:
      - $ref: '#/components/parameters/filterParam'
      - $ref: '#/components/parameters/orderbyParam'
      - $ref: '#/components/parameters/topParam'
      - $ref: '#/components/parameters/skipParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/applyParam'
      - $ref: '#/components/parameters/countParam'
      - $ref: '#/components/parameters/inlinecountParam'
      - $ref: '#/components/parameters/atParam'
      - $ref: '#/components/parameters/tagsParam'
      responses:
        '200':
          description: List of 'oauth.Authorization' resources for the given filter criteria
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.Authorization.Response'
            text/csv:
              schema:
                $ref: '#/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/oauth/Authorizations/{Moid}:
    post:
      tags:
      - oauth
      summary: Update a 'oauth.Authorization' resource.
      operationId: UpdateOauthAuthorization
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - ROLE.Account Administrator
        - UPDATE.oauth.Authorization
      parameters:
      - $ref: '#/components/parameters/moidParam'
      - $ref: '#/components/parameters/IfMatch'
      requestBody:
        description: The 'oauth.Authorization' resource to update.
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/oauth.Authorization'
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/PatchDocument'
      responses:
        '200':
          description: The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was modified as requested. The 'oauth.Authorization' resource is modified before this response is sent back and the resource is returned in the body of the message.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.Authorization'
          links:
            GetOauthAuthorizationByMoid:
              operationId: GetOauthAuthorizationByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    patch:
      tags:
      - oauth
      summary: Update a 'oauth.Authorization' resource.
      operationId: PatchOauthAuthorization
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - ROLE.Account Administrator
        - UPDATE.oauth.Authorization
      parameters:
      - $ref: '#/components/parameters/moidParam'
      - $ref: '#/components/parameters/IfMatch'
      requestBody:
        description: The 'oauth.Authorization' resource to update.
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/oauth.Authorization'
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/PatchDocument'
      responses:
        '200':
          description: The HTTP 200 status response code indicates that the request has succeeded and the 'oauth.Authorization' resource was patched as requested. The 'oauth.Authorization' resource is patched before this response is sent back and the resource is returned in the body of the message.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.Authorization'
          links:
            GetOauthAuthorizationByMoid:
              operationId: GetOauthAuthorizationByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    get:
      tags:
      - oauth
      summary: Read a 'oauth.Authorization' resource.
      operationId: GetOauthAuthorizationByMoid
      security:
      - cookieAuth: []
      - http_signature: []
      - oAuth2:
        - PRIVSET.Account Administrator
        - PRIVSET.Enable subscription information
        - PRIVSET.Read-Only
        - READ.oauth.Authorization
        - ROLE.Account Administrator
        - ROLE.Read-Only
      parameters:
      - $ref: '#/components/parameters/moidParam'
      - $ref: '#/components/parameters/selectParam'
      - $ref: '#/components/parameters/expandParam'
      - $ref: '#/components/parameters/atParam'
      responses:
        '200':
          description: An instance of the 'oauth.Authorization' resource.
          headers:
            Set-Cookie:
              $ref: '#/components/headers/Set-Cookie'
            x-starship-traceid:
              $ref: '#/components/headers/x-starship-traceid'
            Content-Disposition:
              $ref: '#/components/headers/Content-Disposition'
            Content-Length:
              $ref: '#/components/headers/Content-Length'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/oauth.Authorization'
            text/csv:
              schema:
                $ref: '#/components/schemas/CsvFile'
            application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
              schema:
                $ref: '#/components/schemas/ExcelFile'
          links:
            GetOauthAuthorizationByMoid:
              operationId: GetOauthAuthorizationByMoid
              parameters:
                Moid: $response.body#/Moid
              description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/oauth/Authorizations/{Moid}'.
            GetIamAccountByMoid:
              $ref: '#/components/links/GetIamAccountByMoid'
            GetIamDomainGroupByMoid:
              $ref: '#/components/links/GetIamDomainGroupByMoid'
        '400':
          $ref: '#/components/responses/http_status_400'
        '401':
          $ref: '#/components/responses/http_status_401'
        '403':
          $ref: '#/components/responses/http_status_403'
        '404':
          $ref: '#/components/responses/http_status_404'
        default:
          $ref: '#/components/responses/default'
    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
  schemas:
    pkix.KeyGenerationSpec:
      title: Pkix:Key Generation Spec
      description: The key generation spec provides the algorithm and the parameters required for this algorithm to generate a key.
      x-allOf-name: pkix.KeyGenerationSpec
      allOf:
      - $ref: '#/components/schemas/mo.BaseComplexType'
      - type: object
        description: Definition of the list of properties defined in 'pkix.KeyGenerationSpec', 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:
            - pkix.EcdsaKeySpec
            - pkix.EddsaKeySpec
            - pkix.RsaAlgorithm
            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:
            - pkix.EcdsaKeySpec
            - pkix.EddsaKeySpec
            - pkix.RsaAlgorithm
            x-enum-as-string: true
          Name:
            description: 'Name of the key generation algorithm.

              * `RSA` - Key pairs should be generated by the RSA algorithm.'
            type: string
            enum:
            - RSA
            default: RSA
            readOnly: true
            x-omitempty: true
    policy.AbstractPolicy.Relationship:
      description: A relationship to the 'policy.AbstractPolicy' resource, or the expanded 'policy.AbstractPolicy' resource, or the 'null' value.
      x-one-of-name: policy.AbstractPolicy.Relationship
      oneOf:
      - type: 'null'
      - $ref: '#/components/schemas/mo.MoRef'
      - $ref: '#/components/schemas/policy.AbstractPolicy'
      discriminator:
        propertyName: ClassId
    iam.System.Relationship:
      description: A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.
      x-one-of-name: iam.System.Relationship
      oneOf:
      - type: 'null'
      - $ref: '#/components/schemas/mo.MoRef'
      - $ref: '#/components/schemas/iam.System'
      discriminator:
        propertyName: ClassId
    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
    iam.ResourceRoles.Relationship:
      description: A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.
      x-one-of-name: iam.ResourceRoles.Relationship
      oneOf:
      - type: 'null'
      - $ref: '#/components/schemas/mo.MoRef'
      - $ref: '#/components/schemas/iam.ResourceRoles'
      discriminator:
        propertyName: ClassId
    iam.SwitchAccountPermission:
      title: Iam:Switch Account Permission
      description: SwitchScope parameters related to the Account to/from which user switched.
      x-allOf-name: iam.SwitchAccountPermission
      allOf:
      - $ref: '#/components/schemas/mo.BaseComplexType'
      - type: object
        description: Definition of the list of properties defined in 'iam.SwitchAccountPermission', excluding properties defined in parent classes.
        required:
        - ClassId
        - ObjectType
        properties:
          ClassId:
            description: 'The fully-qualified name of the instantiated, concrete type.

              This property is used as a discriminator to identify the type of the payload

              when marshaling and unmarshaling data.'
            enum:
            - iam.SwitchAccountPermission
            default: iam.SwitchAccountPermission
            x-enum-as-string: true
          ObjectType:
            description: 'The fully-qualified name of the instantiated, concrete type.

              The value should be the same as the ''ClassId'' property.'
            enum:
            - iam.SwitchAccountPermission
            default: iam.SwitchAccountPermission
            x-enum-as-string: true
          AccountId:
            description: Moid of the Account to/from which user switched the scope.
            type: string
            readOnly: true
            x-omitempty: true
          PermissionId:
            description: Moid of the Permission for the Account to/from which user switched the scope.
            type: string
            readOnly: true
            x-omitempty: true
    iam.EndPointPrivilege:
      title: Iam:End Point Privilege
      description: 'EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions.

        #### Purpose

        It exposes endpoint-side authorization elements that can be assigned to platform users via endpoint roles.

        #### Key Concepts

        - **Endpoint Integration:** Bridges device-level capabilities to platform users.

        - **Read-only Catalog:** Reflects endpoint-defined actions.

        - **Role Assignment:** Consumed by EndPointRole for user access.'
      x-allOf-name: iam.EndPointPrivilege
      allOf:
      - $ref: '#/components/schemas/mo.BaseMo'
      - type: object
        description: Definition of the list of properties defined in 'iam.EndPointPrivilege', excluding properties defined in parent classes.
        required:
        - ClassId
        - ObjectType
        properties:
          ClassId:
            description: 'The fully-qualified name of the instantiated, concrete type.

              This property is used as a discriminator to identify the type of the payload

              when marshaling and unmarshaling data.'
            enum:
            - iam.EndPointPrivilege
            default: iam.EndPointPrivilege
            x-enum-as-string: true
          ObjectType:
            description: 'The fully-qualified name of the instantiated, concrete type.

              The value should be the same as the ''ClassId'' property.'
            enum:
            - iam.EndPointPrivilege
            default: iam.EndPointPrivilege
            x-enum-as-string: true
          Description:
            description: The functionality of this privilege.
            type: string
            readOnly: true
            x-omitempty: true
          Name:
            description: The name of the end point privilege.
            type: string
            readOnly: true
            x-omitempty: true
          Type:
            description: 'The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC.

              * `` - An unrecognized platform type.

              * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.

              * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.

              * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.

              * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).

              * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.

              * `IMC` - A standalone Cisco UCS rack server (Deprecated).

              * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.

              * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.

              * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.

              * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).

              * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.

              * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).

              * `HX` - A Cisco HyperFlex (HX) cluster.

              * `UCSD` - A Cisco UCS Director (UCSD) instance.

              * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.

              * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.

              * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.

              * `IntersightAssist` - A Cisco Intersight Assist instance.

              * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.

              * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.

              * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.

              * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.

              * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.

              * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.

              * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.

              * `UCSC885` - A standalone Cisco UCS C885 Server.

              * `CAI845A` - A standalone Cisco AI 845A Server.

              * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.

              * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.

              * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.

              * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.

              * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.

              * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.

              * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.

              * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.

              * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.

              * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.

              * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.

              * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer featur

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