Cisco
Cisco is a company and technology platform provider for networking, communications, cybersecurity, and enterprise infrastructure products.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: get_security_advisories_cvrf_advisory_advisory_i, get_security_advisories_cvrf_all, get_security_advisories_cvrf_cve_cve_id, get_security_advisories_cvrf_latest_number, get_security_advisories_cvrf_product, get_security_advisories_cvrf_severity_severity |
advisory_id |
string | no | — | Path parameter advisory_id (required by some operations). |
cve_id |
string | no | — | Path parameter cve_id (required by some operations). |
number |
string | no | — | Path parameter number (required by some operations). |
severity |
string | no | — | Path parameter severity (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |