Tech Data · Capability

TD SYNNEX StreamOne Ion API — Cloud Providers

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

Run with Naftiko Tech DataCloud Providers

What You Can Do

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

MCP Tools

create-cloud-provider-account

Create Cloud Provider Account

get-cloud-provider-account

Get Cloud Provider Account

read-only idempotent
link-cloud-provider-account

Link Cloud Provider Account

Capability Spec

streamone-ion-cloud-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD SYNNEX StreamOne Ion API — Cloud Providers
  description: 'TD SYNNEX StreamOne Ion API — Cloud Providers. 3 operations. Lead operation: Create Cloud Provider Account.
    Self-contained Naftiko capability covering one Tech Data business surface.'
  tags:
  - Tech Data
  - Cloud Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TECH_DATA_API_KEY: TECH_DATA_API_KEY
capability:
  consumes:
  - type: http
    namespace: streamone-ion-cloud-providers
    baseUri: https://ion.tdsynnex.com/api
    description: TD SYNNEX StreamOne Ion 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 Account
        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 Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: providerId
          in: path
          type: string
          description: The cloud provider account identifier.
          required: true
    - name: v3-accounts-accountId-customers-customerId-cloudProviders-providerId-link
      path: /v3/accounts/{accountId}/customers/{customerId}/cloudProviders/{providerId}/link
      operations:
      - name: linkcloudprovider
        method: POST
        description: Link Cloud Provider Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: providerId
          in: path
          type: string
          description: The cloud provider account identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TECH_DATA_API_KEY}}'
  exposes:
  - type: rest
    namespace: streamone-ion-cloud-providers-rest
    port: 8080
    description: REST adapter for TD SYNNEX StreamOne Ion 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 Account
        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 Account
        call: streamone-ion-cloud-providers.getcloudprovider
        with:
          providerId: rest.providerId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/cloudproviders/{providerid}/link
      name: v3-accounts-accountid-customers-customerid-cloudproviders-providerid-link
      description: REST surface for v3-accounts-accountId-customers-customerId-cloudProviders-providerId-link.
      operations:
      - method: POST
        name: linkcloudprovider
        description: Link Cloud Provider Account
        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 API — Cloud Providers. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-cloud-provider-account
      description: Create Cloud Provider Account
      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-account
      description: Get Cloud Provider Account
      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-account
      description: Link Cloud Provider Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: streamone-ion-cloud-providers.linkcloudprovider
      with:
        providerId: tools.providerId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.