Skip to main content

ValidateDatalinkKey

Validate the datalink key generation status of the target datastore (using DisplayID).

Description

Validate the datalink key generation status of the target datastore.

Method

GET

Request URL Format

/api/v0/applications/:app-id/datastores/:datastore-id/datalink/validate

URL Params

app-id  : Application ID (ID entered from the Hexabase screen)
datastore-id : Datastore ID (ID entered from the Hexabase screen)

Request URL Sample

GET https://api.xxx.com/api/v0/applications/APPNAME/datastores/RESERVES/datalink/validate

Response Sample

{
"count": 2, // The returned number represents items with datalink key generation status that is not up-to-date.
"errors": [],
"items": [ // Up to 100 datalink keys will be returned for item_id of items whose generation status is not up-to-date.
"65dd70686bec6328b74442a5",
"65dd71506bec6328b74442aa"
]
}