curl --location 'https://mock.apidog.com/m1/1126461-0-default/sources//install' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"selection": {
"blueprints": [
"string"
],
"templates": [
"string"
],
"localRoles": [
"string"
],
"localCollections": [
"string"
]
},
"global": true,
"force": true,
"noDeps": true
}'{
"sourceID": "string",
"templateResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
],
"localAnsibleResults": {
"roleResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
],
"collectionResults": [
{
"name": "string",
"ok": true,
"message": "string"
}
]
},
"blueprintResults": {
"ansibleResults": [
{
"name": "string",
"version": "string",
"ok": true,
"error": "string",
"type": "role"
}
],
"undeclaredDependencies": [
{
"blueprintID": "string",
"role": "string",
"kind": "missing_role",
"parentCollection": "string"
}
]
}
}