Sumo Logic · Capability

Sumo Logic API — dataMaskingManagement

Sumo Logic API — dataMaskingManagement. 5 operations. Lead operation: Get A List Of Data Masking Rules.. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicdataMaskingManagement

What You Can Do

GET
Listdatamaskingrules — Get A List Of Data Masking Rules.
/v1/v1/datamaskingrules
POST
Createdatamaskingrule — Create A New Data Masking Rule.
/v1/v1/datamaskingrules
GET
Getdatamaskingrule — Get A Data Masking Rule.
/v1/v1/datamaskingrules/{id}
PUT
Updatedatamaskingrule — Update A Data Masking Rule.
/v1/v1/datamaskingrules/{id}
DELETE
Deletedatamaskingrule — Delete A Data Masking Rule.
/v1/v1/datamaskingrules/{id}

MCP Tools

get-list-data-masking-rules

Get A List Of Data Masking Rules.

read-only idempotent
create-new-data-masking-rule

Create A New Data Masking Rule.

get-data-masking-rule

Get A Data Masking Rule.

read-only idempotent
update-data-masking-rule

Update A Data Masking Rule.

idempotent
delete-data-masking-rule

Delete A Data Masking Rule.

idempotent

Capability Spec

sumo-logic-datamaskingmanagement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — dataMaskingManagement
  description: 'Sumo Logic API — dataMaskingManagement. 5 operations. Lead operation: Get A List Of Data Masking Rules.. Self-contained
    Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - dataMaskingManagement
  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-datamaskingmanagement
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — dataMaskingManagement business capability. Self-contained, no shared references.
    resources:
    - name: v1-dataMaskingRules
      path: /v1/dataMaskingRules
      operations:
      - name: listdatamaskingrules
        method: GET
        description: Get A List Of Data Masking Rules.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of data masking rules returned in the response. The number of rules returned may be
            less than the `limit`.
        - name: token
          in: query
          type: string
          description: Continuation token to get the next page of results. A page object with the next continuation token
            is returned in the response body. Subsequent GET requests sho
      - name: createdatamaskingrule
        method: POST
        description: Create A New Data Masking Rule.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-dataMaskingRules-id
      path: /v1/dataMaskingRules/{id}
      operations:
      - name: getdatamaskingrule
        method: GET
        description: Get A Data Masking Rule.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the data masking rule to return.
          required: true
      - name: updatedatamaskingrule
        method: PUT
        description: Update A Data Masking Rule.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the data masking rule to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedatamaskingrule
        method: DELETE
        description: Delete A Data Masking Rule.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the data masking rule to delete.
          required: true
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-datamaskingmanagement-rest
    port: 8080
    description: REST adapter for Sumo Logic API — dataMaskingManagement. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/datamaskingrules
      name: v1-datamaskingrules
      description: REST surface for v1-dataMaskingRules.
      operations:
      - method: GET
        name: listdatamaskingrules
        description: Get A List Of Data Masking Rules.
        call: sumo-logic-datamaskingmanagement.listdatamaskingrules
        with:
          limit: rest.limit
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdatamaskingrule
        description: Create A New Data Masking Rule.
        call: sumo-logic-datamaskingmanagement.createdatamaskingrule
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/datamaskingrules/{id}
      name: v1-datamaskingrules-id
      description: REST surface for v1-dataMaskingRules-id.
      operations:
      - method: GET
        name: getdatamaskingrule
        description: Get A Data Masking Rule.
        call: sumo-logic-datamaskingmanagement.getdatamaskingrule
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatedatamaskingrule
        description: Update A Data Masking Rule.
        call: sumo-logic-datamaskingmanagement.updatedatamaskingrule
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedatamaskingrule
        description: Delete A Data Masking Rule.
        call: sumo-logic-datamaskingmanagement.deletedatamaskingrule
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-datamaskingmanagement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — dataMaskingManagement. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-list-data-masking-rules
      description: Get A List Of Data Masking Rules.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-datamaskingmanagement.listdatamaskingrules
      with:
        limit: tools.limit
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-data-masking-rule
      description: Create A New Data Masking Rule.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-datamaskingmanagement.createdatamaskingrule
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-data-masking-rule
      description: Get A Data Masking Rule.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-datamaskingmanagement.getdatamaskingrule
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-data-masking-rule
      description: Update A Data Masking Rule.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sumo-logic-datamaskingmanagement.updatedatamaskingrule
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-data-masking-rule
      description: Delete A Data Masking Rule.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sumo-logic-datamaskingmanagement.deletedatamaskingrule
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.