Page History
...
Description | URL | Payload | Response | Response Json | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a list of all databases | GET {{host}}/api/external/databases Parameters: focus - boolean: filter focus databases e.g.: {{host}}/api/external/databases?focus=true | - | Returns an array of database objects with basic information. |
| |||||||
Get a list of all databases with custom properties | GET {{host}}/api/external/databases/all/customProperties Parameters: resIds - string: comma separated list of res_id values that can be used to select specific databases e.g.: {{host}}/api/external/databases/all/customProperties?resIds=402,403,404 | - | Returns an array of database objects with custom properties |
| |||||||
Get a list of all databases with detailed information | GET {{host}}/api/external/databases/all/details Parameters: resIds - string: comma separated list of res_id values that can be used to select specific databases e.g.: {{host}}/api/external/databases/all/details?resIds=402,403,404 | - | Returns an array of database objects with detailed information (including custom properties) |
|
...
Description | URL | Payload | Response | Response Json | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a list of all replica sets | GET {{host}}/api/external/replicaSets Parameters: focus - boolean: filter focus databases e.g.: {{host}}/api/external/replicaSets?focus=true | - | Returns an array of replica set objects with basic information |
| |||||||
Get a list of all replica sets with custom properties | GET {{host}}/api/external/replicaSets/all/customProperties Parameters: replicaIds- string: comma separated list of replicaid values that can be used to select specific replica sets e.g.: {{host}}/api/external/databases/all/customProperties?replicaIds=C1257E4B007EDE78C2357E4B127EDE78,C12579AE0035A4B3C23579AE0125A4B3,C1257714004555A9C2258814004555A9 | - | Returns an array of replica set objects with custom properties |
| |||||||
Get a list of all replica sets with detailed information | GET {{host}}/api/external/replicaSets/all/details Parameters: replicaIds- string: comma separated list of replicaid values that can be used to select specific replica sets e.g.: {{host}}/api/external/databases/all/details?replicaIds=C1257E4B007EDE78C2357E4B127EDE78,C12579AE0035A4B3C23579AE0125A4B3,C1257714004555A9C2258814004555A9 | - | Returns an array of replica set objects with detailed information (including custom properties) |
|
...
Description | URL | Payload | Response | Response Json | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Assign x custom properties to y databases | POST {{host}}/api/external/customPropertyAssignment/database Headers: Content-Type: application/json |
targetIds - comma separated list of database res_id values customProperties - an object with key / value pairs of custom property id and custom property value | updated - An array of created / updated custom properties error - Contains error information. e.g. if certain targetIds does not exist |
| ||||||||||||
Assign x custom properties to y replica sets | POST {{host}}/api/external/customPropertyAssignment/replicaSet Headers: Content-Type: application/json |
targetIds - comma separated list of replicaset replicaid values customProperties - an object with key / value pairs of custom property id and custom property value | updated - An array of created / updated custom properties error - Contains error information. e.g. if certain targetIds does not exist |
|
...