Microsoft Azure · Capability

Microsoft Azure HybridDataManagementClient — Jobs

Microsoft Azure HybridDataManagementClient — Jobs. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureJobs

What You Can Do

GET
Microsoftazurejobslistbyjobdefinition — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs
GET
Microsoftazurejobsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}
POST
Microsoftazurejobscancel — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Cancel
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}/cancel
POST
Microsoftazurejobsresume — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Resume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}/resume
GET
Microsoftazurejobslistbydataservice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobs
GET
Microsoftazurejobslistbydatamanager — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/jobs

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid

read-only idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Cancel

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Resume

microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobs

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-4

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Jobs

read-only idempotent

Capability Spec

hybriddatamanagementclient-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HybridDataManagementClient — Jobs
  description: 'Microsoft Azure HybridDataManagementClient — Jobs. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Dataservices
    Dataservicename Jobdefinitions Jobdefinitionname Jobs. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: hybriddatamanagementclient-jobs
    baseUri: https://management.azure.com
    description: Microsoft Azure HybridDataManagementClient — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs
      operations:
      - name: microsoftazurejobslistbyjobdefinition
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service of the job definition.
          required: true
        - name: jobDefinitionName
          in: path
          type: string
          description: The name of the job definition for which jobs are needed.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}
      operations:
      - name: microsoftazurejobsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service of the job definition.
          required: true
        - name: jobDefinitionName
          in: path
          type: string
          description: The name of the job definition of the job.
          required: true
        - name: jobId
          in: path
          type: string
          description: The job id of the job queried.
          required: true
        - name: $expand
          in: query
          type: string
          description: $expand is supported on details parameter for job, which provides details on the job stages.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/cancel
      operations:
      - name: microsoftazurejobscancel
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
          Cancel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service of the job definition.
          required: true
        - name: jobDefinitionName
          in: path
          type: string
          description: The name of the job definition of the job.
          required: true
        - name: jobId
          in: path
          type: string
          description: The job id of the job queried.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobDefinitions/{jobDefinitionName}/jobs/{jobId}/resume
      operations:
      - name: microsoftazurejobsresume
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
          Resume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service of the job definition.
          required: true
        - name: jobDefinitionName
          in: path
          type: string
          description: The name of the job definition of the job.
          required: true
        - name: jobId
          in: path
          type: string
          description: The job id of the job queried.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices/{dataServiceName}/jobs
      operations:
      - name: microsoftazurejobslistbydataservice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataServiceName
          in: path
          type: string
          description: The name of the data service of interest.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/jobs
      operations:
      - name: microsoftazurejobslistbydatamanager
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData Filter options
  exposes:
  - type: rest
    namespace: hybriddatamanagementclient-jobs-rest
    port: 8080
    description: REST adapter for Microsoft Azure HybridDataManagementClient — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobslistbyjobdefinition
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs
        call: hybriddatamanagementclient-jobs.microsoftazurejobslistbyjobdefinition
        with:
          dataServiceName: rest.dataServiceName
          jobDefinitionName: rest.jobDefinitionName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
        call: hybriddatamanagementclient-jobs.microsoftazurejobsget
        with:
          dataServiceName: rest.dataServiceName
          jobDefinitionName: rest.jobDefinitionName
          jobId: rest.jobId
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}/cancel
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurejobscancel
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
          Cancel
        call: hybriddatamanagementclient-jobs.microsoftazurejobscancel
        with:
          dataServiceName: rest.dataServiceName
          jobDefinitionName: rest.jobDefinitionName
          jobId: rest.jobId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobdefinitions/{jobdefinitionname}/jobs/{jobid}/resume
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurejobsresume
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
          Resume
        call: hybriddatamanagementclient-jobs.microsoftazurejobsresume
        with:
          dataServiceName: rest.dataServiceName
          jobDefinitionName: rest.jobDefinitionName
          jobId: rest.jobId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/dataservices/{dataservicename}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobslistbydataservice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobs
        call: hybriddatamanagementclient-jobs.microsoftazurejobslistbydataservice
        with:
          dataServiceName: rest.dataServiceName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobslistbydatamanager
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Jobs
        call: hybriddatamanagementclient-jobs.microsoftazurejobslistbydatamanager
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hybriddatamanagementclient-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HybridDataManagementClient — Jobs. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-jobs.microsoftazurejobslistbyjobdefinition
      with:
        dataServiceName: tools.dataServiceName
        jobDefinitionName: tools.jobDefinitionName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-jobs.microsoftazurejobsget
      with:
        dataServiceName: tools.dataServiceName
        jobDefinitionName: tools.jobDefinitionName
        jobId: tools.jobId
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hybriddatamanagementclient-jobs.microsoftazurejobscancel
      with:
        dataServiceName: tools.dataServiceName
        jobDefinitionName: tools.jobDefinitionName
        jobId: tools.jobId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Hybriddata Datamanagers Datamanagername Dataservices Dataservicename Jobdefinitions Jobdefinitionname Jobs Jobid Resume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hybriddatamanagementclient-jobs.microsoftazurejobsresume
      with:
        dataServiceName: tools.dataServiceName
        jobDefinitionName: tools.jobDefinitionName
        jobId: tools.jobId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Dataservices Dataservicename Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-jobs.microsoftazurejobslistbydataservice
      with:
        dataServiceName: tools.dataServiceName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-4
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-jobs.microsoftazurejobslistbydatamanager
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.