JSON files for creating the namespaces
Here’s the content of the JSON file that creates a namespace named Accounts-Receivable. The name of the file is AccountsRecNS.json.
{ "name" : "Accounts-Receivable", "description" : "Created for the Finance department at Example Company by Lee Green", "hashScheme" : "SHA-256", "enterpriseMode" : true, "hardQuota" : "50.00 GB", "softQuota" : 75, "versioningSettings" : { "enabled" : true, "prune" : true, "pruneDays" : 10, }, "aclsUsage" : "ENABLED", "searchEnabled" : true, "indexingEnabled" : true, "customMetadataIndexingEnabled" : true, "replicationEnabled" : true, "readFromReplica" : true, "serviceRemoteSystemRequests" : true, "tags" : { "tag" : [ "Billing", "lgreen" ] } }
Here’s the content of the JSON file that creates a namespace named Accounts-Payable. The name of the file is AccountsPayNS.json.
{ "name" : "Accounts-Payable", "description" : "Created for the Finance department at Example Company by Lee Green", "hashScheme" : "SHA-256", "enterpriseMode" : true, "hardQuota" : "50.00 GB", "softQuota" : 75, "versioningSettings" : { "enabled" : true, "prune" : true, "pruneDays" : 10, }, "aclsUsage" : "ENABLED", "searchEnabled" : true, "indexingEnabled" : true, "customMetadataIndexingEnabled" : true, "replicationEnabled" : true, "readFromReplica" : true, "serviceRemoteSystemRequests" : true, "tags" : { "tag" : [ "Billing", "lgreen" ] } }