Checks whether the current user's database/implementation has been archived. Kept as a thin wrapper over for backward compatibility: its bare boolean contract is unchanged, including the case where the OCC lookup is inconclusive (reported as "not archived", as before) or the domain is in maintenance. See FSA-6007. An inconclusive OCC lookup is written to the error log where that is still possible, so the bare boolean does not hide the problem from monitoring entirely. Best effort only: the log itself lives in the customer database and is reached through OCC, so an outcome caused by either of those being unreachable leaves no trace. See FSA-6011.

Request Information

URI Parameters :

None.

Body Parameters :

Unused; present for symmetry with the JSON POST convention.

Collection of Object

None.

Response Information

Resource Description :

IHttpActionResult containing a boolean: true if the database is archived.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.