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

Commit 28cb31c

Browse files
Update upgrade_guide to reflect changes in usage events
[#172985691] Co-authored-by: Mona Mohebbi <mmohebbi@pivotal.io> Co-authored-by: Belinda Liu <bliu@pivotal.io>
1 parent 100a5da commit 28cb31c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/v3/source/includes/upgrade_guide/upgrade_guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,18 @@ app_task_limit | apps.per_app_tasks
543543

544544
Read more about the [space quota resource](#space-quotas).
545545

546+
### Usage Events in V3
547+
548+
This section covers changes in both [app usage events](#app-usage-events) and [service usage events](#service-usage-events).
549+
550+
The V2 `service_guid` field for service usage events is now renamed to `service_offering.guid`.
551+
552+
The V2 `service_label` field for service usage events is now renamed to `service_offering.label`.
553+
554+
The V2 `app_guid` field for app usage events is now renamed to `process.guid`.
555+
556+
The V2 experimental field `parent_app_guid` for app usage events was used to identify a backing V3 app if present. In V3, this field has been renamed to `app.guid` and is no longer experimental.
557+
546558
### Users and Roles in V3
547559

548560
The user resource remains largely unchanged from the v2 API. On v2, `GET /v2/users` was restricted to admins, and other users needed to use nested endpoints (`GET /v2/organizations/:guid/user` and `GET /v2/spaces/:guid/user`) to view user resources. On v3, `GET /v3/users` is now available for all users, similar to other resources. Note that this does not change what user resources are visible.

0 commit comments

Comments
 (0)