REST API - get_current_sequence

cdc change log: get current sequence

Returns a token which identifies the end of the current sequence of changed data events. Any client who wants to retrieve change events should use this method before get_changes in order to initialize its own sequence.

The returned value is opaque to the consumer and should not be parsed nor interpreted in any way.

Request:

HTTP request

POST https://{server}/rest/com/vmware/cdc/change-log?~action=get-current-sequence
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value""string"
}

Response Type:

Name Type Description
bold = required
value string an opaque token marking the end of the current resource change events' sequence.

Errors:

None