Sumo Logic · Capability

Sumo Logic API — scheduledViewManagement

Sumo Logic API — scheduledViewManagement. 8 operations. Lead operation: Get A List Of Scheduled Views.. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicscheduledViewManagement

What You Can Do

GET
Listscheduledviews — Get A List Of Scheduled Views.
/v1/v1/scheduledviews
POST
Createscheduledview — Create A New Scheduled View.
/v1/v1/scheduledviews
GET
Getscheduledviewsquota — Provides Information About Scheduled Views Quota.
/v1/v1/scheduledviews/quota
GET
Getscheduledview — Get A Scheduled View.
/v1/v1/scheduledviews/{id}
PUT
Updatescheduledview — Update A Scheduled View.
/v1/v1/scheduledviews/{id}
DELETE
Disablescheduledview — Disable A Scheduled View.
/v1/v1/scheduledviews/{id}/disable
POST
Pausescheduledview — Pause A Scheduled View.
/v1/v1/scheduledviews/{id}/pause
POST
Startscheduledview — Start A Scheduled View.
/v1/v1/scheduledviews/{id}/start

MCP Tools

get-list-scheduled-views

Get A List Of Scheduled Views.

read-only idempotent
create-new-scheduled-view

Create A New Scheduled View.

provides-information-about-scheduled-views

Provides Information About Scheduled Views Quota.

read-only idempotent
get-scheduled-view

Get A Scheduled View.

read-only idempotent
update-scheduled-view

Update A Scheduled View.

idempotent
disable-scheduled-view

Disable A Scheduled View.

idempotent
pause-scheduled-view

Pause A Scheduled View.

start-scheduled-view

Start A Scheduled View.

Capability Spec

sumo-logic-scheduledviewmanagement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — scheduledViewManagement
  description: 'Sumo Logic API — scheduledViewManagement. 8 operations. Lead operation: Get A List Of Scheduled Views.. Self-contained
    Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - scheduledViewManagement
  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-scheduledviewmanagement
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — scheduledViewManagement business capability. Self-contained, no shared references.
    resources:
    - name: v1-scheduledViews
      path: /v1/scheduledViews
      operations:
      - name: listscheduledviews
        method: GET
        description: Get A List Of Scheduled Views.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of scheduled views returned in the response. The number of scheduled views 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: createscheduledview
        method: POST
        description: Create A New Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-scheduledViews-quota
      path: /v1/scheduledViews/quota
      operations:
      - name: getscheduledviewsquota
        method: GET
        description: Provides Information About Scheduled Views Quota.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-scheduledViews-id
      path: /v1/scheduledViews/{id}
      operations:
      - name: getscheduledview
        method: GET
        description: Get A Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the scheduled view to fetch.
          required: true
      - name: updatescheduledview
        method: PUT
        description: Update A Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the scheduled view to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-scheduledViews-id-disable
      path: /v1/scheduledViews/{id}/disable
      operations:
      - name: disablescheduledview
        method: DELETE
        description: Disable A Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the scheduled view to disable.
          required: true
    - name: v1-scheduledViews-id-pause
      path: /v1/scheduledViews/{id}/pause
      operations:
      - name: pausescheduledview
        method: POST
        description: Pause A Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the scheduled view to pause.
          required: true
    - name: v1-scheduledViews-id-start
      path: /v1/scheduledViews/{id}/start
      operations:
      - name: startscheduledview
        method: POST
        description: Start A Scheduled View.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the scheduled view to start.
          required: true
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-scheduledviewmanagement-rest
    port: 8080
    description: REST adapter for Sumo Logic API — scheduledViewManagement. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/scheduledviews
      name: v1-scheduledviews
      description: REST surface for v1-scheduledViews.
      operations:
      - method: GET
        name: listscheduledviews
        description: Get A List Of Scheduled Views.
        call: sumo-logic-scheduledviewmanagement.listscheduledviews
        with:
          limit: rest.limit
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscheduledview
        description: Create A New Scheduled View.
        call: sumo-logic-scheduledviewmanagement.createscheduledview
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/scheduledviews/quota
      name: v1-scheduledviews-quota
      description: REST surface for v1-scheduledViews-quota.
      operations:
      - method: GET
        name: getscheduledviewsquota
        description: Provides Information About Scheduled Views Quota.
        call: sumo-logic-scheduledviewmanagement.getscheduledviewsquota
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/scheduledviews/{id}
      name: v1-scheduledviews-id
      description: REST surface for v1-scheduledViews-id.
      operations:
      - method: GET
        name: getscheduledview
        description: Get A Scheduled View.
        call: sumo-logic-scheduledviewmanagement.getscheduledview
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatescheduledview
        description: Update A Scheduled View.
        call: sumo-logic-scheduledviewmanagement.updatescheduledview
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/scheduledviews/{id}/disable
      name: v1-scheduledviews-id-disable
      description: REST surface for v1-scheduledViews-id-disable.
      operations:
      - method: DELETE
        name: disablescheduledview
        description: Disable A Scheduled View.
        call: sumo-logic-scheduledviewmanagement.disablescheduledview
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/scheduledviews/{id}/pause
      name: v1-scheduledviews-id-pause
      description: REST surface for v1-scheduledViews-id-pause.
      operations:
      - method: POST
        name: pausescheduledview
        description: Pause A Scheduled View.
        call: sumo-logic-scheduledviewmanagement.pausescheduledview
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/scheduledviews/{id}/start
      name: v1-scheduledviews-id-start
      description: REST surface for v1-scheduledViews-id-start.
      operations:
      - method: POST
        name: startscheduledview
        description: Start A Scheduled View.
        call: sumo-logic-scheduledviewmanagement.startscheduledview
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-scheduledviewmanagement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — scheduledViewManagement. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-list-scheduled-views
      description: Get A List Of Scheduled Views.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-scheduledviewmanagement.listscheduledviews
      with:
        limit: tools.limit
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-scheduled-view
      description: Create A New Scheduled View.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-scheduledviewmanagement.createscheduledview
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: provides-information-about-scheduled-views
      description: Provides Information About Scheduled Views Quota.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-scheduledviewmanagement.getscheduledviewsquota
      outputParameters:
      - type: object
        mapping: $.
    - name: get-scheduled-view
      description: Get A Scheduled View.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-scheduledviewmanagement.getscheduledview
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-scheduled-view
      description: Update A Scheduled View.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sumo-logic-scheduledviewmanagement.updatescheduledview
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: disable-scheduled-view
      description: Disable A Scheduled View.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sumo-logic-scheduledviewmanagement.disablescheduledview
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: pause-scheduled-view
      description: Pause A Scheduled View.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-scheduledviewmanagement.pausescheduledview
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: start-scheduled-view
      description: Start A Scheduled View.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-scheduledviewmanagement.startscheduledview
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.