Create Integration Async
Create an integration in the current organization asynchronously
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Only validate provided Integration Specification. Integration will not be created.
Integration instance
Show optional properties
{
"name": "string",
"integrationType": "Active directory, Ansible, IPAM, vRO, GitHub",
"integrationProperties": {}
}
{
"name": "string",
"description": "string",
"integrationType": "Active directory, Ansible, IPAM, vRO, GitHub",
"privateKeyId": "ACDC55DB4MFH6ADG75KK",
"privateKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"integrationProperties": {
"supportPublicImages": "true",
"acceptSelfSignedCertificate": "true"
},
"associatedCloudAccountIds": [
"42f3e0d199d134755684cd935435a"
],
"customProperties": {
"sampleadapterProjectId": "projectId"
},
"tags": [
{
"key": "env",
"value": "dev"
}
],
"certificateInfo": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDHjCCAoegAwIBAgIBATANBgkqhkiG9w0BAQsFADCBpjEUMBIGA1UEChMLVk13\nYXJlIEluYAAc1pw18GT3iAqQRPx0PrjzJhgjIJMla\n/1Kg4byY4FPSacNiRgY/FG2bPCqZk1yRfzmkFYCW/vU+Dg==\n-----END CERTIFICATE-----\n-"
}
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Integration type
Access key id or username to be used to authenticate with the integration
Secret access key or password to be used to authenticate with the integration
Integration specific properties supplied in as name value pairs
Cloud accounts to associate with this integration
Additional custom properties that may be used to extend the Integration.
A set of tag keys and optional values to set on the Integration
Specification for certificate for a cloud account.
Accepted
"RequestTracker Object"
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
ID of the deployment, this request is connected to.
Invalid Request - bad data
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"integrationProperties:"object","integrationType:"string","name:"string"}' https://{api_host}/iaas/api/integrations