Testing your AIOps topology connection

About this task

After you configure your AIOps topology server, you might want to test that your setup is up and running successfully.

  • Map the topology service to https://localhost:5000 by running the following command:
    oc -n wxa4z-topology port-forward service/wxa4z-topology-server 5000
  • Check the health status of the topology API server.
    oc exec -it <topology_pod_name> -- curl -k --location --request GET 'https://localhost:5000/ibm/v1/topology/health'
    
    
  • Get the system topology information.
    curl -k --location -u $USERNAME:$PASSWORD --request GET 'https://localhost:5000/ibm/v1/topology/systeminfo'
    Enter the user name and password that you created when deploying the AIOps topology server on your cluster.