List All Salesforce Orgs
This operation is used to fetch All the configured Salesforce Organizations
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
orgs object[]
backupSize integerBackup size
slaStatus integerSLA status Ex: Met-1, Missed-2, Excluded-3, yet to be protected-4, May miss SLA-5
endPoint stringSalesforce organization end point
filesPerBackup integerFile download limit for backup
sfOrgId stringSalesforce organization Id
sfOrgType integerSalesforce Environment
backupTime integerLast backup time
status integersyncDB object
Sync DB details
dbPort stringdbInstance stringdbEnabled booleandbName stringdbType integerdbHost stringsfSubclient object
Salesforce pseudo client details
clientName stringinstanceName stringbackupsetId integerinstanceId integersubclientId integerclientId integerbackupsetName stringapplicationId integerFor Salesforce use 134
subclientName stringplan object
Plan details
planName stringplanId integererror object
errorMessage stringerrorCode integer
{
"orgs": [
{
"backupSize": 0,
"slaStatus": 0,
"endPoint": "string",
"filesPerBackup": 0,
"sfOrgId": "string",
"sfOrgType": 0,
"backupTime": 0,
"status": 0,
"syncDB": {
"dbPort": "string",
"dbInstance": "string",
"dbEnabled": true,
"dbName": "string",
"dbType": 0,
"dbHost": "string"
},
"sfSubclient": {
"clientName": "string",
"instanceName": "string",
"backupsetId": 0,
"instanceId": 0,
"subclientId": 0,
"clientId": 0,
"backupsetName": "string",
"applicationId": 0,
"subclientName": "string"
},
"plan": {
"planName": "string",
"planId": 0
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"filesPerBackup": 0,
"organizationName": "string",
"downloadCachePath": "string",
"backupArchivedandDeletedRecs": true,
"backupFileObjects": true,
"backupSFMetadata": true,
"lastBackupTime": 0,
"backupSfObjects": true,
"lastBackupSize": 0,
"hasResourcePoolAttached": true,
"enableAlerts": true,
"noOfBackupStreams": 0,
"accessNodes": [
{
"client": {
"clientGroupName": "string",
"clientGroupId": 0,
"_type_": 0,
"clientId": 5
}
}
],
"userPermissions": {
"profileName": "string",
"hasQueryAllFilesPermission": true,
"hasModifyAllDataPermission": true,
"hasModifyMetadataPermission": true,
"hasDownloadAppExchangePackagesPermission": true,
"hasManageEncryptionKeysPermission": true,
"hasViewAllDataPermission": true
},
"salesforceAccount": {
"organizationId": "string",
"endpoint": "string",
"environmentType": 0,
"consumerId": "string",
"authenticationType": 0,
"userCredentials": {
"userName": "string"
},
"connectedAppCredentials": {
"credentialId": 0,
"credentialName": "string"
}
},
"salesforceStats": {
"metadata": "string",
"objects": "string",
"files": "string",
"syncDbSize": "string",
"totalFilesToBackup": "string"
},
"ignoreObjs": [
"string"
],
"syncDatabase": {
"dbPort": "string",
"dbInstance": "string",
"dbEnabled": true,
"dbName": "string",
"dbType": 0,
"dbHost": "string",
"dbUserPassword": {
"userName": "string"
}
},
"plan": {
"planName": "string",
"planId": 0
},
"entity": {
"clientName": "string",
"instanceName": "string",
"displayName": "string",
"backupsetId": 0,
"instanceId": 0,
"instanceGUID": "string",
"subclientId": 0,
"clientId": 0,
"appName": "string",
"applicationId": 0
}
}
Loading...