How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Intersight Tam API

The tam API from Cisco Intersight — 10 operation(s) for tam.

Cisco Intersight Tam API is one of 117 APIs that Cisco Intersight publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include tam. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 14 operations across 10 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 1.0.11-20260807064027971.

Requests are made against a single base URL, https://{server}.

14 operations 10 paths 25 schemas 1 DELETE10 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.11-20260807064027971
Base URL
https://intersight.com
Authentication
API Key, HTTP Signature, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Cisco Intersight Tam API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as X-Starship-Token (cookieAuth). It uses HTTP signature authentication (http_signature). It supports OAuth 2.0 (oAuth2) using the authorizationCode and clientCredentials flows, exposing 3315 scopes.

  • cookieAuth — The authentication cookie obtained from a Single-Sign-On SAML assertion.
  • http_signature — The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed as specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatur…
  • oAuth2 — 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 cre…

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 1 DELETE, 10 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

tam 14
GET
/api/v1/tam/AdvisoryCounts
Read a 'tam.AdvisoryCount' resource.
GetTamAdvisoryCountList 11 params → 200400401403404default
GET
/api/v1/tam/AdvisoryCounts/{Moid}
Read a 'tam.AdvisoryCount' resource.
GetTamAdvisoryCountByMoid 4 params → 200400401403404default
GET
/api/v1/tam/AdvisoryDefinitions
Read a 'tam.AdvisoryDefinition' resource.
GetTamAdvisoryDefinitionList 11 params → 200400401403404default
GET
/api/v1/tam/AdvisoryDefinitions/{Moid}
Read a 'tam.AdvisoryDefinition' resource.
GetTamAdvisoryDefinitionByMoid 4 params → 200400401403404default
GET
/api/v1/tam/AdvisoryInfos
Read a 'tam.AdvisoryInfo' resource.
GetTamAdvisoryInfoList 11 params → 200400401403404default
POST
/api/v1/tam/AdvisoryInfos
Create a 'tam.AdvisoryInfo' resource.
CreateTamAdvisoryInfo 2 params body → 200400401403404default
GET
/api/v1/tam/AdvisoryInfos/{Moid}
Read a 'tam.AdvisoryInfo' resource.
GetTamAdvisoryInfoByMoid 4 params → 200400401403404default
POST
/api/v1/tam/AdvisoryInfos/{Moid}
Update a 'tam.AdvisoryInfo' resource.
UpdateTamAdvisoryInfo 2 params body → 200400401403404default
PATCH
/api/v1/tam/AdvisoryInfos/{Moid}
Update a 'tam.AdvisoryInfo' resource.
PatchTamAdvisoryInfo 2 params body → 200400401403404default
DELETE
/api/v1/tam/AdvisoryInfos/{Moid}
Delete a 'tam.AdvisoryInfo' resource.
DeleteTamAdvisoryInfo 1 param → 200400401403404default
GET
/api/v1/tam/AdvisoryInstances
Read a 'tam.AdvisoryInstance' resource.
GetTamAdvisoryInstanceList 11 params → 200400401403404default
GET
/api/v1/tam/AdvisoryInstances/{Moid}
Read a 'tam.AdvisoryInstance' resource.
GetTamAdvisoryInstanceByMoid 4 params → 200400401403404default
GET
/api/v1/tam/SecurityAdvisories
Read a 'tam.SecurityAdvisory' resource.
GetTamSecurityAdvisoryList 11 params → 200400401403404default
GET
/api/v1/tam/SecurityAdvisories/{Moid}
Read a 'tam.SecurityAdvisory' resource.
GetTamSecurityAdvisoryByMoid 4 params → 200400401403404default

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

tam.BaseAdvisory
An Intersight Advisory. An advisory represents an identification of a potential issue and may also include a recommendation for resolving the said issue. Advis…
tam.ApiDataSource
Data source using Intersight API to collect data regarding managed devices.
tam.SecurityAdvisory
Global catalog of PSIRT advisories, NOT scoped to an account. To find which advisories impact an account or its servers, query tam.AdvisoryInstance instead; us…
tam.AdvisoryDefinition.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
tam.Action
An action is used to react when an object satifies the condition specified in alert query. For e.g. an action in case of an object matching a fieldNotice query…
tam.QueryEntry
Contains a set of queries, each with an integer priority. the queries are executed in the order of specified priority. The result of each query is used as an i…
tam.BaseAdvisory.Relationship
A relationship to the 'tam.BaseAdvisory' resource, or the expanded 'tam.BaseAdvisory' resource, or the 'null' value.
tam.AdvisoryInfo
Per-account acknowledgement bookkeeping for advisories; it records which advisories a user has acknowledged, and does not itself list the servers or components…
tam.AdvisoryDefinition
Global catalog of Field Notice / EOL / EOS advisories, NOT scoped to an account. To find which advisories impact an account or its servers, query tam.AdvisoryI…
tam.AdvisoryCount
The AdvisoryCount object provides a high-level summary of the total number of advisories currently affecting a specific Intersight account. Purpose This object…
tam.AdvisoryInstance.Response
The response body of a HTTP GET request for the 'tam.AdvisoryInstance' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
tam.Severity
< Severity associated with the advisory. Severity assignment and interpretation is specific to each type of advisory. Each advisory type (SecurityAdvisory etc.…
tam.AdvisoryCount.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
tam.AdvisoryInfo.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
tam.SecurityAdvisory.Response
The response body of a HTTP GET request for the 'tam.SecurityAdvisory' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
tam.SecurityAdvisory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
tam.AdvisoryCount.Response
The response body of a HTTP GET request for the 'tam.AdvisoryCount' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
tam.Identifiers
Identifiers are used to identify an affected object in an alert defition. please refer to https://Intersight.com/apidocs/introduction/get-requests-and-query-ca…
tam.S3DataSource
S3 based data source used for storing data regarding managed devices.
tam.AdvisoryInstance.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
tam.AdvisoryDefinition.Response
The response body of a HTTP GET request for the 'tam.AdvisoryDefinition' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
tam.BaseDataSource
Represents source for the data needed to analyze the alerts. this could one of several supported source types (textFsmTemplates/Intersight API/external API). T…
tam.BaseAdvisoryDetails
Base type for specifying advisory type (Field notice, PSIRT) specific details.
tam.AdvisoryInfo.Response
The response body of a HTTP GET request for the 'tam.AdvisoryInfo' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
tam.AdvisoryInstance
The account-scoped record of which advisories (PSIRT security advisories, Field Notices, End-of-Life) currently impact an account and its servers or components…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-tam-api-openapi.yml Raw ↑

Other APIs Cisco Intersight publishes across the network.

Cisco Intersight Aaa API
Cisco Intersight Access API
Cisco Intersight Adapter API
Cisco Intersight Apiproxy API
Cisco Intersight Appliance API
Cisco Intersight Asset API
Cisco Intersight Auditd API
Cisco Intersight Bios API
Cisco Intersight Boot API
Cisco Intersight Bulk API
Cisco Intersight Capability API
Cisco Intersight Catalystsdwan API
Where this information came from

This is an independent, third-party profile of Cisco Intersight Tam API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.