Returns All the Flat File Configurations for a Connected Application
get
/iam/governance/applicationmanagement/api/v1/applications/{baseappname}/configurations
Gives the list of all the flatfile configurations for a selected connected application.
Request
Path Parameters
-
baseappname: string
Name of the application for which the flatfile configurations have to be searched.
Query Parameters
-
count(optional): string(int32)
No of configurations to be returned
-
displayName(optional): string
Display name of configuration
-
name(optional): string
Name of configuration
-
retattrs(optional): string
Returned configuration attributes
-
sortBy(optional): string
Sorted By field. Default is name.
-
sortOrder(optional): string
Sort Order . Default is Descending
-
startIndex(optional): integer(int32)
Start Index of pagination
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : Application
Type:
Show Source
object-
advanceConfig:
array advanceConfigurations
-
applicationDisplayName(optional):
string
-
applicationName:
string
-
authoritative(optional):
boolean
Default Value:
false -
baseApplicationName(optional):
string
-
basicConfig(optional):
array basicConfigurations
-
catalogAttribute(optional):
array catalogAttributes
-
connectorDeploymentPath(optional):
string
-
connectorDisplayName:
string
-
connectorVersion:
string
-
deploymentMode(optional):
string
Allowed Values:
[ "Local", "Remote" ] -
description(optional):
string
-
disconnected(optional):
boolean
Default Value:
false -
objectClass:
array objectClass
-
organization:
array organizations
-
ownerUserName(optional):
string
-
parentApplicationName(optional):
string
-
status(optional):
string
Allowed Values:
[ "ENABLED", "DISABLED", "ACTIVE", "DELETED" ]
Nested Schema : ProvisioningConfig
Type:
Show Source
object-
accountDiscriminator(optional):
string
-
accountName(optional):
string
-
allowMultiple(optional):
boolean
Default Value:
false -
capability(optional):
array capabilities
-
caseSensitive(optional):
boolean
Default Value:
false -
failedTaskAssignConfig(optional):
object FailedTaskAssignConfig
-
failedTaskRetryConfig(optional):
object FailedTaskRetryConfig
-
transformationScript(optional):
string
-
validationScript(optional):
string
Nested Schema : SchemaAttribute
Type:
Show Source
object-
advanceFlags(optional):
string
-
dataType(optional):
string
Allowed Values:
[ "Byte", "Double", "Int", "String", "Short", "Long", "Date", "Boolean", "ByteArray" ] -
defaultValue(optional):
string
-
dependentAttribute(optional):
string
-
displayName(optional):
string
-
encrypted(optional):
boolean
Default Value:
false -
entitlement(optional):
boolean
Default Value:
false -
fieldType(optional):
string
-
identityAttribute(optional):
string
-
keyField(optional):
boolean
Default Value:
false -
keyFieldCaseInsensitive(optional):
boolean
Default Value:
false -
length(optional):
integer(int32)
-
listOfValues(optional):
string
-
name(optional):
string
-
provideOldValueOnUpdate(optional):
boolean
Default Value:
false -
provisionable(optional):
boolean
Default Value:
false -
reconcileable(optional):
boolean
Default Value:
false -
reconStagingName(optional):
string
-
required(optional):
boolean
Default Value:
false -
udColName(optional):
string
Nested Schema : ActionScript
Type:
Show Source
object-
language(optional):
string
-
script(optional):
string
-
target(optional):
string
Allowed Values:
[ "Connector", "Resource" ] -
triggerTime(optional):
string
Allowed Values:
[ "Before", "After" ]
Nested Schema : CorrelationRuleElement
Type:
Show Source
object-
caseSensitive(optional):
boolean
Default Value:
false -
elementOperator(optional):
string
Allowed Values:
[ "Equals", "Contains", "Starts_With", "Ends_With" ] -
targetAttribute(optional):
string
-
transformName(optional):
string
-
transformParams(optional):
array transformParams
-
userAttribute(optional):
string
Nested Schema : ReconJobDetail
Type:
Show Source
object-
jobName(optional):
string
-
mode(optional):
string
Allowed Values:
[ "Full", "Incremental", "Delete", "Entitlement", "Flat File Full", "Flat File Diff Sync", "Flat File Delete Sync", "Flat File Entitlement", "Flat File Delete" ] -
parameter(optional):
array parametersList
Nested Schema : ReconJobParameter
Type:
Show Source
object-
dataType(optional):
string
Allowed Values:
[ "String", "Number", "Boolean", "ITResource" ] -
encrypted(optional):
boolean
Default Value:
false -
helpText(optional):
string
-
name(optional):
string
-
required(optional):
boolean
Default Value:
false -
value(optional):
string
Nested Schema : SituationResponse
Type:
Show Source
object-
response(optional):
string
Allowed Values:
[ "link", "none", "createUser", "createOrganization", "assignToAdminWithLeastLoad", "assignToAuthWithLeastLoad", "assignToAuthWithHighestPriority", "assignToGroup", "assignToUser" ] -
situation(optional):
string
Allowed Values:
[ "noMatch", "singleMatch", "multipleMatch", "oneProcessMatch", "multipleProcessMatch" ]
Nested Schema : Organization
Type:
Show Source
object-
heirarchy(optional):
boolean
Default Value:
false -
name(optional):
string
-
type(optional):
string
Examples
cURL Example
The following example demonstrates the ability to return all flat file configurations for a connected application. The information shown here is against a pseudo system and serves as a prototype.
curl -X GET \ http://slc09uoz.pseudo.com:14000/iam/governance/applicationmanagement/api/v1/applications/ad1/configurations
Response Body Example
{
"applicationName": "FlatFileConfigAD",
"applicationDisplayName": "FlatFileConfigAD???,
"description": "flat file configuration for AD",
"baseApplicationName": "ad1",
"connectorDisplayName": "Flat File Connector",
"disconnected": false,
"status": "ACTIVE"
}