Returns the delta between templates
get
/iam/governance/applicationmanagement/api/v1/applications/upgrade/diff
It returns the difference between the new Connector Template and the already installed Connector Template.Both Target and Authoritative template differences are listed.
Request
Query Parameters
-
connectorDisplayName: string
name of the connector
-
connectorVersion: string
latest connector version on which to upgrade
Response
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : ApplicationDiff
Type:
Show Source
object
-
addedAdvanceConfig(required):
array addedAdvanceConfig
-
addedBasicConfig(required):
array addedBasicConfig
-
addedCapabilities(required):
array addedCapabilities
-
addedChildForms(required):
array addedChildForms
-
addedReconJobs(required):
array addedReconJobs
-
addedSchemaAttributes(required):
array addedSchemaAttributes
-
advanceConfigDiffMap(required):
object advanceConfigDiffMap
Additional Properties Allowed: additionalProperties
-
appNames(required):
array appNames
-
authoritative(required):
boolean
-
basicConfigDiffMap(required):
object basicConfigDiffMap
Additional Properties Allowed: additionalProperties
-
capabilityDiffMap(required):
object capabilityDiffMap
Additional Properties Allowed: additionalProperties
-
childFormDiffMap(required):
object childFormDiffMap
Additional Properties Allowed: additionalProperties
-
childFormModifiedMap(required):
object childFormModifiedMap
Additional Properties Allowed: additionalProperties
-
childFormSchemaAttributesAddedMap(required):
object childFormSchemaAttributesAddedMap
Additional Properties Allowed: additionalProperties
-
childFormSchemaDiffMap(required):
object childFormSchemaDiffMap
Additional Properties Allowed: additionalProperties
-
connectorDisplayName(required):
string
-
jobDiffMap(required):
object jobDiffMap
Additional Properties Allowed: additionalProperties
-
jobModifiedMap(required):
object jobModifiedMap
Additional Properties Allowed: additionalProperties
-
jobParamDiffMap(required):
object jobParamDiffMap
Additional Properties Allowed: additionalProperties
-
jobParamsAddedMap(required):
object jobParamsAddedMap
Additional Properties Allowed: additionalProperties
-
modifiedChildForms(required):
array modifiedChildForms
-
modifiedReconJobs(required):
array modifiedReconJobs
-
newVersion(required):
string
-
olderVersion(required):
string
-
removedAdvanceConfig(required):
array removedAdvanceConfig
-
removedBasicConfig(required):
array removedBasicConfig
-
removedCapabilities(required):
array removedCapabilities
-
removedChildForms(required):
array removedChildForms
-
removedReconJobs(required):
array removedReconJobs
-
removedSchemaAttributes(required):
array removedSchemaAttributes
-
schemaAttributeDiffMap(required):
object schemaAttributeDiffMap
Additional Properties Allowed: additionalProperties
Nested Schema : childFormSchemaAttributesAddedMap
Type:
object
Additional Properties Allowed
Show Source
Nested Schema : childFormSchemaDiffMap
Type:
object
Additional Properties Allowed
Show Source
-
object additionalProperties
Additional Properties Allowed: additionalProperties
Nested Schema : jobParamDiffMap
Type:
object
Additional Properties Allowed
Show Source
-
object additionalProperties
Additional Properties Allowed: additionalProperties
Nested Schema : Attribute
Type:
Show Source
object
-
category:
string
-
dataType:
string
-
displayName:
string
-
encrypted:
boolean
Default Value:
false
-
helpText:
string
-
name:
string
-
required:
boolean
Default Value:
false
-
value:
string
Nested Schema : BasicAttribute
Type:
Show Source
object
-
category:
string
-
dataType:
string
-
displayName:
string
-
encrypted:
boolean
Default Value:
false
-
helpText:
string
-
name:
string
-
required:
boolean
Default Value:
false
-
value:
string
Nested Schema : ActionScript
Type:
Show Source
object
-
language:
string
-
script:
string
-
target:
string
Allowed Values:
[ "Connector", "Resource" ]
-
triggerTime:
string
Allowed Values:
[ "Before", "After" ]
Nested Schema : Form
Type:
Show Source
object
-
backendName:
string
-
form:
array form
-
name:
string
-
schemaAttribute:
array schemaAttributes
-
useBulk:
boolean
Default Value:
false
Nested Schema : SchemaAttribute
Type:
Show Source
object
-
advanceFlags:
string
-
dataType:
string
Allowed Values:
[ "Byte", "Double", "Int", "String", "Short", "Long", "Date", "Boolean", "ByteArray" ]
-
defaultValue:
string
-
dependentAttribute:
string
-
displayName:
string
-
encrypted:
boolean
Default Value:
false
-
entitlement:
boolean
Default Value:
false
-
fieldType:
string
-
identityAttribute:
string
-
keyField:
boolean
Default Value:
false
-
keyFieldCaseInsensitive:
boolean
Default Value:
false
-
length:
integer(int32)
-
listOfValues:
string
-
name:
string
-
provideOldValueOnUpdate:
boolean
Default Value:
false
-
provisionable:
boolean
Default Value:
false
-
reconcileable:
boolean
Default Value:
false
-
reconStagingName:
string
-
required:
boolean
Default Value:
false
-
udColName:
string
Nested Schema : ReconJobDetail
Type:
Show Source
object
-
jobName:
string
-
mode:
string
Allowed Values:
[ "Full", "Incremental", "Delete", "Entitlement" ]
-
parameter:
array parametersList
Nested Schema : ReconJobParameter
Type:
Show Source
object
-
dataType:
string
Allowed Values:
[ "String", "Number", "Boolean", "ITResource" ]
-
encrypted:
boolean
Default Value:
false
-
helpText:
string
-
name:
string
-
required:
boolean
Default Value:
false
-
value:
string