Edit

Share via


microsoftTunnelServerLogCollectionResponse resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Entity that stores the server log collection status.

Methods

Method Return Type Description
List microsoftTunnelServerLogCollectionResponses microsoftTunnelServerLogCollectionResponse collection List properties and relationships of the microsoftTunnelServerLogCollectionResponse objects.
Get microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse Read properties and relationships of the microsoftTunnelServerLogCollectionResponse object.
Create microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse Create a new microsoftTunnelServerLogCollectionResponse object.
Delete microsoftTunnelServerLogCollectionResponse None Deletes a microsoftTunnelServerLogCollectionResponse.
Update microsoftTunnelServerLogCollectionResponse microsoftTunnelServerLogCollectionResponse Update the properties of a microsoftTunnelServerLogCollectionResponse object.
createDownloadUrl action String
generateDownloadUrl action String

Properties

Property Type Description
id String The unique identifier for server log collection response. Read-only.
status microsoftTunnelLogCollectionStatus The status of log collection. Possible values are: pending, completed, failed. Possible values are: pending, completed, failed, unknownFutureValue.
startDateTime DateTimeOffset The start time of the logs collected
endDateTime DateTimeOffset The end time of the logs collected
sizeInBytes Int64 The size of the logs in bytes
serverId String ID of the server the log collection is requested upon
requestDateTime DateTimeOffset The time when the log collection was requested
expiryDateTime DateTimeOffset The time when the log collection is expired

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.microsoftTunnelServerLogCollectionResponse",
  "id": "String (identifier)",
  "status": "String",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "sizeInBytes": 1024,
  "serverId": "String",
  "requestDateTime": "String (timestamp)",
  "expiryDateTime": "String (timestamp)"
}