Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Returns a JSON array of [LDAP mapping objects]({{< relref "/operate/rs/7.4/refer
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -116,7 +116,7 @@ Returns an [LDAP mapping object]({{< relref "/operate/rs/7.4/references/rest-api
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -193,7 +193,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/7.4/references/rest-api
"name": "Admins",
"dn": "OU=ops,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -248,7 +248,7 @@ Create a new LDAP mapping.
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand All @@ -274,7 +274,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/7.4/references/rest-api
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Returns a JSON array of [LDAP mapping objects]({{< relref "/operate/rs/7.8/refer
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -116,7 +116,7 @@ Returns an [LDAP mapping object]({{< relref "/operate/rs/7.8/references/rest-api
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -193,7 +193,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/7.8/references/rest-api
"name": "Admins",
"dn": "OU=ops,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -248,7 +248,7 @@ Create a new LDAP mapping.
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand All @@ -274,7 +274,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/7.8/references/rest-api
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Returns a JSON array of [LDAP mapping objects]({{< relref "/operate/rs/reference
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -115,7 +115,7 @@ Returns an [LDAP mapping object]({{< relref "/operate/rs/references/rest-api/obj
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -192,7 +192,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/references/rest-api/obj
"name": "Admins",
"dn": "OU=ops,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"],
"role_uids": [1],
"email_alerts": true,
"bdbs_email_alerts": ["1","2"],
"cluster_email_alerts": true
Expand Down Expand Up @@ -247,7 +247,7 @@ Create a new LDAP mapping.
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand All @@ -273,7 +273,7 @@ Include an [LDAP mapping object]({{< relref "/operate/rs/references/rest-api/obj
"name": "Admins",
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "[email protected]",
"role_uids": ["1"]
"role_uids": [1]
}
```

Expand Down