Nephila RiskStore

<back to all web services

ListSeedRefreshStatus

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/statusList recent seed refresh requestsReturns all seed refresh entries known to the running host process, newest first. Entries are lost on restart.
ListSeedRefreshStatusResponse Parameters:
NameParameterData TypeRequiredDescription
EntriesformList<SeedRefreshStatusResponse>No
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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /api/riskstore/seed/status HTTP/1.1 
Host: riskstoreng-dev.nephila.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"entries":[{"requestId":"00000000000000000000000000000000","tableName":"String","status":"String","createdUtc":"0001-01-01T00:00:00.0000000Z","updatedUtc":"0001-01-01T00:00:00.0000000Z","startedUtc":"0001-01-01T00:00:00.0000000Z","completedUtc":"0001-01-01T00:00:00.0000000Z","rowCount":0,"errorMessage":"String","outputPath":"String","totalCount":0,"processedCount":0,"skippedCount":0,"failedCount":0}]}