The templates are for production and non-production environments of our Oracle Enterprise Data Management. Each file is approx. 8Mb in size. Unfortunately I’m not allowed to share outside the bank.
You can find the public REST API docs here - REST API for Oracle Enterprise Data Management Cloud Service - About the REST APIs
Sample json template (edited)…
“applications”: [
{
“id”: “625c0eed-185d-436f-868f-018db5029703”,
“name”: “xxxxxxxxx”,
“description”: “xxxxxxxxxxxxx”,
“applicationTypeId”: “56be27ba-28e4-4b23-827d-bfe64833095c”,
“applicationAdapterId”: “cdace9aa-50dd-4dda-b4b7-8eddedd12fc3”,
“viewId”: “d50f945f-140d-46eb-993e-9a07ab4e1698”,
“policies”: [
{
“id”: “abeeaa6c-9576-43bd-a1b8-e8bcf3c71f5b”,
“name”: “Backstop”,
“description”: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
“policyType”: “APPROVAL”,
“allowedActions”: ,
“expressionDocument”: null,
“objectType”: “APPLICATION”,
“objectId”: “625c0eed-185d-436f-868f-018db5029703”,
“enabled”: false,
“allowAllActions”: true,
“invitees”: [
{
“userId”: null,
“groupId”: “61f483bf-e458-42c3-b5d9-441e908ab249”,
“order”: 0,
“approvalsRequiredPerGroup”: 0
}
],
“propertyFilterConfigurationType”: “ALL”,
“configuredProperties”: ,
“requestTypes”: [
“INTERACTIVE”,
“SUBSCRIPTION”,
“IMPORT”
],
“allowAllRequestTypes”: false,
“daysUntilOverdue”: 0,
“processingType”: “SERIAL”,
“allInviteesMustApprove”: true,
“numberOfApprovalsRequired”: 0,
“submitterAutoApproves”: false,
“reminderNotification”: 5,
“numberOfRemindersBeforeEscalation”: 0,
“allowEnrichment”: false,
“policyOrder”: 1,
“ownershipPropertyId”: null
},
{
“id”: “d867aff8-fd9d-4bf0-b6fc-5e16971854c1”,
“name”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”,
“description”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”,
“policyType”: “COMMIT”,
“allowedActions”: ,
“expressionDocument”: null,
“objectType”: “APPLICATION”,
“objectId”: “625c0eed-185d-436f-868f-018db5029703”,
“enabled”: false,
“allowAllActions”: true,
“invitees”: [
{
“userId”: null,
“groupId”: “6dba34a4-8fd6-400d-97c4-81705ce9c8d3”,
“order”: 0,
“approvalsRequiredPerGroup”: 0
}
],
“propertyFilterConfigurationType”: “ALL”,
“configuredProperties”: ,
“requestTypes”: ,
“allowAllRequestTypes”: true,
“processingType”: “PARALLEL”,
“allInviteesMustApprove”: false,
“numberOfApprovalsRequired”: 1,
“submitterAutoApproves”: false,
“reminderNotification”: 5,
“numberOfRemindersBeforeEscalation”: 0,
“daysUntilOverdue”: 0,
“policyOrder”: 1
},