Generate
Generate configuration drift
Path Parameters
- accountId int64 required
- projectId string required
- application/json
Request Body required
- cloudConnectionId string
- cloudAssemblyId string
- oldTimelineId string
- newTimelineId string
- oldTimelineBucketLocation string
- newTimelineBucketLocation string
- oldTimelineBucketName string
- newTimelineBucketName string
- tenantId string
- projectId int64
Responses
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- configDiffBucketPath string
- status string
{
"configDiffBucketPath": "string",
"status": "string"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Conflict
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Precondition Failed
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
errors object[]
fieldErrors object
- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
POST /condrif/api/v1/account/:accountid/project/:projectid/diff
Authorization
Request
Request
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
}'
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
}'
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
}'
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
}'
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
}'
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
}'
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
}'