externalLogStream Query
Returns the specified ExternalLogStream object.
Access is permitted when any of the following condition(s) are met: 1. Always allowed.
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the ExternalLogStream object. |
Return fields (ExternalLogStream)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the ExternalLogStream.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the ExternalLogStream.
createdAt (DateTime!)
The timestamp at which the object was created.
headers (JSONString)
A JSON string of key/value pairs that will be sent as headers in the ExternalLogStream request.
id (ID!)
The ID of the object
name (String!)
Name of the ExternalLogStream.
payloadTemplate (String!)
The template that is hydrated and then used as the body of the ExternalLogStream request.
severityLevels ([LogSeverity]!)
The Log severity levels for which Logs should be sent to the ExternalLogStream.
updatedAt (DateTime!)
The timestamp at which the object was most recently updated.
url (String!)
The URL of the ExternalLogStream.