Update Integration Async
Update a single integration asynchronously
The ID of the integration
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Integration details to be updated
Show optional properties
{
"name": "string",
"integrationProperties": {}
}
{
"name": "string",
"description": "string",
"privateKeyId": "ACDC55DB4MFH6ADG75KK",
"privateKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"integrationProperties": {
"providerId": "providerID"
},
"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.
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.
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"integrationProperties:"object","name:"string"}'