vcenter trust subscriptions: create spec
The
create_spec
structure contains information to create a vctrust subscription. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"send_results" : true,
"content_type" : "string",
"notification_endpoint" : "string",
"query_string" : "string"
}
"send_results" : true,
"content_type" : "string",
"notification_endpoint" : "string",
"query_string" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
notification_endpoint | string | The notification endpoint url. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
send_results | boolean | If the sendResults is set, the actual change will be sent. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. defaults to null. |
content_type | string | If the optional contentType is specified, the notifcation will be sent using the data-source specific (see HEAD) content type. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. The default is the JSON-RPC defined "NotificationEvent". |
query_string | string | The query string is the scope of notification and it specify the vctrust id here. If no query string is provided, then it is assumed that all vctrust changes are tracked. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. default is null. |