Microsoft Azure · Capability

Microsoft Azure ProvisioningServiceClient — POST

Microsoft Azure ProvisioningServiceClient — POST. 7 operations. Lead operation: Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePOST

What You Can Do

POST
Microsoftazureenrollmentgrouprunbulkoperation — Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups
/v1/enrollmentgroups
POST
Microsoftazureenrollmentgroupquery — Microsoft Azure Query The Device Enrollment Groups
/v1/enrollmentgroups/query
POST
Microsoftazureenrollmentgroupgetattestationmechanism — Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Group Record
/v1/enrollmentgroups/{id}/attestationmechanism
POST
Microsoftazureindividualenrollmentrunbulkoperation — Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments
/v1/enrollments
POST
Microsoftazureindividualenrollmentquery — Microsoft Azure Query The Device Enrollment Records
/v1/enrollments/query
POST
Microsoftazureindividualenrollmentgetattestationmechanism — Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
/v1/enrollments/{id}/attestationmechanism
POST
Microsoftazuredeviceregistrationstatequery — Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup
/v1/registrations/{id}/query

MCP Tools

microsoft-azure-bulk-device-enrollment

Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups

microsoft-azure-query-device-enrollment

Microsoft Azure Query The Device Enrollment Groups

read-only
microsoft-azure-get-attestation-mechanism

Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Group Record

read-only
microsoft-azure-bulk-device-enrollment-2

Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments

microsoft-azure-query-device-enrollment-2

Microsoft Azure Query The Device Enrollment Records

read-only
microsoft-azure-get-attestation-mechanism-2

Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record

read-only
microsoft-azure-gets-registration-state

Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup

Capability Spec

provisioningserviceclient-post.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProvisioningServiceClient — POST
  description: 'Microsoft Azure ProvisioningServiceClient — POST. 7 operations. Lead operation: Microsoft Azure Bulk Device
    Enrollment Group Operation With Maximum Of 10 Groups. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - POST
  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: provisioningserviceclient-post
    baseUri: https://your-dps.azure-devices-provisioning.net
    description: Microsoft Azure ProvisioningServiceClient — POST business capability. Self-contained, no shared references.
    resources:
    - name: enrollmentGroups
      path: /enrollmentGroups
      operations:
      - name: microsoftazureenrollmentgrouprunbulkoperation
        method: POST
        description: Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bulkOperation
          in: body
          type: string
          description: Bulk operation.
          required: true
    - name: enrollmentGroups-query
      path: /enrollmentGroups/query
      operations:
      - name: microsoftazureenrollmentgroupquery
        method: POST
        description: Microsoft Azure Query The Device Enrollment Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-ms-max-item-count
          in: header
          type: integer
          description: Page size
        - name: x-ms-continuation
          in: header
          type: string
          description: Continuation token
        - name: querySpecification
          in: body
          type: string
          description: The query specification.
          required: true
    - name: enrollmentGroups-id-attestationmechanism
      path: /enrollmentGroups/{id}/attestationmechanism
      operations:
      - name: microsoftazureenrollmentgroupgetattestationmechanism
        method: POST
        description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Group Record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Enrollment group ID
          required: true
    - name: enrollments
      path: /enrollments
      operations:
      - name: microsoftazureindividualenrollmentrunbulkoperation
        method: POST
        description: Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bulkOperation
          in: body
          type: string
          description: Bulk operation.
          required: true
    - name: enrollments-query
      path: /enrollments/query
      operations:
      - name: microsoftazureindividualenrollmentquery
        method: POST
        description: Microsoft Azure Query The Device Enrollment Records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-ms-max-item-count
          in: header
          type: integer
          description: Page size
        - name: x-ms-continuation
          in: header
          type: string
          description: Continuation token
        - name: querySpecification
          in: body
          type: string
          description: The query specification.
          required: true
    - name: enrollments-id-attestationmechanism
      path: /enrollments/{id}/attestationmechanism
      operations:
      - name: microsoftazureindividualenrollmentgetattestationmechanism
        method: POST
        description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: This id is used to uniquely identify a device registration of an enrollment. A case-insensitive string
            (up to 128 characters long) of alphanumeric characters pl
          required: true
    - name: registrations-id-query
      path: /registrations/{id}/query
      operations:
      - name: microsoftazuredeviceregistrationstatequery
        method: POST
        description: Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Enrollment group ID.
          required: true
        - name: x-ms-max-item-count
          in: header
          type: integer
          description: pageSize
        - name: x-ms-continuation
          in: header
          type: string
          description: continuation token
  exposes:
  - type: rest
    namespace: provisioningserviceclient-post-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProvisioningServiceClient — POST. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/enrollmentgroups
      name: enrollmentgroups
      description: REST surface for enrollmentGroups.
      operations:
      - method: POST
        name: microsoftazureenrollmentgrouprunbulkoperation
        description: Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups
        call: provisioningserviceclient-post.microsoftazureenrollmentgrouprunbulkoperation
        with:
          bulkOperation: rest.bulkOperation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollmentgroups/query
      name: enrollmentgroups-query
      description: REST surface for enrollmentGroups-query.
      operations:
      - method: POST
        name: microsoftazureenrollmentgroupquery
        description: Microsoft Azure Query The Device Enrollment Groups
        call: provisioningserviceclient-post.microsoftazureenrollmentgroupquery
        with:
          x-ms-max-item-count: rest.x-ms-max-item-count
          x-ms-continuation: rest.x-ms-continuation
          querySpecification: rest.querySpecification
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollmentgroups/{id}/attestationmechanism
      name: enrollmentgroups-id-attestationmechanism
      description: REST surface for enrollmentGroups-id-attestationmechanism.
      operations:
      - method: POST
        name: microsoftazureenrollmentgroupgetattestationmechanism
        description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Group Record
        call: provisioningserviceclient-post.microsoftazureenrollmentgroupgetattestationmechanism
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollments
      name: enrollments
      description: REST surface for enrollments.
      operations:
      - method: POST
        name: microsoftazureindividualenrollmentrunbulkoperation
        description: Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments
        call: provisioningserviceclient-post.microsoftazureindividualenrollmentrunbulkoperation
        with:
          bulkOperation: rest.bulkOperation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollments/query
      name: enrollments-query
      description: REST surface for enrollments-query.
      operations:
      - method: POST
        name: microsoftazureindividualenrollmentquery
        description: Microsoft Azure Query The Device Enrollment Records
        call: provisioningserviceclient-post.microsoftazureindividualenrollmentquery
        with:
          x-ms-max-item-count: rest.x-ms-max-item-count
          x-ms-continuation: rest.x-ms-continuation
          querySpecification: rest.querySpecification
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollments/{id}/attestationmechanism
      name: enrollments-id-attestationmechanism
      description: REST surface for enrollments-id-attestationmechanism.
      operations:
      - method: POST
        name: microsoftazureindividualenrollmentgetattestationmechanism
        description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
        call: provisioningserviceclient-post.microsoftazureindividualenrollmentgetattestationmechanism
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/registrations/{id}/query
      name: registrations-id-query
      description: REST surface for registrations-id-query.
      operations:
      - method: POST
        name: microsoftazuredeviceregistrationstatequery
        description: Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup
        call: provisioningserviceclient-post.microsoftazuredeviceregistrationstatequery
        with:
          id: rest.id
          x-ms-max-item-count: rest.x-ms-max-item-count
          x-ms-continuation: rest.x-ms-continuation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provisioningserviceclient-post-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProvisioningServiceClient — POST. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-bulk-device-enrollment
      description: Microsoft Azure Bulk Device Enrollment Group Operation With Maximum Of 10 Groups
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureenrollmentgrouprunbulkoperation
      with:
        bulkOperation: tools.bulkOperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-query-device-enrollment
      description: Microsoft Azure Query The Device Enrollment Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureenrollmentgroupquery
      with:
        x-ms-max-item-count: tools.x-ms-max-item-count
        x-ms-continuation: tools.x-ms-continuation
        querySpecification: tools.querySpecification
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-attestation-mechanism
      description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Group Record
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureenrollmentgroupgetattestationmechanism
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-bulk-device-enrollment-2
      description: Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureindividualenrollmentrunbulkoperation
      with:
        bulkOperation: tools.bulkOperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-query-device-enrollment-2
      description: Microsoft Azure Query The Device Enrollment Records
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureindividualenrollmentquery
      with:
        x-ms-max-item-count: tools.x-ms-max-item-count
        x-ms-continuation: tools.x-ms-continuation
        querySpecification: tools.querySpecification
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-attestation-mechanism-2
      description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazureindividualenrollmentgetattestationmechanism
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-registration-state
      description: Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: provisioningserviceclient-post.microsoftazuredeviceregistrationstatequery
      with:
        id: tools.id
        x-ms-max-item-count: tools.x-ms-max-item-count
        x-ms-continuation: tools.x-ms-continuation
      outputParameters:
      - type: object
        mapping: $.