Microsoft Azure · Capability

Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState

Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState. 3 operations. Lead operation: Microsoft Azure Gets The Device Registration State. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeviceRegistrationState

What You Can Do

GET
Microsoftazuredeviceregistrationstateget — Microsoft Azure Gets The Device Registration State
/v1/registrations/{id}
DELETE
Microsoftazuredeviceregistrationstatedelete — Microsoft Azure Deletes The Device Registration
/v1/registrations/{id}
POST
Microsoftazuredeviceregistrationstatequery — Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup
/v1/registrations/{id}/query

MCP Tools

microsoft-azure-gets-device-registration

Microsoft Azure Gets The Device Registration State

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

Microsoft Azure Deletes The Device Registration

idempotent
microsoft-azure-gets-registration-state

Microsoft Azure Gets The Registration State Of Devices In This Enrollmentgroup

Capability Spec

provisioningserviceclient-deviceregistrationstate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState
  description: 'Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState. 3 operations. Lead operation: Microsoft
    Azure Gets The Device Registration State. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DeviceRegistrationState
  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-deviceregistrationstate
    baseUri: https://your-dps.azure-devices-provisioning.net
    description: Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState business capability. Self-contained,
      no shared references.
    resources:
    - 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
      - name: microsoftazuredeviceregistrationstatedelete
        method: DELETE
        description: Microsoft Azure Deletes The Device Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Registration ID.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the registration status record.
    - 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-deviceregistrationstate-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - 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-deviceregistrationstate.microsoftazuredeviceregistrationstateget
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeviceregistrationstatedelete
        description: Microsoft Azure Deletes The Device Registration
        call: provisioningserviceclient-deviceregistrationstate.microsoftazuredeviceregistrationstatedelete
        with:
          id: rest.id
          If-Match: rest.If-Match
        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-deviceregistrationstate.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-deviceregistrationstate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProvisioningServiceClient — DeviceRegistrationState. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-device-registration
      description: Microsoft Azure Gets The Device Registration State
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: provisioningserviceclient-deviceregistrationstate.microsoftazuredeviceregistrationstateget
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-device-registration
      description: Microsoft Azure Deletes The Device Registration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: provisioningserviceclient-deviceregistrationstate.microsoftazuredeviceregistrationstatedelete
      with:
        id: tools.id
        If-Match: tools.If-Match
      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-deviceregistrationstate.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: $.