Microsoft Dynamics NAV · Capability

Business Central Administration Center API — Update Management

Business Central Administration Center API — Update Management. 2 operations. Lead operation: Get Scheduled Upgrade. Self-contained Naftiko capability covering one Navision business surface.

Run with Naftiko NavisionUpdate Management

What You Can Do

GET
Getscheduledupgrade — Get Scheduled Upgrade
/v1/applications/{applicationfamily}/environments/{environmentname}/scheduledupgrade
PUT
Setupdatesettings — Set Update Settings
/v1/applications/{applicationfamily}/environments/{environmentname}/settings/upgrade

MCP Tools

get-scheduled-upgrade

Get Scheduled Upgrade

read-only idempotent
set-update-settings

Set Update Settings

idempotent

Capability Spec

admin-center-update-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Business Central Administration Center API — Update Management
  description: 'Business Central Administration Center API — Update Management. 2 operations. Lead operation: Get Scheduled
    Upgrade. Self-contained Naftiko capability covering one Navision business surface.'
  tags:
  - Navision
  - Update Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NAVISION_API_KEY: NAVISION_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-center-update-management
    baseUri: https://api.businesscentral.dynamics.com/admin/v2.28
    description: Business Central Administration Center API — Update Management business capability. Self-contained, no shared
      references.
    resources:
    - name: applications-applicationFamily-environments-environmentName-scheduledUpgrade
      path: /applications/{applicationFamily}/environments/{environmentName}/scheduledUpgrade
      operations:
      - name: getscheduledupgrade
        method: GET
        description: Get Scheduled Upgrade
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: applications-applicationFamily-environments-environmentName-settings-upgrade
      path: /applications/{applicationFamily}/environments/{environmentName}/settings/upgrade
      operations:
      - name: setupdatesettings
        method: PUT
        description: Set Update Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.NAVISION_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-center-update-management-rest
    port: 8080
    description: REST adapter for Business Central Administration Center API — Update Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{applicationfamily}/environments/{environmentname}/scheduledupgrade
      name: applications-applicationfamily-environments-environmentname-scheduledupgrade
      description: REST surface for applications-applicationFamily-environments-environmentName-scheduledUpgrade.
      operations:
      - method: GET
        name: getscheduledupgrade
        description: Get Scheduled Upgrade
        call: admin-center-update-management.getscheduledupgrade
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{applicationfamily}/environments/{environmentname}/settings/upgrade
      name: applications-applicationfamily-environments-environmentname-settings-upgrade
      description: REST surface for applications-applicationFamily-environments-environmentName-settings-upgrade.
      operations:
      - method: PUT
        name: setupdatesettings
        description: Set Update Settings
        call: admin-center-update-management.setupdatesettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-center-update-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Business Central Administration Center API — Update Management. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-scheduled-upgrade
      description: Get Scheduled Upgrade
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-center-update-management.getscheduledupgrade
      outputParameters:
      - type: object
        mapping: $.
    - name: set-update-settings
      description: Set Update Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: admin-center-update-management.setupdatesettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.