Skip to main content
Infrastructure/Assets

ConfirmAssetLinkCandidate

Confirm a pending or ambiguous asset-link candidate and persist the confirmed relationship.

POST/api/v1/asset-links/{uuid}/confirm

Operation ID

ConfirmAssetLinkCandidate

Since

1.1.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • uuid
    StringRequired

    Uuid value that identifies the target resource

Body Fields

  • operator
    StringRequired

    Operator for this resource

    Example: value

  • candidate
    ObjectRequired

    Candidate for this resource

    • targetPlatformUuid
      String

      Target platform uuid for this resource

      Example: value

    • targetAssetType
      String

      Target asset type for this resource

      Example: value

    • targetAssetUuid
      String

      Target asset uuid for this resource

      Example: value

    • targetAssetName
      String

      Target asset name for this resource

      Example: value

    • targetRegionUuid
      String

      Target region uuid for this resource

      Example: value

    • targetZoneUuid
      String

      Target zone uuid for this resource

      Example: value

    • matchMethod
      String

      Match method for this resource

      Example: value

    • matchField
      String

      Match field for this resource

      Example: value

    • matchValue
      String

      Match value for this resource

      Example: value

    • confidence
      Long

      Confidence for this resource

      Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • uuid
    String

    Unique identifier of the asset link

    Example: link-uuid

  • regionUuid
    String

    Region uuid for this resource

    Example: value

  • sourcePlatformUuid
    String

    Source platform uuid for this resource

    Example: value

  • sourceAssetType
    String

    Source asset type for this resource

    Example: value

  • sourceAssetUuid
    String

    Source asset uuid for this resource

    Example: value

  • sourceAssetName
    String

    Source asset name for this resource

    Example: value

  • targetPlatformUuid
    String

    Target platform uuid for this resource

    Example: value

  • targetAssetType
    String

    Target asset type for this resource

    Example: value

  • targetAssetUuid
    String

    Target asset uuid for this resource

    Example: value

  • targetAssetName
    String

    Target asset name for this resource

    Example: value

  • linkType
    String

    Link type for this resource

    Example: value

  • matchMethod
    String

    Match method for this resource

    Example: value

  • confidence
    Long

    Confidence score of the current asset-link match

    Example: 0.95

  • status
    String

    Status for this resource

    Example: value

  • sourceDetection
    String

    Source detection for this resource

    Example: value

  • matchFields
    String

    Match fields for this resource

    Example: value

  • candidateSet
    String

    Candidate set for this resource

    Example: value

  • statusReason
    String

    Status reason for this resource

    Example: value

  • displayHint
    String

    Display hint for this resource

    Example: value

  • lastDetectedAt
    String

    Last detected at for this resource

    Example: 2026-01-15T08:00:00Z

  • createDate
    String

    Create date for this resource

    Example: 2026-01-15T08:00:00Z

  • lastOpDate
    String

    Last op date for this resource

    Example: 2026-01-15T08:00:00Z