TD SYNNEX · Capability

TD SYNNEX StreamOne Ion Partner API — Cloud Providers

TD SYNNEX StreamOne Ion Partner API — Cloud Providers. 3 operations. Lead operation: Create Cloud Provider. Self-contained Naftiko capability covering one Td Synnex business surface.

Run with Naftiko Td SynnexCloud Providers

What You Can Do

POST
Createcloudprovider — Create Cloud Provider
/v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders
GET
Getcloudprovider — Get Cloud Provider
/v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders/{providerid}
PUT
Linkcloudprovider — Link Cloud Provider
/v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders/{providerid}

MCP Tools

create-cloud-provider

Create Cloud Provider

get-cloud-provider

Get Cloud Provider

read-only idempotent
link-cloud-provider

Link Cloud Provider

idempotent

Capability Spec

streamone-ion-cloud-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD SYNNEX StreamOne Ion Partner API — Cloud Providers
  description: 'TD SYNNEX StreamOne Ion Partner API — Cloud Providers. 3 operations. Lead operation: Create Cloud Provider.
    Self-contained Naftiko capability covering one Td Synnex business surface.'
  tags:
  - Td Synnex
  - Cloud Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TD_SYNNEX_API_KEY: TD_SYNNEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: streamone-ion-cloud-providers
    baseUri: https://ion.tdsynnex.com
    description: TD SYNNEX StreamOne Ion Partner API — Cloud Providers business capability. Self-contained, no shared references.
    resources:
    - name: v3-accounts-accountId-customers-customerId-cloudProviders
      path: /v3/accounts/{accountId}/customers/{customerId}/cloudProviders
      operations:
      - name: createcloudprovider
        method: POST
        description: Create Cloud Provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v3-accounts-accountId-customers-customerId-cloudProviders-providerId
      path: /v3/accounts/{accountId}/customers/{customerId}/cloudProviders/{providerId}
      operations:
      - name: getcloudprovider
        method: GET
        description: Get Cloud Provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: providerId
          in: path
          type: string
          description: Unique cloud provider identifier
          required: true
      - name: linkcloudprovider
        method: PUT
        description: Link Cloud Provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: providerId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_SYNNEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: streamone-ion-cloud-providers-rest
    port: 8080
    description: REST adapter for TD SYNNEX StreamOne Ion Partner API — Cloud Providers. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders
      name: v3-accounts-accountid-customers-customerid-cloudproviders
      description: REST surface for v3-accounts-accountId-customers-customerId-cloudProviders.
      operations:
      - method: POST
        name: createcloudprovider
        description: Create Cloud Provider
        call: streamone-ion-cloud-providers.createcloudprovider
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders/{providerid}
      name: v3-accounts-accountid-customers-customerid-cloudproviders-providerid
      description: REST surface for v3-accounts-accountId-customers-customerId-cloudProviders-providerId.
      operations:
      - method: GET
        name: getcloudprovider
        description: Get Cloud Provider
        call: streamone-ion-cloud-providers.getcloudprovider
        with:
          providerId: rest.providerId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: linkcloudprovider
        description: Link Cloud Provider
        call: streamone-ion-cloud-providers.linkcloudprovider
        with:
          providerId: rest.providerId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streamone-ion-cloud-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for TD SYNNEX StreamOne Ion Partner API — Cloud Providers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: create-cloud-provider
      description: Create Cloud Provider
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: streamone-ion-cloud-providers.createcloudprovider
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-cloud-provider
      description: Get Cloud Provider
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-cloud-providers.getcloudprovider
      with:
        providerId: tools.providerId
      outputParameters:
      - type: object
        mapping: $.
    - name: link-cloud-provider
      description: Link Cloud Provider
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: streamone-ion-cloud-providers.linkcloudprovider
      with:
        providerId: tools.providerId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.