cURL
curl --request DELETE \ --url https://cloud.cdata.com/api/poweredby/connection/{id}/metadata \ --header 'Authorization: Bearer <token>'
Clear Connection Metadata clears the metadata cache for the specified connection. In some situations, clearing the metadata cache can help fix loading or performance issues.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The connection Id of the connection in which to clear the metadata.
OK
このページは役に立ちましたか?