REST Resource: organizations.appgroups.subscriptions

Resource: AppGroupSubscription

AppGroup Subscription details.

JSON representation
{
  "name": string,
  "apiproduct": string,
  "startTime": string,
  "endTime": string,
  "createdAt": string,
  "lastModifiedAt": string
}
Fields
name

string

Output only. Name of the API product subscription.

apiproduct

string

Required. Name of the API product for which the appgroup is purchasing a subscription.

startTime

string (int64 format)

Output only. Time when the API product subscription starts in milliseconds since epoch.

endTime

string (int64 format)

Output only. Time when the API product subscription ends in milliseconds since epoch.

createdAt

string (int64 format)

Output only. Time when the API product subscription was created in milliseconds since epoch.

lastModifiedAt

string (int64 format)

Output only. Time when the API product subscription was last modified in milliseconds since epoch.

Methods

create

Creates a subscription to an API product.

expire

Expires an API product subscription immediately.

get

Get an api product subscription for an appgroup.

list

List all api product subscriptions for an appgroup.