Retrieves general information about your graph, including its size, memory and details of the nodes, edges, and associated attributes.
HPE Knowledge Graph sorts the nodes and edges in descending order of memory usage, and then by the number of attributes.
http://12.3.4.56:9000/action=GetGraphMemory&Attributes=true&Edges=true&Nodes=true&NumEdges=100&NumNodes=100
This action retrieves information about the graph, including information about up to 100 edges, and up to 100 nodes.
Parameter | Description | Required |
---|---|---|
Attributes | Whether to show attribute details. | |
Edges | Whether to show edge details. | |
Nodes | Whether to show node details. | |
NumEdges | The number of edges to return details for. | |
NumNodes | The number of nodes to return details for. |
|