Export Data Request
The export data request format and details are as follows:
Element Name | Element Type | Mandatory | Element Description |
---|---|---|---|
UserName | string | Yes | The login ID of the user. |
Password | string | Yes | The password of the specified user. |
Enterprise | string | Yes | The name of the enterprise. |
You need to select one of the following export types: FullExport, PartialExport, or DeltaExport.
Element Name | Element Type | Mandatory | Element Description |
---|---|---|---|
There are no elements in FullExport. |
Element Name | Element Type | Mandatory | Element Description |
---|---|---|---|
ProjectTagNames | string | Yes, only if PartialExport is selected. | Used to specify the tag name for partial export. Multiple tag names can be specified using a comma (, ) as a separator. Example tag1,tag2,tag3,...
|
Element Name | Element Type | Mandatory | Element Description |
---|---|---|---|
SnapshotStartTimestamp | dateTime | No.
If DeltaExport is selected and the SnapshotStartTimestamp is not provided then:
If DeltaExport is selected and the SnapshotStartTimestamp is provided then, all the changes made between the two given timestamps for the given repository are exported. |
Used only if the DeltaExport is selected, and is used to specify the start timestamp for delta export. The records that were added, modified, or deleted after the specified timestamp is exported. The format for the timestamp is
yyyy-MM-ddTHH:mm:ss . For example
2016-06-05T15:30:00 .
|
SnapshotEndTimestamp | dateTime | No.
If DeltaExport is selected and SnapshotEndTimestamp is not provided, then the current timestamp is considered as the SnapshotEndTimestamp. If DeltaExport is selected and SnapshotEndTimestamp is provided, then all the changes made between the two given timestamps, for the given repository, are exported. |
Used only if the DeltaExport is selected and is used to specify the end timestamp for delta export. The records that were added, modified, or deleted before the specified timestamp is exported. The format for the timestamp is
yyyy-MM-ddTHH:mm:ss . For example
2016-06-05T15:30:00 .
|
- UserInfo element, which includes UserName, Password, and Enterprise, is optional if you provide JSessionID when invoking the request. If you do not provide JSessionID then the UserInfo element becomes mandatory.
- Sample requests of export data service are available in the $AC_HOME/samples/wsrequests/EnterpriseDataExport/ directory for your reference.
- Calender based delta export is not supported by using web services.