SlaProfile

SlaProfile
SlaProfile
JSON Example
{
    "dataConnectionType": "string",
    "displayName": "Bronze",
    "id": "895f916a-6c11-4366-965d-19e9c75f7c9e",
    "initialSyncTime": 0,
    "orgs": 2,
    "quiesced": true,
    "replications": 1,
    "retentionPolicy": {
        "rules": [
            {
                "distance": 15,
                "numberOfInstances": 3
            }
        ]
    },
    "rpo": 120
}
dataConnectionType
Optional

dataConnectionType

string
displayName
Optional

User-friendly label.

string
id
Optional

Unique UUID of the profile.

integer As int64 As int64
initialSyncTime
Optional

Replication initial sync time for the profile. If the initial sync time is 0, the sync will not be delayed.

integer As int32 As int32
orgs
Optional

The number of organizations, which have this profile assigned.

boolean
quiesced
Optional

Defines whether quiesced is enabled for the profile or not.

integer As int32 As int32
replications
Optional

The number of replications created with this profile.

retentionPolicy
Optional

retentionPolicy

integer As int32 As int32
rpo
Optional

Replication recovery point objective of the profile.