Sumo Logic · Capability

Sumo Logic API — orgsManagement

Sumo Logic API — orgsManagement. 1 operations. Lead operation: Get Usages For Child Orgs.. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicorgsManagement

What You Can Do

POST
Getchildusages — Get Usages For Child Orgs.
/v1/v1/organizations/usages

MCP Tools

get-usages-child-orgs

Get Usages For Child Orgs.

read-only

Capability Spec

sumo-logic-orgsmanagement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — orgsManagement
  description: 'Sumo Logic API — orgsManagement. 1 operations. Lead operation: Get Usages For Child Orgs.. Self-contained
    Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - orgsManagement
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUMO_LOGIC_API_KEY: SUMO_LOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: sumo-logic-orgsmanagement
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — orgsManagement business capability. Self-contained, no shared references.
    resources:
    - name: v1-organizations-usages
      path: /v1/organizations/usages
      operations:
      - name: getchildusages
        method: POST
        description: Get Usages For Child Orgs.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-orgsmanagement-rest
    port: 8080
    description: REST adapter for Sumo Logic API — orgsManagement. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/organizations/usages
      name: v1-organizations-usages
      description: REST surface for v1-organizations-usages.
      operations:
      - method: POST
        name: getchildusages
        description: Get Usages For Child Orgs.
        call: sumo-logic-orgsmanagement.getchildusages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-orgsmanagement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — orgsManagement. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-usages-child-orgs
      description: Get Usages For Child Orgs.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: sumo-logic-orgsmanagement.getchildusages
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.