Get list of all types of entities
get
/exports/types
Returns list of all entity types that are allowed to be exported or imported by Deployment Manager.
Request
There are no request parameters for this operation.
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Root Schema : types-response
Type:
array
The request was successfully completed. The response body includes information about the entities.
Show Source
Nested Schema : types-array
Type:
Show Source
object
-
entityType:
string
Specify type of the entity.
-
entityTypeDisplay:
string
Specify the display name of entity type which is locale dependent.
Examples
This example retrieves account information for a given account. The information shown here is against a pseudo system and serves as a prototype.
cURL Example
curl -H "Content-Type: application/json" -H "Accept: application/json" -X GET -u username:password https://pseudo.com/iam/governance/configmgmt/rest/exports/types
Example of GET Response Body
The following example shows the contents of the response body in JSON format.
[ { "entityType": "AccessPolicy", "entityTypeDisplay": "Access Policy" }, { "entityType": "AdminRole", "entityTypeDisplay": "Admin Role" }, { "entityType": "ApplicationInstance", "entityTypeDisplay": "Application Instance" }, { "entityType": "ApplicationTemplate", "entityTypeDisplay": "Application Template" }, { "entityType": "ApprovalPolicy", "entityTypeDisplay": "Approval Policy" }, { "entityType": "AttestationProcess", "entityTypeDisplay": "Attestation Process" }, { "entityType": "CatalogDefinition", "entityTypeDisplay": "Catalog Metadata" }, { "entityType": "CertificationConfiguration", "entityTypeDisplay": "Certification Configuration" }, { "entityType": "CertificationDefinition", "entityTypeDisplay": "Certification Definition" }, { "entityType": "CustomResourceBundle", "entityTypeDisplay": "Custom Resource Bundle" }, { "entityType": "DataObjectDef", "entityTypeDisplay": "Data Object Definition" }, { "entityType": "EmailDef", "entityTypeDisplay": "Email Definition" }, { "entityType": "EntityAdapter", "entityTypeDisplay": "Entity Adapter (Deprecated)" }, { "entityType": "ErrorCode", "entityTypeDisplay": "Error Code" }, { "entityType": "EventHandler", "entityTypeDisplay": "Event Handler" }, { "entityType": "GTCProvider", "entityTypeDisplay": "GTC Provider" }, { "entityType": "GenericConnector", "entityTypeDisplay": "Generic Connector" }, { "entityType": "ITResource", "entityTypeDisplay": "IT Resource" }, { "entityType": "ITResourceDef", "entityTypeDisplay": "IT Resource Definition" }, { "entityType": "IDAConfiguration", "entityTypeDisplay": "Identity Audit Configuration" }, { "entityType": "IDARules", "entityTypeDisplay": "Identity Audit Rule" }, { "entityType": "IDAScanDefinition", "entityTypeDisplay": "Identity Audit Scan Definition" }, { "entityType": "Jar", "entityTypeDisplay": "Jar" }, { "entityType": "Job", "entityTypeDisplay": "Job" }, { "entityType": "Lookup", "entityTypeDisplay": "Lookup" }, { "entityType": "NOTIFICATIONTEMPLATE", "entityTypeDisplay": "Notification Templates" }, { "entityType": "eventhandlers", "entityTypeDisplay": "Orchestration Event Handler" }, { "entityType": "Org Metadata", "entityTypeDisplay": "Org Metadata" }, { "entityType": "Organization", "entityTypeDisplay": "Organization" }, { "entityType": "PasswordPolicy", "entityTypeDisplay": "Password Policy" }, { "entityType": "Plugin", "entityTypeDisplay": "Plugin" }, { "entityType": "Policies", "entityTypeDisplay": "Policy" }, { "entityType": "PrepopAdapter", "entityTypeDisplay": "Prepopulate Adapter" }, { "entityType": "Process", "entityTypeDisplay": "Process" }, { "entityType": "Process Form", "entityTypeDisplay": "Process Form" }, { "entityType": "RequestDataset", "entityTypeDisplay": "Request DataSet" }, { "entityType": "Resource", "entityTypeDisplay": "Resource" }, { "entityType": "RiskConfiguration", "entityTypeDisplay": "Risk Configuration" }, { "entityType": "UserGroup", "entityTypeDisplay": "Role" }, { "entityType": "Role Metadata", "entityTypeDisplay": "Role Metadata" }, { "entityType": "Rule", "entityTypeDisplay": "Rule-deprecated" }, { "entityType": "scheduledTask", "entityTypeDisplay": "Scheduled Task" }, { "entityType": "SystemProperties", "entityTypeDisplay": "System Property" }, { "entityType": "TaskAdapter", "entityTypeDisplay": "Task Adapter" }, { "entityType": "User Metadata", "entityTypeDisplay": "User Metadata " } ]