Symantec · Capability

Symantec Endpoint Protection Manager API — API Version

Symantec Endpoint Protection Manager API — API Version. 1 operations. Lead operation: Get API Version. Self-contained Naftiko capability covering one Symantec business surface.

Run with Naftiko SymantecAPI Version

What You Can Do

GET
Getapiversion — Get API Version
/v1/api-stats/version

MCP Tools

get-api-version

Get API Version

read-only idempotent

Capability Spec

sepm-api-version.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Symantec Endpoint Protection Manager API — API Version
  description: 'Symantec Endpoint Protection Manager API — API Version. 1 operations. Lead operation: Get API Version. Self-contained
    Naftiko capability covering one Symantec business surface.'
  tags:
  - Symantec
  - API Version
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYMANTEC_API_KEY: SYMANTEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: sepm-api-version
    baseUri: https://{sepm-host}:8446/sepm/api/v1
    description: Symantec Endpoint Protection Manager API — API Version business capability. Self-contained, no shared references.
    resources:
    - name: api-stats-version
      path: /api-stats/version
      operations:
      - name: getapiversion
        method: GET
        description: Get API Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SYMANTEC_API_KEY}}'
  exposes:
  - type: rest
    namespace: sepm-api-version-rest
    port: 8080
    description: REST adapter for Symantec Endpoint Protection Manager API — API Version. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api-stats/version
      name: api-stats-version
      description: REST surface for api-stats-version.
      operations:
      - method: GET
        name: getapiversion
        description: Get API Version
        call: sepm-api-version.getapiversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sepm-api-version-mcp
    port: 9090
    transport: http
    description: MCP adapter for Symantec Endpoint Protection Manager API — API Version. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-api-version
      description: Get API Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sepm-api-version.getapiversion
      outputParameters:
      - type: object
        mapping: $.