Get In-Memory database resource usage
{ getImdbResources }
Returns an enumeration of databases and their sizes on a Pyramid In-Memory database (IMDB) server
Method
/API3/dataSources/getImdbResources
- Enterprise Admin
Input Parameters
Name
imdbResourceQuery
Object Type
Description
Search criteria for the relevant IMDB server and its child databases
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Result object with resource usage for each database. Note that the response is returned as a list of items of this object type.
Notes
Use the 'findServerByName' function to get the ID of an IMDB server
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP