Microsoft Azure · Capability

Microsoft Azure ProvisioningServiceClient — IndividualEnrollment

Microsoft Azure ProvisioningServiceClient — IndividualEnrollment. 6 operations. Lead operation: Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIndividualEnrollment

What You Can Do

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
GET
Microsoftazureindividualenrollmentget — Microsoft Azure Get A Device Enrollment Record
/v1/enrollments/{id}
PUT
Microsoftazureindividualenrollmentcreateorupdate — Microsoft Azure Create Or Update A Device Enrollment Record
/v1/enrollments/{id}
DELETE
Microsoftazureindividualenrollmentdelete — Microsoft Azure Delete A Device Enrollment Record
/v1/enrollments/{id}
POST
Microsoftazureindividualenrollmentgetattestationmechanism — Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
/v1/enrollments/{id}/attestationmechanism

MCP Tools

microsoft-azure-bulk-device-enrollment

Microsoft Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments

microsoft-azure-query-device-enrollment

Microsoft Azure Query The Device Enrollment Records

read-only
microsoft-azure-get-device-enrollment

Microsoft Azure Get A Device Enrollment Record

read-only idempotent
microsoft-azure-create-update-device

Microsoft Azure Create Or Update A Device Enrollment Record

idempotent
microsoft-azure-delete-device-enrollment

Microsoft Azure Delete A Device Enrollment Record

idempotent
microsoft-azure-get-attestation-mechanism

Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record

read-only

Capability Spec

provisioningserviceclient-individualenrollment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProvisioningServiceClient — IndividualEnrollment
  description: 'Microsoft Azure ProvisioningServiceClient — IndividualEnrollment. 6 operations. Lead operation: Microsoft
    Azure Bulk Device Enrollment Operation With Maximum Of 10 Enrollments. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - IndividualEnrollment
  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-individualenrollment
    baseUri: https://your-dps.azure-devices-provisioning.net
    description: Microsoft Azure ProvisioningServiceClient — IndividualEnrollment business capability. Self-contained, no
      shared references.
    resources:
    - 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
      path: /enrollments/{id}
      operations:
      - name: microsoftazureindividualenrollmentget
        method: GET
        description: Microsoft Azure Get A 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: microsoftazureindividualenrollmentcreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A 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: enrollment
          in: body
          type: string
          description: The device enrollment record.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the enrollment record.
      - name: microsoftazureindividualenrollmentdelete
        method: DELETE
        description: Microsoft Azure Delete A 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: If-Match
          in: header
          type: string
          description: The ETag of the enrollment record.
    - 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
  exposes:
  - type: rest
    namespace: provisioningserviceclient-individualenrollment-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProvisioningServiceClient — IndividualEnrollment. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - 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-individualenrollment.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-individualenrollment.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}
      name: enrollments-id
      description: REST surface for enrollments-id.
      operations:
      - method: GET
        name: microsoftazureindividualenrollmentget
        description: Microsoft Azure Get A Device Enrollment Record
        call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureindividualenrollmentcreateorupdate
        description: Microsoft Azure Create Or Update A Device Enrollment Record
        call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentcreateorupdate
        with:
          id: rest.id
          enrollment: rest.enrollment
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureindividualenrollmentdelete
        description: Microsoft Azure Delete A Device Enrollment Record
        call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentdelete
        with:
          id: rest.id
          If-Match: rest.If-Match
        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-individualenrollment.microsoftazureindividualenrollmentgetattestationmechanism
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provisioningserviceclient-individualenrollment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProvisioningServiceClient — IndividualEnrollment. 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 Operation With Maximum Of 10 Enrollments
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentrunbulkoperation
      with:
        bulkOperation: tools.bulkOperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-query-device-enrollment
      description: Microsoft Azure Query The Device Enrollment Records
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-individualenrollment.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-device-enrollment
      description: Microsoft Azure Get A Device Enrollment Record
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-device
      description: Microsoft Azure Create Or Update A Device Enrollment Record
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentcreateorupdate
      with:
        id: tools.id
        enrollment: tools.enrollment
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-device-enrollment
      description: Microsoft Azure Delete A Device Enrollment Record
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentdelete
      with:
        id: tools.id
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-attestation-mechanism
      description: Microsoft Azure Get The Attestation Mechanism In The Device Enrollment Record
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: provisioningserviceclient-individualenrollment.microsoftazureindividualenrollmentgetattestationmechanism
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.