Vertiv · Capability

Vertiv Environet Alert REST API — Authentication

Vertiv Environet Alert REST API — Authentication. 1 operations. Lead operation: Authenticate and Get Session Token. Self-contained Naftiko capability covering one Vertiv business surface.

Run with Naftiko VertivAuthentication

What You Can Do

POST
Authenticate — Authenticate and Get Session Token
/v1/auth

MCP Tools

authenticate-and-get-session-token

Authenticate and Get Session Token

read-only

Capability Spec

environet-alert-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vertiv Environet Alert REST API — Authentication
  description: 'Vertiv Environet Alert REST API — Authentication. 1 operations. Lead operation: Authenticate and Get Session
    Token. Self-contained Naftiko capability covering one Vertiv business surface.'
  tags:
  - Vertiv
  - Authentication
  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-authentication
    baseUri: https://{environet-host}/api
    description: Vertiv Environet Alert REST API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: auth
      path: /auth
      operations:
      - name: authenticate
        method: POST
        description: Authenticate and Get Session Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.VERTIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: environet-alert-authentication-rest
    port: 8080
    description: REST adapter for Vertiv Environet Alert REST API — Authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/auth
      name: auth
      description: REST surface for auth.
      operations:
      - method: POST
        name: authenticate
        description: Authenticate and Get Session Token
        call: environet-alert-authentication.authenticate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: environet-alert-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vertiv Environet Alert REST API — Authentication. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: authenticate-and-get-session-token
      description: Authenticate and Get Session Token
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: environet-alert-authentication.authenticate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.