EMUN1 ASP.NET

<back to all web services

ReconcileBucketImages

Requires Authentication
Required role:Administrator
The following routes are available for this service:
All Verbs/service/ReconcileBucketImages
ReconcileBucketImages Parameters:
NameParameterData TypeRequiredDescription
CommitqueryboolNo
ContinuationTokenquerystringNo
BucketImagesReconciled Parameters:
NameParameterData TypeRequiredDescription
ExceptionsformConcurrentDictionary<string, Exception>No
StartedAtformDateTimeNo
FinishedAtformDateTimeNo
ElapsedSecondsformdoubleNo
CommittedformboolNo
ProductsWithImagesformintNo
ProductImageVariationsformintNo
DeletedCountformintNo
VerifiedImagesformintNo
AllImagesformintNo
DeletedImagesformObjectNo
NextContinuationTokenformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/ReconcileBucketImages HTTP/1.1 
Host: www.bernhardt.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	commit: False,
	continuationToken: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	exceptions: 
	{
		String: Exception of type 'System.Exception' was thrown.
	},
	startedAt: 2025-04-30T11:26:12.4310892+00:00,
	finishedAt: 0001-01-01,
	elapsedSeconds: -63881609172.4311,
	committed: False,
	productsWithImages: 1,
	productImageVariations: 1,
	deletedCount: 0,
	verifiedImages: 0,
	allImages: 0,
	deletedImages: {},
	nextContinuationToken: String
}