Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 636518e

Browse files
committed
v3 docs: Fix app/service usage docs
- Remove deleted `type` field on app usage events - Improve description of service usage events [finishes #173185318] [finishes #173185584] Authored-by: Reid Mitchell <rmitchell@pivotal.io>
1 parent 21e7902 commit 636518e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/v3/source/includes/experimental_resources/app_usage_events/_object.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Example App Usage Event object
1010
Name | Type | Description
1111
---- | ---- | -----------
1212
**guid** | _uuid_ | Unique identifier for the event.
13-
**type** | _string_ | The type of the event, always "app" for app usage events
1413
**created_at** | _datetime_ | The time with zone when the event occurred
1514
**updated_at** | _datetime_ | Identical to `created_at` (events are created, never updated)
1615
**state.current** | _string_ or `null` | Current state of the app that this event pertains to, if applicable.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Service Usage Events
22

3-
Service usage events are a record of changes in the usage services.
3+
Service usage events are a record of changes in the usage of services. For
4+
example, service usage events are recorded when a service instance is created,
5+
updated, and deleted. They may contain information about the service instance in
6+
question and the associated space, service broker, and service offering.
47

58
Usage events are typically used by billing and chargeback applications.
69

0 commit comments

Comments
 (0)