Microsoft Azure · Capability

Microsoft Azure CdnManagementClient — Origins

Microsoft Azure CdnManagementClient — Origins. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOrigins

What You Can Do

GET
Microsoftazureoriginslistbyendpoint — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins
GET
Microsoftazureoriginsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins/{originname}
PUT
Microsoftazureoriginscreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins/{originname}
PATCH
Microsoftazureoriginsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins/{originname}
DELETE
Microsoftazureoriginsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins/{originname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins Originname

idempotent

Capability Spec

cdnmanagementclient-origins.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CdnManagementClient — Origins
  description: 'Microsoft Azure CdnManagementClient — Origins. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Origins.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Origins
  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: cdnmanagementclient-origins
    baseUri: https://management.azure.com
    description: Microsoft Azure CdnManagementClient — Origins business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins
      operations:
      - name: microsoftazureoriginslistbyendpoint
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/origins/{originName}
      operations:
      - name: microsoftazureoriginsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: originName
          in: path
          type: string
          description: Name of the origin which is unique within the endpoint.
          required: true
      - name: microsoftazureoriginscreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: originName
          in: path
          type: string
          description: Name of the origin that is unique within the endpoint.
          required: true
        - name: origin
          in: body
          type: string
          description: Origin properties
          required: true
      - name: microsoftazureoriginsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: originName
          in: path
          type: string
          description: Name of the origin which is unique within the endpoint.
          required: true
        - name: originUpdateProperties
          in: body
          type: string
          description: Origin properties
          required: true
      - name: microsoftazureoriginsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: originName
          in: path
          type: string
          description: Name of the origin which is unique within the endpoint.
          required: true
  exposes:
  - type: rest
    namespace: cdnmanagementclient-origins-rest
    port: 8080
    description: REST adapter for Microsoft Azure CdnManagementClient — Origins. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureoriginslistbyendpoint
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins
        call: cdnmanagementclient-origins.microsoftazureoriginslistbyendpoint
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/origins/{originname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureoriginsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        call: cdnmanagementclient-origins.microsoftazureoriginsget
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          originName: rest.originName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureoriginscreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        call: cdnmanagementclient-origins.microsoftazureoriginscreate
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          originName: rest.originName
          origin: rest.origin
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureoriginsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        call: cdnmanagementclient-origins.microsoftazureoriginsupdate
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          originName: rest.originName
          originUpdateProperties: rest.originUpdateProperties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureoriginsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Origins Originname
        call: cdnmanagementclient-origins.microsoftazureoriginsdelete
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          originName: rest.originName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cdnmanagementclient-origins-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CdnManagementClient — Origins. 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 Cdn
        Profiles Profilename Endpoints Endpointname Origins
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cdnmanagementclient-origins.microsoftazureoriginslistbyendpoint
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn
        Profiles Profilename Endpoints Endpointname Origins Originname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cdnmanagementclient-origins.microsoftazureoriginsget
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        originName: tools.originName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn
        Profiles Profilename Endpoints Endpointname Origins Originname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cdnmanagementclient-origins.microsoftazureoriginscreate
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        originName: tools.originName
        origin: tools.origin
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Cdn Profiles Profilename Endpoints Endpointname Origins Originname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cdnmanagementclient-origins.microsoftazureoriginsupdate
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        originName: tools.originName
        originUpdateProperties: tools.originUpdateProperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Cdn Profiles Profilename Endpoints Endpointname Origins Originname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cdnmanagementclient-origins.microsoftazureoriginsdelete
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        originName: tools.originName
      outputParameters:
      - type: object
        mapping: $.