Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 1022 Bytes

check-who-created-a-service-instance-f51ced4.md

File metadata and controls

21 lines (10 loc) · 1022 Bytes

Check Who Created a Service Instance

The following steps help you get information about who created a service instance. These steps are valid only for Cloud Foundry subaccounts.

To get the information for a service instance, use the Cloud Foundry API, which is available for all Cloud Foundry subaccounts. The following steps describe a path of API calls. Combining all information from the three steps, you get a list of all services created by a specific user at a specific time.

  1. Get a list of all audit events from type audit.service_instance.create.

  2. Follow the link to the service plan.

  3. See the service offering parameters to get the name, documentation URL and other parameters of the service.