vcenter trust subscriptions: info details
The
info_details
structure contains detailed information about a subscription. It is only returned when the client ask for a "info" request for that 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",
"expiration" : "string",
"subscription" : "string",
"notification_endpoint" : "string",
"query_string" : "string"
}
"send_results" : true,
"content_type" : "string",
"expiration" : "string",
"subscription" : "string",
"notification_endpoint" : "string",
"query_string" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
subscription | string | Subscription Id, which is the primary key in subscription database. 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. |
expiration | string | The expiration datetime. 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. |
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. |
content_type | string | If the optional contentType is specified, the notifcation will be sent using the data-source specific (see HEAD) content type. The default is the JSON-RPC defined "NotificationEvent". 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. |
query_string | string | The query string. 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. the default is null. |