Microsoft Azure · Capability

Microsoft Azure ProvisioningServiceClient — GET

Microsoft Azure ProvisioningServiceClient — GET. 3 operations. Lead operation: Microsoft Azure Get A Device Enrollment Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureGET

What You Can Do

GET
Microsoftazureenrollmentgroupget — Microsoft Azure Get A Device Enrollment Group
/v1/enrollmentgroups/{id}
GET
Microsoftazureindividualenrollmentget — Microsoft Azure Get A Device Enrollment Record
/v1/enrollments/{id}
GET
Microsoftazuredeviceregistrationstateget — Microsoft Azure Gets The Device Registration State
/v1/registrations/{id}

MCP Tools

microsoft-azure-get-device-enrollment

Microsoft Azure Get A Device Enrollment Group

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

Microsoft Azure Get A Device Enrollment Record

read-only idempotent
microsoft-azure-gets-device-registration

Microsoft Azure Gets The Device Registration State

read-only idempotent

Capability Spec

provisioningserviceclient-get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProvisioningServiceClient — GET
  description: 'Microsoft Azure ProvisioningServiceClient — GET. 3 operations. Lead operation: Microsoft Azure Get A Device
    Enrollment Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - GET
  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-get
    baseUri: https://your-dps.azure-devices-provisioning.net
    description: Microsoft Azure ProvisioningServiceClient — GET business capability. Self-contained, no shared references.
    resources:
    - name: enrollmentGroups-id
      path: /enrollmentGroups/{id}
      operations:
      - name: microsoftazureenrollmentgroupget
        method: GET
        description: Microsoft Azure Get A Device Enrollment Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Enrollment group ID.
          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: registrations-id
      path: /registrations/{id}
      operations:
      - name: microsoftazuredeviceregistrationstateget
        method: GET
        description: Microsoft Azure Gets The Device Registration State
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Registration ID.
          required: true
  exposes:
  - type: rest
    namespace: provisioningserviceclient-get-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProvisioningServiceClient — GET. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/enrollmentgroups/{id}
      name: enrollmentgroups-id
      description: REST surface for enrollmentGroups-id.
      operations:
      - method: GET
        name: microsoftazureenrollmentgroupget
        description: Microsoft Azure Get A Device Enrollment Group
        call: provisioningserviceclient-get.microsoftazureenrollmentgroupget
        with:
          id: rest.id
        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-get.microsoftazureindividualenrollmentget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/registrations/{id}
      name: registrations-id
      description: REST surface for registrations-id.
      operations:
      - method: GET
        name: microsoftazuredeviceregistrationstateget
        description: Microsoft Azure Gets The Device Registration State
        call: provisioningserviceclient-get.microsoftazuredeviceregistrationstateget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provisioningserviceclient-get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProvisioningServiceClient — GET. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-device-enrollment
      description: Microsoft Azure Get A Device Enrollment Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provisioningserviceclient-get.microsoftazureenrollmentgroupget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-device-enrollment-2
      description: Microsoft Azure Get A Device Enrollment Record
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provisioningserviceclient-get.microsoftazureindividualenrollmentget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-device-registration
      description: Microsoft Azure Gets The Device Registration State
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provisioningserviceclient-get.microsoftazuredeviceregistrationstateget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.