Cisco Catalyst SD-WAN Administration - Audit Log API

The Administration - Audit Log API from Cisco Catalyst SD-WAN — 8 operation(s) for administration - audit log.

Operations 12

POST /auditlog Get vManage Audit Log with post action #
GET /auditlog Get vManage Audit Log #
POST /auditlog/aggregation Get raw property data aggregated #
GET /auditlog/aggregation Get raw property data aggregated #
POST /auditlog/doccount Get vManage Audit Log Doc count #
GET /auditlog/doccount Get vManage Audit Log Doc count #
GET /auditlog/fields Get vManage Audit Log fields #
GET /auditlog/page Get raw property data in bulk #
POST /auditlog/page Get raw property data in bulk #
GET /auditlog/query/fields Get vManage Audit Log query fields #
GET /auditlog/severity Get vManage Audit Log #
GET /auditlog/severity/summary Get vManage Audit Log Histogram #

Documentation

📖
Documentation
https://developer.cisco.com/docs/sdwan/administration-and-setting/
📖
APIReference
https://developer.cisco.com/docs/sdwan/administration-and-setting/
📖
Documentation
https://developer.cisco.com/docs/sdwan/ux-1-0-configuration/
📖
APIReference
https://developer.cisco.com/docs/sdwan/ux-1-0-configuration/
📖
Documentation
https://developer.cisco.com/docs/sdwan/ux-2-0-configuration/
📖
APIReference
https://developer.cisco.com/docs/sdwan/ux-2-0-configuration/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-system/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-system/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-transport/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-transport/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-service/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-service/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-others/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-others/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-routing/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-routing/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-mobility-and-nfv/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-mobility-and-nfv/
📖
Documentation
https://developer.cisco.com/docs/sdwan/monitoring-and-troubleshooting/
📖
APIReference
https://developer.cisco.com/docs/sdwan/monitoring-and-troubleshooting/
📖
Documentation
https://developer.cisco.com/docs/sdwan/sd-wan-services/
📖
APIReference
https://developer.cisco.com/docs/sdwan/sd-wan-services/
📖
Documentation
https://developer.cisco.com/docs/sdwan/partner-integrations/
📖
APIReference
https://developer.cisco.com/docs/sdwan/partner-integrations/
📖
Documentation
https://developer.cisco.com/docs/sdwan/others/
📖
APIReference
https://developer.cisco.com/docs/sdwan/others/

Specifications

Other Resources

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/cisco-catalyst-sdwan-administration-audit-log-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

cisco-catalyst-sdwan-administration-audit-log-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Others Administration - Audit Log API
  description: 'Other APIs

    Include APIs that do not belong to other categories'
  contact:
    email: vmanage@cisco.com
  license:
    name: Commercial License
    url: https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html
  version: 26.1.0+2026-01-06
  x-provenance:
    method: harvested
    authored_by: Cisco Catalyst SD-WAN
    harvested_by: API Evangelist
    harvested_on: '2026-08-19'
    first_party: true
    provider_published: true
    source_host: pubhub.devnetcloud.com
    note: 4,138 operations across 2,841 paths, published by Cisco as self-contained per-operation OpenAPI 3.1.0 fragments on the DevNet CDN and consolidated here into 13 documents. Ownership verified from info.contact vmanage@cisco.com and the Cisco license URL rather than from the fetch host.
  x-evidence:
  - type: source
    url: https://pubhub.devnetcloud.com/media/cisco-catalyst-sd-wan-26-1-api-guide/docs/
  - type: source
    url: https://developer.cisco.com/docs/sdwan/
servers:
- url: /dataservice
tags:
- name: Administration - Audit Log
paths:
  /auditlog:
    post:
      tags:
      - Administration - Audit Log
      summary: Get vManage Audit Log with post action
      description: Get raw property data with post action
      operationId: getRawPropertyData
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Data aggregation query string:
                description: Data aggregation query string
                value:
                  query:
                    condition: AND
                    rules:
                    - field: entry_time
                      operator: last_n_hours
                      type: date
                      value:
                      - '3'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                required:
                - data
                - header
                type: object
                properties:
                  data:
                    type: array
                    items:
                      required:
                      - auditdetails
                      - entry_time
                      - logdeviceid
                      - logfeature
                      - logid
                      - logmessage
                      - logmodule
                      - loguser
                      - logusersrcip
                      - statcycletime
                      - tenant
                      type: object
                      properties:
                        auditdetails:
                          type: array
                          items:
                            type: string
                        entry_time:
                          type: integer
                          format: int32
                          example: 1659003590292
                        id:
                          type: string
                          example: iWJRRIIBMbLIyWbe1qH
                        logdeviceid:
                          type: string
                          example: 172.16.255.22
                        logfeature:
                          type: string
                          example: user
                        logid:
                          type: string
                          format: uuid
                          example: 918c6d64-729c-4304-b2c7-955a7c0e6a61
                        logmessage:
                          type: string
                          example: 'Invalidated session due to server session idle time out for User: viptela-device-901d032c-0721-438e-82ba-1d429598d879'
                        logmodule:
                          type: string
                          example: user
                        loguser:
                          type: string
                          format: uuid
                        logusersrcip:
                          type: string
                          example: 172.16.255.19
                        statcycletime:
                          type: integer
                          format: int32
                          example: 1659003590292
                        tenant:
                          type: string
                          example: default
                      $$ref: '#/components/schemas/AuditLogEntry'
                  header:
                    type: object
                    properties:
                      chart:
                        type: object
                        properties:
                          series:
                            type: array
                            items:
                              type: string
                          title:
                            type: string
                          xAxis:
                            type: array
                            items:
                              type: string
                          xAxisLabel:
                            type: string
                          yAxis:
                            type: array
                            items:
                              type: string
                          yAxisLabel:
                            type: string
                        $$ref: '#/components/schemas/ChartObject'
                      columns:
                        required:
                        - dataType
                        - property
                        - title
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          displayFormat:
                            type: string
                            example: DD MMM YYYY h:mm:ss A z
                          hideable:
                            type: boolean
                            example: true
                          inputFormat:
                            type: string
                            example: unix-time
                          isDisplay:
                            type: boolean
                            example: true
                          minWidth:
                            type: integer
                            format: int32
                            example: 300
                          property:
                            type: string
                            example: entry_time
                          title:
                            type: string
                            example: Timestamp
                          width:
                            type: integer
                            format: int32
                            example: 220
                        $$ref: '#/components/schemas/AuditLogHeaderColumns'
                      fields:
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          property:
                            type: string
                            example: entry_time
                        $$ref: '#/components/schemas/GetStatDataFields'
                      generatedOn:
                        type: integer
                        format: int32
                        example: 1655622555494
                      viewKeys:
                        type: object
                        properties:
                          preferenceKey:
                            type: string
                            example: grid-AuditLogView
                          uniqueKey:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/AuditLogHeaderViewKeys'
                    $$ref: '#/components/schemas/AuditLogHeader'
                $$ref: '#/components/schemas/GetAuditLogData'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    get:
      tags:
      - Administration - Audit Log
      summary: Get vManage Audit Log
      description: Get stat raw data
      operationId: getStatDataRawAuditLogData
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                required:
                - data
                - header
                type: object
                properties:
                  data:
                    type: array
                    items:
                      required:
                      - auditdetails
                      - entry_time
                      - logdeviceid
                      - logfeature
                      - logid
                      - logmessage
                      - logmodule
                      - loguser
                      - logusersrcip
                      - statcycletime
                      - tenant
                      type: object
                      properties:
                        auditdetails:
                          type: array
                          items:
                            type: string
                        entry_time:
                          type: integer
                          format: int32
                          example: 1659003590292
                        id:
                          type: string
                          example: iWJRRIIBMbLIyWbe1qH
                        logdeviceid:
                          type: string
                          example: 172.16.255.22
                        logfeature:
                          type: string
                          example: user
                        logid:
                          type: string
                          format: uuid
                          example: 918c6d64-729c-4304-b2c7-955a7c0e6a61
                        logmessage:
                          type: string
                          example: 'Invalidated session due to server session idle time out for User: viptela-device-901d032c-0721-438e-82ba-1d429598d879'
                        logmodule:
                          type: string
                          example: user
                        loguser:
                          type: string
                          format: uuid
                        logusersrcip:
                          type: string
                          example: 172.16.255.19
                        statcycletime:
                          type: integer
                          format: int32
                          example: 1659003590292
                        tenant:
                          type: string
                          example: default
                      $$ref: '#/components/schemas/AuditLogEntry'
                  header:
                    type: object
                    properties:
                      chart:
                        type: object
                        properties:
                          series:
                            type: array
                            items:
                              type: string
                          title:
                            type: string
                          xAxis:
                            type: array
                            items:
                              type: string
                          xAxisLabel:
                            type: string
                          yAxis:
                            type: array
                            items:
                              type: string
                          yAxisLabel:
                            type: string
                        $$ref: '#/components/schemas/ChartObject'
                      columns:
                        required:
                        - dataType
                        - property
                        - title
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          displayFormat:
                            type: string
                            example: DD MMM YYYY h:mm:ss A z
                          hideable:
                            type: boolean
                            example: true
                          inputFormat:
                            type: string
                            example: unix-time
                          isDisplay:
                            type: boolean
                            example: true
                          minWidth:
                            type: integer
                            format: int32
                            example: 300
                          property:
                            type: string
                            example: entry_time
                          title:
                            type: string
                            example: Timestamp
                          width:
                            type: integer
                            format: int32
                            example: 220
                        $$ref: '#/components/schemas/AuditLogHeaderColumns'
                      fields:
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          property:
                            type: string
                            example: entry_time
                        $$ref: '#/components/schemas/GetStatDataFields'
                      generatedOn:
                        type: integer
                        format: int32
                        example: 1655622555494
                      viewKeys:
                        type: object
                        properties:
                          preferenceKey:
                            type: string
                            example: grid-AuditLogView
                          uniqueKey:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/AuditLogHeaderViewKeys'
                    $$ref: '#/components/schemas/AuditLogHeader'
                $$ref: '#/components/schemas/GetAuditLogData'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /auditlog/aggregation:
    post:
      tags:
      - Administration - Audit Log
      summary: Get raw property data aggregated
      description: Get raw property data aggregated with post action
      operationId: getPostPropertyAggregationData
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Data aggregation query string:
                description: Data aggregation query string
                value:
                  aggregation:
                    histogram:
                      interval: 30
                      order: asc
                      property: entry_time
                      type: minute
                  query:
                    condition: AND
                    rules:
                    - field: entry_time
                      operator: last_n_hours
                      type: date
                      value:
                      - '3'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                required:
                - header
                type: object
                properties:
                  data:
                    type: array
                    items:
                      required:
                      - auditdetails
                      - entry_time
                      - logdeviceid
                      - logfeature
                      - logid
                      - logmessage
                      - logmodule
                      - loguser
                      - logusersrcip
                      - statcycletime
                      - tenant
                      type: object
                      properties:
                        auditdetails:
                          type: array
                          items:
                            type: string
                        entry_time:
                          type: integer
                          format: int32
                          example: 1659003590292
                        id:
                          type: string
                          example: iWJRRIIBMbLIyWbe1qH
                        logdeviceid:
                          type: string
                          example: 172.16.255.22
                        logfeature:
                          type: string
                          example: user
                        logid:
                          type: string
                          format: uuid
                          example: 918c6d64-729c-4304-b2c7-955a7c0e6a61
                        logmessage:
                          type: string
                          example: 'Invalidated session due to server session idle time out for User: viptela-device-901d032c-0721-438e-82ba-1d429598d879'
                        logmodule:
                          type: string
                          example: user
                        loguser:
                          type: string
                          format: uuid
                        logusersrcip:
                          type: string
                          example: 172.16.255.19
                        statcycletime:
                          type: integer
                          format: int32
                          example: 1659003590292
                        tenant:
                          type: string
                          example: default
                      $$ref: '#/components/schemas/AuditLogEntry'
                  entryTimeList:
                    type: array
                    items:
                      type: string
                  header:
                    type: object
                    properties:
                      chart:
                        type: object
                        properties:
                          series:
                            type: array
                            items:
                              type: string
                          title:
                            type: string
                          xAxis:
                            type: array
                            items:
                              type: string
                          xAxisLabel:
                            type: string
                          yAxis:
                            type: array
                            items:
                              type: string
                          yAxisLabel:
                            type: string
                        $$ref: '#/components/schemas/ChartObject'
                      columns:
                        required:
                        - dataType
                        - property
                        - title
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          displayFormat:
                            type: string
                            example: DD MMM YYYY h:mm:ss A z
                          hideable:
                            type: boolean
                            example: true
                          inputFormat:
                            type: string
                            example: unix-time
                          isDisplay:
                            type: boolean
                            example: true
                          minWidth:
                            type: integer
                            format: int32
                            example: 300
                          property:
                            type: string
                            example: entry_time
                          title:
                            type: string
                            example: Timestamp
                          width:
                            type: integer
                            format: int32
                            example: 220
                        $$ref: '#/components/schemas/AuditLogHeaderColumns'
                      fields:
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          property:
                            type: string
                            example: entry_time
                        $$ref: '#/components/schemas/GetStatDataFields'
                      generatedOn:
                        type: integer
                        format: int32
                        example: 1655622555494
                      viewKeys:
                        type: object
                        properties:
                          preferenceKey:
                            type: string
                            example: grid-AuditLogView
                          uniqueKey:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/AuditLogHeaderViewKeys'
                    $$ref: '#/components/schemas/AuditLogHeader'
                $$ref: '#/components/schemas/GetAuditLogAggregation'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    get:
      tags:
      - Administration - Audit Log
      summary: Get raw property data aggregated
      description: Get raw property data aggregated
      operationId: getPropertyAggregationData
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                required:
                - header
                type: object
                properties:
                  data:
                    type: array
                    items:
                      required:
                      - auditdetails
                      - entry_time
                      - logdeviceid
                      - logfeature
                      - logid
                      - logmessage
                      - logmodule
                      - loguser
                      - logusersrcip
                      - statcycletime
                      - tenant
                      type: object
                      properties:
                        auditdetails:
                          type: array
                          items:
                            type: string
                        entry_time:
                          type: integer
                          format: int32
                          example: 1659003590292
                        id:
                          type: string
                          example: iWJRRIIBMbLIyWbe1qH
                        logdeviceid:
                          type: string
                          example: 172.16.255.22
                        logfeature:
                          type: string
                          example: user
                        logid:
                          type: string
                          format: uuid
                          example: 918c6d64-729c-4304-b2c7-955a7c0e6a61
                        logmessage:
                          type: string
                          example: 'Invalidated session due to server session idle time out for User: viptela-device-901d032c-0721-438e-82ba-1d429598d879'
                        logmodule:
                          type: string
                          example: user
                        loguser:
                          type: string
                          format: uuid
                        logusersrcip:
                          type: string
                          example: 172.16.255.19
                        statcycletime:
                          type: integer
                          format: int32
                          example: 1659003590292
                        tenant:
                          type: string
                          example: default
                      $$ref: '#/components/schemas/AuditLogEntry'
                  entryTimeList:
                    type: array
                    items:
                      type: string
                  header:
                    type: object
                    properties:
                      chart:
                        type: object
                        properties:
                          series:
                            type: array
                            items:
                              type: string
                          title:
                            type: string
                          xAxis:
                            type: array
                            items:
                              type: string
                          xAxisLabel:
                            type: string
                          yAxis:
                            type: array
                            items:
                              type: string
                          yAxisLabel:
                            type: string
                        $$ref: '#/components/schemas/ChartObject'
                      columns:
                        required:
                        - dataType
                        - property
                        - title
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          displayFormat:
                            type: string
                            example: DD MMM YYYY h:mm:ss A z
                          hideable:
                            type: boolean
                            example: true
                          inputFormat:
                            type: string
                            example: unix-time
                          isDisplay:
                            type: boolean
                            example: true
                          minWidth:
                            type: integer
                            format: int32
                            example: 300
                          property:
                            type: string
                            example: entry_time
                          title:
                            type: string
                            example: Timestamp
                          width:
                            type: integer
                            format: int32
                            example: 220
                        $$ref: '#/components/schemas/AuditLogHeaderColumns'
                      fields:
                        type: object
                        properties:
                          dataType:
                            type: string
                            example: date
                          property:
                            type: string
                            example: entry_time
                        $$ref: '#/components/schemas/GetStatDataFields'
                      generatedOn:
                        type: integer
                        format: int32
                        example: 1655622555494
                      viewKeys:
                        type: object
                        properties:
                          preferenceKey:
                            type: string
                            example: grid-AuditLogView
                          uniqueKey:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/AuditLogHeaderViewKeys'
                    $$ref: '#/components/schemas/AuditLogHeader'
                $$ref: '#/components/schemas/GetAuditLogAggregation'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /auditlog/doccount:
    post:
      tags:
      - Administration - Audit Log
      summary: Get vManage Audit Log Doc count
      description: Get response count of a query
      operationId: getCountPost_AdministrationAuditLog_1804
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Data aggregation query string:
                description: Data aggregation query string
                value:
                  query:
                    condition: AND
                    rules:
                    - field: entry_time
                      operator: last_n_hours
                      type: date
                      value:
                      - '3'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  count:
                    type: integer
                    format: int32
                    example: 44
                $$ref: '#/components/schemas/GetAuditLogDoccount'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    get:
      tags:
      - Administration - Audit Log
      summary: Get vManage Audit Log Doc count
      description: Get response count of a query
      operationId: getCount_AdministrationAuditLog_1803
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  count:
                    type: integer
                    format: int32
                    example: 44
                $$ref: '#/components/schemas/GetAuditLogDoccount'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /auditlog/fields:
    get:
      tags:
      - Administration - Audit Log
      summary: Get vManage Audit Log fields
      description: Get fields and type
      operationId: getStatDataFields_AdministrationAuditLog_1603
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                properties:
                  empty:
                    type: boolean
                items:
                  type: object
                  properties:
                    dataType:
                      type: string
                      example: date
                    property:
                      type: string
                      example: entry_time
                  $$ref: '#/components/schemas/GetStatDataFields'
                $$ref: '#/components/schemas/GetStatDataFieldArray'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /auditlog/page:
    get:
    

# --- truncated at 32 KB (57 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cisco-catalyst-sdwan/refs/heads/main/openapi/cisco-catalyst-sdwan-administration-audit-log-api-openapi.yml