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
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Application
Type: object
Show Source
Nested Schema : advanceConfigurations
Type: array
Show Source
Nested Schema : basicConfigurations
Type: array
Show Source
Nested Schema : catalogAttributes
Type: array
Show Source
Nested Schema : objectClass
Type: array
Show Source
Nested Schema : organizations
Type: array
Show Source
Nested Schema : Attribute
Type: object
Show Source
Nested Schema : BasicAttribute
Type: object
Show Source
Nested Schema : ObjectClass
Type: object
Show Source
Nested Schema : Form
Type: object
Show Source
Nested Schema : objectClassConfigurations
Type: array
Show Source
Nested Schema : ProvisioningConfig
Type: object
Show Source
Nested Schema : ReconConfig
Type: object
Show Source
Nested Schema : form
Type: array
Show Source
Nested Schema : schemaAttributes
Type: array
Show Source
Nested Schema : SchemaAttribute
Type: object
Show Source
Nested Schema : capabilities
Type: array
Show Source
Nested Schema : FailedTaskAssignConfig
Type: object
Show Source
Nested Schema : FailedTaskRetryConfig
Type: object
Show Source
Nested Schema : Capability
Type: object
Show Source
Nested Schema : actionScripts
Type: array
Show Source
Nested Schema : ActionScript
Type: object
Show Source
Nested Schema : CorrelationRule
Type: object
Show Source
Nested Schema : reconJobDetails
Type: array
Show Source
Nested Schema : situationResponses
Type: array
Show Source
Nested Schema : childIdentityCorrelationRule
Type: array
Show Source
Nested Schema : ruleElements
Type: array
Show Source
Nested Schema : CorrelationRuleElement
Type: object
Show Source
Nested Schema : transformParams
Type: array
Show Source
Nested Schema : TransformParams
Type: object
Show Source
Nested Schema : ReconJobDetail
Type: object
Show Source
Nested Schema : parametersList
Type: array
Show Source
Nested Schema : ReconJobParameter
Type: object
Show Source
Nested Schema : SituationResponse
Type: object
Show Source
  • Allowed Values: [ "link", "none", "createUser", "createOrganization", "assignToAdminWithLeastLoad", "assignToAuthWithLeastLoad", "assignToAuthWithHighestPriority", "assignToGroup", "assignToUser" ]
  • Allowed Values: [ "noMatch", "singleMatch", "multipleMatch", "oneProcessMatch", "multipleProcessMatch" ]
Nested Schema : Organization
Type: object
Show Source
Back to Top

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"
    }
Back to Top