Error
A valid request URL is required to generate request examples{
"Id": "<string>",
"Script": "<string>",
"InstanceId": "<string>",
"Type": "<string>",
"Message": "<string>",
"Timestamp": "2023-11-07T05:31:56Z"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return a single logs
Returns a single logs object using the specified key.
GET
/
logs('
{Id}
')
Error
A valid request URL is required to generate request examples{
"Id": "<string>",
"Script": "<string>",
"InstanceId": "<string>",
"Type": "<string>",
"Message": "<string>",
"Timestamp": "2023-11-07T05:31:56Z"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Path Parameters
The key Id
Query Parameters
Select structural property
Response
logs response
The Id of the log event.
The resource causing the log entry. This is the value of the Script column in the logs table when you view it in the UI or database.
The machine name of the Arc instance that writes the log. Primarily used in high availability (HA) environments.
The log message type.
The message of the log event.
The time when the event occurred.