Nephila RiskStore

<back to all web services

GetSeedRefreshStatus

Seed
Requires Authentication
Requires any of the roles:Riskstore.Read, Riskstore.Write, Riskstore.Admin
The following routes are available for this service:
GET/api/riskstore/seed/status/{RequestId}Get seed refresh status by request idReturns the current status of a seed refresh request. Status values: Queued, Processing, Successful, Failed.
GetSeedRefreshStatus Parameters:
NameParameterData TypeRequiredDescription
RequestIdpathstringYesRequest id returned by the POST /seed/refresh/{TableName} call
SeedRefreshStatusResponse Parameters:
NameParameterData TypeRequiredDescription
RequestIdformGuidNo
TableNameformstringNo
StatusformstringNo
CreatedUtcformDateTimeNo
UpdatedUtcformDateTimeNo
StartedUtcformDateTime?No
CompletedUtcformDateTime?No
RowCountformlong?No
ErrorMessageformstringNo
OutputPathformstringNo
TotalCountformint?No
ProcessedCountformint?No
SkippedCountformint?No
FailedCountformint?No

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.

GET /api/riskstore/seed/status/{RequestId} HTTP/1.1 
Host: riskstoreng-dev.nephila.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	requestId: 00000000000000000000000000000000,
	tableName: String,
	status: String,
	createdUtc: 0001-01-01,
	updatedUtc: 0001-01-01,
	startedUtc: 0001-01-01,
	completedUtc: 0001-01-01,
	rowCount: 0,
	errorMessage: String,
	outputPath: String,
	totalCount: 0,
	processedCount: 0,
	skippedCount: 0,
	failedCount: 0
}