Get Global Bucket Sync Result
API code: GET_GLOBAL_BUCKET_SYNC_RESULT
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON
| OSIS
| CLOUDIAN
| ECS
Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/global-bucket-sync-result
COPY
Query Parameters
integer
offset
Optional
The start index of items to return for the current page.
integer
limit
Optional
The max count of items to return for the current page.
string
order
Optional
The sort spec of the collection. The value is of pattern 'property ASC|DESC'. Only single property order is supported.
Examples:
- lastModifiedDate DESC
- name ASC
string
filter
Optional
The RSQL expression to filter page results based on property comparison.
The logical operations include:
- Logical AND ';' or 'and'
- Logical OR ',' or 'or'
- Equal to '=='
- Not equal to '!='
- Less than '=lt=' or '<'
- Less than or equal to '=le=' or '<='
- Greater than operator '=gt=' or '>'
- Greater than or equal to '=ge=' or '>='
- In '=in='
- Not in '=out='
- (..)
- (..);(..)
- (..),(..)
/api/v1/types/bucket
. Date property value format must be ISO8601 compliant, e.g.
yyyy-MM-ddTHH:mm:ss.SSSZ
. When a timezone offset is presented with a plus (+) separator, the plus character must be encoded as %2D
.Examples:
- lastModifiedDate<2018-10-14T02:36:08.262%2D0000
- foo1=="value1" and foo2>value2
- foo1=in=(value1,value2);foo2=out=(value3,value4,value5),foo3==value6*value7
Responses
200
OK
Returns PageJobSyncEntity of type(s) application/json
{
"items": [
{
"entityId": "string",
"entityName": "string",
"lastSyncStartDate": "string",
"lastSyncEndDate": "string",
"syncStatus": "string",
"trackingId": "string",
"message": "string"
}
],
"pageInfo": {
"offset": 0,
"limit": 0,
"total": 0
}
}
System Configuration Operations
POST
Add Tenant Aliases
DELETE
Cancel Tenant Onboard Flow
PATCH
Execute Global Bucket Sync Now
POST
Get Admin Console
GET
Get Global Bucket Sync Config
GET
Get Global Bucket Sync Result
GET
Get Global Cors
POST
Get Group Console
GET
Get Platform Preference
GET
Get Product Info
GET
Get Tenant Alias
GET
Get Tenant Onboard Flow
GET
List Aws Reusable Accounts
GET
List Aws Sharable Accounts
GET
List Platform Capabilities
GET
List Platforms
GET
List Storage Tenants
GET
List Tenant Aliases
DELETE
Revert Tenant Alias
POST
Start Tenant Onboard Flow
PATCH
Update Global Bucket Sync Config
PUT
Update Global Cors
PUT
Update Platform Preference
PATCH
Update Tenant Alias
PUT
Update Tenant Aliases