Cisco
Connector for the cisco API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.cisco.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
get_security_advisories_cvrf_advisory_advisory_i— GET /security/advisories/cvrf/advisory/{advisory_id} — Used to obtain an advisory in CVRF format for a given advisory IDadvisory_idget_security_advisories_cvrf_all— GET /security/advisories/cvrf/all — Used to obtain all advisories in Common Vulnerability Reporting Format (CVRF). Fget_security_advisories_cvrf_cve_cve_id— GET /security/advisories/cvrf/cve/{cve_id} — Used to obtain an advisory in CVRF format for a given Common Vulnerability Enumeget_security_advisories_cvrf_latest_number— GET /security/advisories/cvrf/latest/{number} — Used to obtain all the latest security advisories in CVRF format given an absolu-
get_security_advisories_cvrf_product— GET /security/advisories/cvrf/product — Used to obtain all the advisories that affects the given product name. -
get_security_advisories_cvrf_severity_severity— GET /security/advisories/cvrf/severity/{severity} — Used to obtain all security advisories for a given security impact rating (criti
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_security_advisories_cvrf_advisory_advisory_i
# (attach an 'oauth' credential to the task — no inline secrets)