Red Hat · Capability

Red Hat OpenShift Cluster Manager API — Cloud Providers

Red Hat OpenShift Cluster Manager API — Cloud Providers. 2 operations. Lead operation: Red Hat List Cloud Providers. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatCloud Providers

What You Can Do

GET
Listcloudproviders — Red Hat List Cloud Providers
/v1/api/clusters-mgmt/v1/cloud-providers
GET
Listcloudproviderregions — Red Hat List Cloud Provider Regions
/v1/api/clusters-mgmt/v1/cloud-providers/{cloud-provider-id}/regions

MCP Tools

red-hat-list-cloud-providers

Red Hat List Cloud Providers

read-only idempotent
red-hat-list-cloud-provider

Red Hat List Cloud Provider Regions

read-only idempotent

Capability Spec

openshift-cluster-manager-cloud-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat OpenShift Cluster Manager API — Cloud Providers
  description: 'Red Hat OpenShift Cluster Manager API — Cloud Providers. 2 operations. Lead operation: Red Hat List Cloud
    Providers. Self-contained Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Cloud Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_API_KEY: RED_HAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openshift-cluster-manager-cloud-providers
    baseUri: https://api.openshift.com
    description: Red Hat OpenShift Cluster Manager API — Cloud Providers business capability. Self-contained, no shared references.
    resources:
    - name: api-clusters_mgmt-v1-cloud_providers
      path: /api/clusters_mgmt/v1/cloud_providers
      operations:
      - name: listcloudproviders
        method: GET
        description: Red Hat List Cloud Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-clusters_mgmt-v1-cloud_providers-cloud_provider_id-regions
      path: /api/clusters_mgmt/v1/cloud_providers/{cloud_provider_id}/regions
      operations:
      - name: listcloudproviderregions
        method: GET
        description: Red Hat List Cloud Provider Regions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloud_provider_id
          in: path
          type: string
          description: The unique identifier of the cloud provider.
          required: true
    authentication:
      type: bearer
      token: '{{env.RED_HAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: openshift-cluster-manager-cloud-providers-rest
    port: 8080
    description: REST adapter for Red Hat OpenShift Cluster Manager API — Cloud Providers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/clusters-mgmt/v1/cloud-providers
      name: api-clusters-mgmt-v1-cloud-providers
      description: REST surface for api-clusters_mgmt-v1-cloud_providers.
      operations:
      - method: GET
        name: listcloudproviders
        description: Red Hat List Cloud Providers
        call: openshift-cluster-manager-cloud-providers.listcloudproviders
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/clusters-mgmt/v1/cloud-providers/{cloud-provider-id}/regions
      name: api-clusters-mgmt-v1-cloud-providers-cloud-provider-id-regions
      description: REST surface for api-clusters_mgmt-v1-cloud_providers-cloud_provider_id-regions.
      operations:
      - method: GET
        name: listcloudproviderregions
        description: Red Hat List Cloud Provider Regions
        call: openshift-cluster-manager-cloud-providers.listcloudproviderregions
        with:
          cloud_provider_id: rest.cloud_provider_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openshift-cluster-manager-cloud-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat OpenShift Cluster Manager API — Cloud Providers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: red-hat-list-cloud-providers
      description: Red Hat List Cloud Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openshift-cluster-manager-cloud-providers.listcloudproviders
      outputParameters:
      - type: object
        mapping: $.
    - name: red-hat-list-cloud-provider
      description: Red Hat List Cloud Provider Regions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openshift-cluster-manager-cloud-providers.listcloudproviderregions
      with:
        cloud_provider_id: tools.cloud_provider_id
      outputParameters:
      - type: object
        mapping: $.