Event Types

Cloud Foundry Event Discovery handles the following Events:

Name Description Operation in UCMDB
audit.app.create Signals the creation of an application Create a Cloud Foundry Application CI
audit.app.delete-request Signals the deletion of an application Delete a Cloud Foundry Application CI
audit.route.create Signals the creation of a route Create a Cloud Foundry Route CI
audit.route.delete-request Signals the deletion of a route Delete a Cloud Foundry Route CI
audit.service.create Signals the creation of a service Create a Cloud Foundry Service CI
audit.service.delete Signals the deletion of a service Delete a Cloud Foundry Service CI
audit.service_instance.create Signals the creation of a service instance Create a Cloud Foundry Service Instance CI
audit.service_instance.delete Signals the deletion of a service instance Delete a Cloud Foundry Service Instance CI
audit.service_plan.create Signals the creation of a service plan Create a Cloud Foundry Service Plan CI
audit.service_plan.delete Signal the deletion of a service plan Delete a Cloud Foundry Service Plan CI
audit.space.create Signals the creation of a space Create a Cloud Foundry Space CI
audit.space.delete-request Signals the deletion of a space Delete a Cloud Foundry Space CI
audit.service_binding.create Signals the creation of a relationship between the application and the service instance that the application is bound to Create a relationship between the Application and the Service instance that the application is bound to
audit.service_binding.delete Signals the deletion of a relationship between the application and the service instance that the application is bound to Delete a relationship between the Application and the Service instance that the application is bound to
audit.app.map-route Signals the creation of a relationship between an application and a route Create a relationship between an application and a route
audit.app.unmap-route Signals the deletion of a relationship between an application and a route Delete a relationship between an application and a route