SolarWinds · Capability

SolarWinds Orion Platform API — BulkOperations

SolarWinds Orion Platform API — BulkOperations. 2 operations. Lead operation: Solarwinds Delete Multiple Entities. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsBulkOperations

What You Can Do

POST
Bulkdelete — Solarwinds Delete Multiple Entities
/v1/bulkdelete
POST
Bulkupdate — Solarwinds Update Multiple Entities
/v1/bulkupdate

MCP Tools

solarwinds-delete-multiple-entities

Solarwinds Delete Multiple Entities

solarwinds-update-multiple-entities

Solarwinds Update Multiple Entities

Capability Spec

orion-bulkoperations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SolarWinds Orion Platform API — BulkOperations
  description: 'SolarWinds Orion Platform API — BulkOperations. 2 operations. Lead operation: Solarwinds Delete Multiple Entities.
    Self-contained Naftiko capability covering one Solarwinds business surface.'
  tags:
  - Solarwinds
  - BulkOperations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLARWINDS_API_KEY: SOLARWINDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: orion-bulkoperations
    baseUri: https://{orion-server}:17774/SolarWinds/InformationService/v3/Json
    description: SolarWinds Orion Platform API — BulkOperations business capability. Self-contained, no shared references.
    resources:
    - name: BulkDelete
      path: /BulkDelete
      operations:
      - name: bulkdelete
        method: POST
        description: Solarwinds Delete Multiple Entities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: BulkUpdate
      path: /BulkUpdate
      operations:
      - name: bulkupdate
        method: POST
        description: Solarwinds Update Multiple Entities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.SOLARWINDS_USER}}'
      password: '{{env.SOLARWINDS_PASS}}'
  exposes:
  - type: rest
    namespace: orion-bulkoperations-rest
    port: 8080
    description: REST adapter for SolarWinds Orion Platform API — BulkOperations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/bulkdelete
      name: bulkdelete
      description: REST surface for BulkDelete.
      operations:
      - method: POST
        name: bulkdelete
        description: Solarwinds Delete Multiple Entities
        call: orion-bulkoperations.bulkdelete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulkupdate
      name: bulkupdate
      description: REST surface for BulkUpdate.
      operations:
      - method: POST
        name: bulkupdate
        description: Solarwinds Update Multiple Entities
        call: orion-bulkoperations.bulkupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: orion-bulkoperations-mcp
    port: 9090
    transport: http
    description: MCP adapter for SolarWinds Orion Platform API — BulkOperations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: solarwinds-delete-multiple-entities
      description: Solarwinds Delete Multiple Entities
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: orion-bulkoperations.bulkdelete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: solarwinds-update-multiple-entities
      description: Solarwinds Update Multiple Entities
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: orion-bulkoperations.bulkupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.