Vertiv · Capability

Vertiv Environet Alert REST API — Racks

Vertiv Environet Alert REST API — Racks. 1 operations. Lead operation: List All Racks. Self-contained Naftiko capability covering one Vertiv business surface.

Run with Naftiko VertivRacks

What You Can Do

GET
Listracks — List All Racks
/v1/racks

MCP Tools

list-all-racks

List All Racks

read-only idempotent

Capability Spec

environet-alert-racks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vertiv Environet Alert REST API — Racks
  description: 'Vertiv Environet Alert REST API — Racks. 1 operations. Lead operation: List All Racks. Self-contained Naftiko
    capability covering one Vertiv business surface.'
  tags:
  - Vertiv
  - Racks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VERTIV_API_KEY: VERTIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: environet-alert-racks
    baseUri: https://{environet-host}/api
    description: Vertiv Environet Alert REST API — Racks business capability. Self-contained, no shared references.
    resources:
    - name: racks
      path: /racks
      operations:
      - name: listracks
        method: GET
        description: List All Racks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rackName
          in: query
          type: string
          description: Filter by rack name
        - name: siteName
          in: query
          type: string
          description: Filter by site name
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.VERTIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: environet-alert-racks-rest
    port: 8080
    description: REST adapter for Vertiv Environet Alert REST API — Racks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/racks
      name: racks
      description: REST surface for racks.
      operations:
      - method: GET
        name: listracks
        description: List All Racks
        call: environet-alert-racks.listracks
        with:
          rackName: rest.rackName
          siteName: rest.siteName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: environet-alert-racks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vertiv Environet Alert REST API — Racks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-racks
      description: List All Racks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: environet-alert-racks.listracks
      with:
        rackName: tools.rackName
        siteName: tools.siteName
      outputParameters:
      - type: object
        mapping: $.