latestOpenAPI 3.0.02026-08-2045003.8 MB
72813baf8d47
Insights Service
Create Data Integration
Create a new data integration, an object representing a connection to a third-party vendor to export to and import data from.
post/insights/dataIntegration
Parameters
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
Request body
Example request
{
"dataIntegration": {
"name": "my-s3-integration",
"config": {
"bucketName": "mybucket",
"subdir": "dev"
}
}
}