BokaMera.API.Host

<back to all web services

ReplayVossErrorLog

Requires Authentication
Required role:superadmin
The following routes are available for this service:
POST/voss/errorlog/{Id}/replayRe-enqueue the Voss operation captured by a logged failure
ReplayVossErrorLog Parameters:
NameParameterData TypeRequiredDescription
IdpathintYesVossErrorLog id to replay
VossErrorLogQueryResponse Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
CompanyIdformGuid?No
TypeIdformintNo
TypeNameformstringYes
SourceformintNo
SourceNameformstringYes
CommentsformstringYes
MetaDataformstringYes
QueueNameformstringYes
MessageTypeformstringYes
DeliveryCountformint?No
DeadLetterReasonformstringYes
ResolvedformboolNo
CreatedDateformDateTimeNo

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

HTTP + CSV

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

POST /voss/errorlog/{Id}/replay HTTP/1.1 
Host: api-staging.bookmore.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Id":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Id":0,"CompanyId":"00000000-0000-0000-0000-000000000000","TypeId":0,"TypeName":"String","Source":0,"SourceName":"String","Comments":"String","MetaData":"String","QueueName":"String","MessageType":"String","DeliveryCount":0,"DeadLetterReason":"String","Resolved":false}