Context Graph
The Administration Utility Command Line Interface (CLI) provides Context Graph (contextgraph
) commands to manage models, view jobs and job status, and manage model schemas, queries, and metadata.
Command | Description |
---|---|
contextgraph job list | Returns a list of all Context Graph jobs. |
contextgraph job status | Returns the status of a Context Graph job. |
contextgraph model clear | Removes the contents of a Context Graph model. |
contextgraph model delete | Deletes a Context Graph model. |
contextgraph model list | Lists Context Graph models. |
contextgraph query delete | Delete a query of a model. |
contextgraph query list | List queries of a model. |
contextgraph schema copy | Copies model metadata. |
contextgraph schema count entityProperty | Counts an entity property of a model. |
contextgraph schema count relationshipProperty | Counts a relationship property of a model. |
contextgraph schema delete entityProperty | Delete a Context Graph model property. |
contextgraph schema delete entityType | Delete a model entity type. |
contextgraph schema delete relationshipLabel | Deletes a relationship label from a model. |
contextgraph schema delete relationshipProperty | Deletes a relationship property from a Context Graph model. |
contextgraph schema export | Exports a model. |
contextgraph schema import | Imports a model. |
contextgraph schema importLogicalModel | Imports a logical model from Discovery into Context Graph. |
contextgraph schema list all | List entity types, relationship labels and total counts for a model. |
contextgraph schema list entityProperties | Lists entity properties for a model. |
contextgraph schema list entityTypes | Lists entity types for a model. |
contextgraph schema list relationshipLabels | Lists relationship labels for a model. |
contextgraph schema list relationshipProperties | Lists entity properties for a model. |
contextgraph schema modify indexType | Changes the index type of a model. |
contextgraph schema rename entityProperty | Rename a model property. |
contextgraph schema rename entityType | Rename an entity type for a model. |
contextgraph schema rename relationshipLabel | Rename a relationship label. |
contextgraph schema rename relationshipProperty | Rename a model property. |