LibrarySubscriptionsCreateSpec

The Subscriptions.CreateSpec structure defines the information required to create a new subscription of the published library.


Properties

subscribed_library Required

Specification for the subscribed library to be associated with the subscription.

JSON Example

{
	"subscribed_library": {
		"location": "LOCAL",
		"placement": {
			"folder": "string",
			"resource_pool": "string"
		},
		"target": "CREATE_NEW"
	}
}
Parameter To

Create Subscriptions

Feedback

Was this page helpful?