Ping Identity · Capability

PingOne Platform API — DaVinci Admin Flow Versions

PingOne Platform API — DaVinci Admin Flow Versions. 5 operations. Lead operation: DaVinci Admin Flow Versions. Self-contained Naftiko capability covering one Ping Identity business surface.

Run with Naftiko Ping IdentityDaVinci Admin Flow Versions

What You Can Do

GET
Getversionsbyflowid — getversionsbyflowid
/v1/environments/{environmentid}/flows/{flowid}/versions
GET
Getversionbyidusingflowid — getversionbyidusingflowid
/v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}
DELETE
Deleteversionbyidusingflowid — deleteversionbyidusingflowid
/v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}
PUT
Replacealiasbyflowidandversionid — replacealiasbyflowidandversionid
/v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}/alias
GET
Getdetailsbyflowidandversionid — getdetailsbyflowidandversionid
/v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}/details

MCP Tools

getversionsbyflowid

getversionsbyflowid

read-only idempotent
getversionbyidusingflowid

getversionbyidusingflowid

read-only idempotent
deleteversionbyidusingflowid

deleteversionbyidusingflowid

idempotent
replacealiasbyflowidandversionid

replacealiasbyflowidandversionid

idempotent
getdetailsbyflowidandversionid

getdetailsbyflowidandversionid

read-only idempotent

Capability Spec

ping-identity-davinci-admin-flow-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PingOne Platform API — DaVinci Admin Flow Versions
  description: 'PingOne Platform API — DaVinci Admin Flow Versions. 5 operations. Lead operation: DaVinci Admin Flow Versions.
    Self-contained Naftiko capability covering one Ping Identity business surface.'
  tags:
  - Ping Identity
  - DaVinci Admin Flow Versions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PING_IDENTITY_API_KEY: PING_IDENTITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ping-identity-davinci-admin-flow-versions
    baseUri: https://api.pingone.{tld}/{basePath}
    description: PingOne Platform API — DaVinci Admin Flow Versions business capability. Self-contained, no shared references.
    resources:
    - name: environments-environmentID-flows-flowID-versions
      path: /environments/{environmentID}/flows/{flowID}/versions
      operations:
      - name: getversionsbyflowid
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: environments-environmentID-flows-flowID-versions-versionID
      path: /environments/{environmentID}/flows/{flowID}/versions/{versionID}
      operations:
      - name: getversionbyidusingflowid
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteversionbyidusingflowid
        method: DELETE
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: environments-environmentID-flows-flowID-versions-versionID-alias
      path: /environments/{environmentID}/flows/{flowID}/versions/{versionID}/alias
      operations:
      - name: replacealiasbyflowidandversionid
        method: PUT
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: environments-environmentID-flows-flowID-versions-versionID-details
      path: /environments/{environmentID}/flows/{flowID}/versions/{versionID}/details
      operations:
      - name: getdetailsbyflowidandversionid
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.PING_IDENTITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: ping-identity-davinci-admin-flow-versions-rest
    port: 8080
    description: REST adapter for PingOne Platform API — DaVinci Admin Flow Versions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/environments/{environmentid}/flows/{flowid}/versions
      name: environments-environmentid-flows-flowid-versions
      description: REST surface for environments-environmentID-flows-flowID-versions.
      operations:
      - method: GET
        name: getversionsbyflowid
        description: getversionsbyflowid
        call: ping-identity-davinci-admin-flow-versions.getversionsbyflowid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}
      name: environments-environmentid-flows-flowid-versions-versionid
      description: REST surface for environments-environmentID-flows-flowID-versions-versionID.
      operations:
      - method: GET
        name: getversionbyidusingflowid
        description: getversionbyidusingflowid
        call: ping-identity-davinci-admin-flow-versions.getversionbyidusingflowid
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteversionbyidusingflowid
        description: deleteversionbyidusingflowid
        call: ping-identity-davinci-admin-flow-versions.deleteversionbyidusingflowid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}/alias
      name: environments-environmentid-flows-flowid-versions-versionid-alias
      description: REST surface for environments-environmentID-flows-flowID-versions-versionID-alias.
      operations:
      - method: PUT
        name: replacealiasbyflowidandversionid
        description: replacealiasbyflowidandversionid
        call: ping-identity-davinci-admin-flow-versions.replacealiasbyflowidandversionid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/environments/{environmentid}/flows/{flowid}/versions/{versionid}/details
      name: environments-environmentid-flows-flowid-versions-versionid-details
      description: REST surface for environments-environmentID-flows-flowID-versions-versionID-details.
      operations:
      - method: GET
        name: getdetailsbyflowidandversionid
        description: getdetailsbyflowidandversionid
        call: ping-identity-davinci-admin-flow-versions.getdetailsbyflowidandversionid
        with:
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ping-identity-davinci-admin-flow-versions-mcp
    port: 9090
    transport: http
    description: MCP adapter for PingOne Platform API — DaVinci Admin Flow Versions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: getversionsbyflowid
      description: getversionsbyflowid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ping-identity-davinci-admin-flow-versions.getversionsbyflowid
      outputParameters:
      - type: object
        mapping: $.
    - name: getversionbyidusingflowid
      description: getversionbyidusingflowid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ping-identity-davinci-admin-flow-versions.getversionbyidusingflowid
      outputParameters:
      - type: object
        mapping: $.
    - name: deleteversionbyidusingflowid
      description: deleteversionbyidusingflowid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ping-identity-davinci-admin-flow-versions.deleteversionbyidusingflowid
      outputParameters:
      - type: object
        mapping: $.
    - name: replacealiasbyflowidandversionid
      description: replacealiasbyflowidandversionid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ping-identity-davinci-admin-flow-versions.replacealiasbyflowidandversionid
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: getdetailsbyflowidandversionid
      description: getdetailsbyflowidandversionid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ping-identity-davinci-admin-flow-versions.getdetailsbyflowidandversionid
      with:
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.