Skip to main content

Generate

Generate configuration drift

Path Parameters
  • accountId int64 required
  • projectId string required
Request Body required
  • cloudConnectionId string
  • cloudAssemblyId string
  • oldTimelineId string
  • newTimelineId string
  • oldTimelineBucketLocation string
  • newTimelineBucketLocation string
  • oldTimelineBucketName string
  • newTimelineBucketName string
  • tenantId string
  • projectId int64
Responses

OK


Schema
  • configDiffBucketPath string
  • status string
POST /condrif/api/v1/account/:accountid/project/:projectid/diff    

Authorization

Request

Click Edit to configure Base URL
https://api.appranix.net
Bearer Token
accountId — path required
projectId — path required
Body required
{
"cloudConnectionId": "string",
"cloudAssemblyId": "string",
"oldTimelineId": "string",
"newTimelineId": "string",
"oldTimelineBucketLocation": "string",
"newTimelineBucketLocation": "string",
"oldTimelineBucketName": "string",
"newTimelineBucketName": "string",
"tenantId": "string",
"projectId": 0
}
curl -L -X POST 'https://api.appranix.net/condrif/api/v1/account/:accountId/project/:projectId/diff' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"cloudConnectionId": "string",
"cloudAssemblyId": "string",
"oldTimelineId": "string",
"newTimelineId": "string",
"oldTimelineBucketLocation": "string",
"newTimelineBucketLocation": "string",
"oldTimelineBucketName": "string",
"newTimelineBucketName": "string",
"tenantId": "string",
"projectId": 0
}'