BeyondTrust PM Cloud Management API - Version 2
Methods
[ Jump to Models ]Table of Contents
About
AcceptedDomains
get /v2/AcceptedDomains
delete /v2/AcceptedDomains/{id}
get /v2/AcceptedDomains/{id}
put /v2/AcceptedDomains/{id}
post /v2/AcceptedDomains
ActivityAudits
AdminAccessRequest
post /v2/AdminAccessRequest/approval
get /v2/AdminAccessRequest
post /v2/AdminAccessRequest
get /v2/AdminAccessRequest/{requestId}
ApiAccounts
AppSwitcher
AuthenticationProvider
AuthorizationRequest
get /v2/AuthorizationRequest
post /v2/AuthorizationRequest/notification
get /v2/AuthorizationRequest/{systemId}
AuthorizationRequestAudits
Computers
post /v2/Computers/archive
post /v2/Computers/Authorise
post /v2/Computers/Certificate/Renew
post /v2/Computers/{computerId}/archive
post /v2/Computers/{computerId}/Unarchive
post /v2/Computers/Deactivate
delete /v2/Computers
post /v2/Computers/Details/Request
get /v2/Computers
get /v2/Computers/{id}/CommandLog
get /v2/Computers/{id}
get /v2/Computers/{id}/Logs
get /v2/Computers/Logs/{id}/Content
post /v2/Computers/Logs/Request
post /v2/Computers/Reject
post /v2/Computers/Unarchive
Events
File
GlobalRoles
Groups
post /v2/Groups/AssignPolicyToMultipleGroups
post /v2/Groups/AutoAssignPolicyRevision
post /v2/Groups/bulkclearpolicy
get /v2/Groups
post /v2/Groups/{id}/AssignComputersByCsv
post /v2/Groups/{id}/AssignComputers
post /v2/Groups/{id}/AssignPolicyRevision
patch /v2/Groups/{id}/ClearPolicy
delete /v2/Groups/{id}
get /v2/Groups/{id}
patch /v2/Groups/{id}/MarkAsDefault
post /v2/Groups
put /v2/Groups
post /v2/Groups/UnassignComputers
Policies
get /v2/Policies
get /v2/Policies/{id}/AssignedGroups
get /v2/Policies/{id}/Content
delete /v2/Policies/{id}
patch /v2/Policies/{id}/DiscardDraft
get /v2/Policies/{id}
put /v2/Policies/{id}
get /v2/Policies/{id}/Revisions
post /v2/Policies/{id}/Upload
get /v2/Policies/PolicyRevision/{policyRevisionId}/Content
post /v2/Policies
Roles
ScimResourceTypes
ScimRoles
ScimSchemas
ScimServiceProviderConfig
ScimUsers
get /scim/v2/Users
post /scim/v2/Users
get /scim/v2/Users/{userID}
patch /scim/v2/Users/{userID}
put /scim/v2/Users/{userID}
Tasks
Users
get /v2/Users
post /v2/Users/{id}/AssignRoles
patch /v2/Users/{id}/Disable
patch /v2/Users/{id}/Enable
get /v2/Users/{id}
put /v2/Users/{id}/ModifyUserPreferences
put /v2/Users/{id}
patch /v2/Users/{id}/ResendInvite
post /v2/Users
About
Return type
Example data
[ {
"consoleVersion" : "consoleVersion",
"policyEditorVersion" : "policyEditorVersion",
"reportingDatabaseVersion" : "reportingDatabaseVersion"
}, {
"consoleVersion" : "consoleVersion",
"policyEditorVersion" : "policyEditorVersion",
"reportingDatabaseVersion" : "reportingDatabaseVersion"
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorAcceptedDomains
Return type
Example data
[ {
"created" : "2000-01-23T04:56:07.000+00:00",
"domain" : "domain",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true
}, {
"created" : "2000-01-23T04:56:07.000+00:00",
"domain" : "domain",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Return type
Example data
{
"created" : "2000-01-23T04:56:07.000+00:00",
"domain" : "domain",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success AcceptedDomainDetailModel401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID409
Conflict ProblemDetailsActivityAudits
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.User (optional)
Filter.Details (optional)
Filter.Created.Dates (optional)
Filter.Created.SelectionMode (optional)
Filter.Entity (optional)
Filter.AuditType (optional)
Filter.ChangedBy (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"siemIntegrationBaseDetailModel" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType"
},
"autoUpdateGroupMacClientSettingsDataAuditing" : {
"newBadgeIcons" : "newBadgeIcons",
"newMountAssist" : "newMountAssist",
"oldBadgeIcons" : "oldBadgeIcons",
"newAntiTamper" : "newAntiTamper",
"oldBiometricAuthenticationEnabled" : "oldBiometricAuthenticationEnabled",
"newSudoEnabled" : "newSudoEnabled",
"oldAntiTamper" : "oldAntiTamper",
"oldMountAssist" : "oldMountAssist",
"newBiometricAuthenticationEnabled" : "newBiometricAuthenticationEnabled",
"oldSudoEnabled" : "oldSudoEnabled"
},
"computerDataAuditing" : {
"deactivatedAgents" : {
"key" : "deactivatedAgents"
},
"newDeletedAgents" : [ "newDeletedAgents", "newDeletedAgents" ],
"updatedPoliciesOn" : {
"key" : "updatedPoliciesOn"
}
},
"autoUpdateRateLimitDataAuditing" : {
"oldPmRequestsLimitMinutes" : 1,
"pmRequestsLimits" : 6,
"pmRequestsLimitMinutes" : 7,
"oldPmRequestsLimits" : 1
},
"azureADIntegrationDataAuditing" : {
"oldAzureAdClientSecret" : "oldAzureAdClientSecret",
"azureAdTenantId" : "azureAdTenantId",
"azureAdIntegrationEnabled" : true,
"azureAdConfigChanged" : true,
"oldAzureAdIntegrationEnabled" : true,
"azureAdClientSecret" : "azureAdClientSecret",
"oldAzureAdUseCertificateAuth" : true,
"azureAdClientId" : "azureAdClientId",
"oldAzureAdClientId" : "oldAzureAdClientId",
"oldAzureAdTenantId" : "oldAzureAdTenantId",
"azureAdUseCertificateAuth" : true
},
"siemIntegrationS3Auditing" : {
"siemRegionName" : "siemRegionName",
"siemIntegrationEnabled" : true,
"siemAccessKeyId" : "siemAccessKeyId",
"siemFormat" : "siemFormat",
"siemBucketName" : "siemBucketName",
"siemCodec" : "siemCodec",
"siemSseEnabled" : true,
"siemIntegrationType" : "siemIntegrationType"
},
"agentDataAuditing" : {
"oldTimestamp" : "2000-01-23T04:56:07.000+00:00",
"newOsName" : "newOsName",
"oldComputerGroupName" : "oldComputerGroupName",
"oldAdapterVersion" : "oldAdapterVersion",
"oldOsName" : "oldOsName",
"newAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newAdapterVersion" : "newAdapterVersion",
"newTimestamp" : "2000-01-23T04:56:07.000+00:00",
"oldHostType" : "oldHostType",
"newComputerGroupName" : "newComputerGroupName",
"newHostType" : "newHostType",
"newComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"policyDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"auditType" : "auditType",
"authorizationRequestDataAuditing" : {
"oldAuthRequestApiClientSecret" : "oldAuthRequestApiClientSecret",
"authRequestPassword" : "authRequestPassword",
"oldAuthRequestHostName" : "oldAuthRequestHostName",
"oldAuthRequestClientId" : "oldAuthRequestClientId",
"authRequestUserName" : "authRequestUserName",
"oldAuthRequestPassword" : "oldAuthRequestPassword",
"oldAuthRequestApiClientId" : "oldAuthRequestApiClientId",
"authRequestApiClientSecret" : "authRequestApiClientSecret",
"authRequestApiClientId" : "authRequestApiClientId",
"oldAuthRequestUserName" : "oldAuthRequestUserName",
"authRequestClientId" : "authRequestClientId",
"authRequestConfigChanged" : true,
"oldAuthRequestIntegrationEnabled" : true,
"authRequestIntegrationEnabled" : true,
"authRequestHostName" : "authRequestHostName",
"oldAuthRequestClientSecret" : "oldAuthRequestClientSecret",
"authRequestClientSecret" : "authRequestClientSecret"
},
"installationKeyDataAuditing" : {
"newDisabled" : true,
"oldDisabled" : true,
"deleted" : true,
"newLabel" : "newLabel",
"oldLabel" : "oldLabel"
},
"entityName" : "entityName",
"changedBy" : "API",
"siemIntegrationQradarAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"port" : "port",
"siemFormat" : "siemFormat",
"cert" : "cert",
"siemIntegrationType" : "siemIntegrationType"
},
"details" : "details",
"id" : 5,
"siemIntegrationSentinelAuditing" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType",
"tableName" : "tableName",
"workspaceId" : "workspaceId"
},
"managementRuleDataAuditing" : {
"newPriority" : 7,
"oldPriority" : 1
},
"autoUpdateGroupClientSettingsDataAuditing" : {
"newPsMode" : "newPsMode",
"newCertMode" : "newCertMode",
"oldCrlFailOpen" : "oldCrlFailOpen",
"newConfigAuditMode" : "newConfigAuditMode",
"oldDownloadAuditMode" : "oldDownloadAuditMode",
"newBeyondInsightWorkGroup" : "newBeyondInsightWorkGroup",
"oldPolicyPrecedence" : "oldPolicyPrecedence",
"oldConfigAuditMode" : "oldConfigAuditMode",
"oldBeyondInsightUrl" : "oldBeyondInsightUrl",
"newBeyondInsightCertName" : "newBeyondInsightCertName",
"oldBeyondInsightWorkGroup" : "oldBeyondInsightWorkGroup",
"newHookLoadMethod" : "newHookLoadMethod",
"newCrlFailOpen" : "newCrlFailOpen",
"oldCertMode" : "oldCertMode",
"oldPsMode" : "oldPsMode",
"newConfigAuditEnabled" : "newConfigAuditEnabled",
"oldHookLoadMethod" : "oldHookLoadMethod",
"newBeyondInsightUrl" : "newBeyondInsightUrl",
"oldBeyondInsightCertName" : "oldBeyondInsightCertName",
"oldConfigAuditEnabled" : "oldConfigAuditEnabled",
"newDownloadAuditMode" : "newDownloadAuditMode",
"newPolicyEnabled" : "newPolicyEnabled",
"newAppEventLogType" : "newAppEventLogType",
"oldPolicyEnabled" : "oldPolicyEnabled",
"oldAppEventLogType" : "oldAppEventLogType",
"newPolicyPrecedence" : "newPolicyPrecedence"
},
"groupDataAuditing" : {
"oldDescription" : "oldDescription",
"addPolicyRevisions" : {
"key" : "addPolicyRevisions"
},
"newName" : "newName",
"removePolicyRevisions" : {
"key" : "removePolicyRevisions"
},
"oldName" : "oldName",
"newAgents" : {
"key" : "newAgents"
},
"oldIsDefault" : true,
"newDescription" : "newDescription",
"newIsDefault" : true,
"removeAgents" : {
"key" : "removeAgents"
}
},
"created" : "2000-01-23T04:56:07.000+00:00",
"policyRevisionDataAuditing" : {
"newGroups" : {
"key" : "newGroups"
},
"newAnnotationNote" : "newAnnotationNote"
},
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"siemIntegrationSplunkAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"index" : "index",
"siemIntegrationType" : "siemIntegrationType"
},
"permissionGroupDataAuditing" : {
"oldDescription" : "oldDescription",
"oldNumberOfUsers" : "oldNumberOfUsers",
"newName" : "newName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldName" : "oldName",
"newNumberOfUsers" : "newNumberOfUsers",
"newDescription" : "newDescription"
},
"securitySettingsDataAuditing" : {
"tokenTimeout" : 2,
"oldTokenTimeout" : 4
},
"computerPolicyDataAuditing" : {
"deactivatedAgentDeletionDays" : 3,
"oldEnableDeactivatedAgentDeletion" : true,
"oldDeactivatedAgentDeletionDays" : 7,
"inactivityAgentDeactivationDays" : 9,
"oldInactivityAgentDeactivationDays" : 2,
"enableDeactivatedAgentDeletion" : true
},
"reputationSettingsDataAuditing" : {
"reputationConfigChanged" : true,
"oldReputationIntegrationApiKey" : "oldReputationIntegrationApiKey",
"oldReputationIntegrationEnabled" : true,
"reputationIntegrationApiKey" : "reputationIntegrationApiKey",
"reputationIntegrationEnabled" : true
},
"settingsDataAuditing" : {
"modifyDomainOldValue" : "modifyDomainOldValue",
"modifyDomainNewValue" : "modifyDomainNewValue",
"removeDomain" : "removeDomain",
"addDomain" : "addDomain"
},
"apiClientDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"deleted" : true,
"secretUpdated" : true,
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"userDataAuditing" : {
"oldDisabled" : true,
"newUserType" : "newUserType",
"oldEmailAddress" : "oldEmailAddress",
"roles" : [ {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
}, {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
} ],
"newPreferredLanguage" : "newPreferredLanguage",
"oldDateTimeDisplayFormat" : "oldDateTimeDisplayFormat",
"newDisabled" : true,
"oldPermissionSets" : [ null, null ],
"newDateTimeDisplayFormat" : "newDateTimeDisplayFormat",
"oldOlsonTimeZoneId" : "oldOlsonTimeZoneId",
"oldUserType" : "oldUserType",
"newPermissionSets" : [ {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"oldPreferredLanguage" : "oldPreferredLanguage",
"newOlsonTimeZoneId" : "newOlsonTimeZoneId",
"newEmailAddress" : "newEmailAddress"
},
"autoUpdateGroupConfigSettingsDataAuditing" : {
"newUseLatestVersion" : "newUseLatestVersion",
"newEnableAutoUpdate" : "newEnableAutoUpdate",
"newClientVersion" : "newClientVersion",
"oldClientVersion" : "oldClientVersion",
"newAdapterVersion" : "newAdapterVersion",
"oldEnableAutoUpdate" : "oldEnableAutoUpdate",
"oldUseLatestVersion" : "oldUseLatestVersion",
"oldAdapterVersion" : "oldAdapterVersion"
},
"openIdConfigDataAuditing" : {
"secretUpdated" : true,
"oldOpenIDConnectProvider" : "oldOpenIDConnectProvider",
"newAuthenticationType" : "newAuthenticationType",
"newDomain" : "newDomain",
"oldDomain" : "oldDomain",
"newClientId" : "newClientId",
"newOpenIDConnectProvider" : "newOpenIDConnectProvider",
"oldAuthenticationType" : "oldAuthenticationType",
"oldClientId" : "oldClientId"
},
"mmcRemoteClientDataAuditing" : {
"clientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldClientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"enabled" : true,
"oldEnabled" : true
},
"user" : "user",
"entity" : "entity"
}, {
"siemIntegrationBaseDetailModel" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType"
},
"autoUpdateGroupMacClientSettingsDataAuditing" : {
"newBadgeIcons" : "newBadgeIcons",
"newMountAssist" : "newMountAssist",
"oldBadgeIcons" : "oldBadgeIcons",
"newAntiTamper" : "newAntiTamper",
"oldBiometricAuthenticationEnabled" : "oldBiometricAuthenticationEnabled",
"newSudoEnabled" : "newSudoEnabled",
"oldAntiTamper" : "oldAntiTamper",
"oldMountAssist" : "oldMountAssist",
"newBiometricAuthenticationEnabled" : "newBiometricAuthenticationEnabled",
"oldSudoEnabled" : "oldSudoEnabled"
},
"computerDataAuditing" : {
"deactivatedAgents" : {
"key" : "deactivatedAgents"
},
"newDeletedAgents" : [ "newDeletedAgents", "newDeletedAgents" ],
"updatedPoliciesOn" : {
"key" : "updatedPoliciesOn"
}
},
"autoUpdateRateLimitDataAuditing" : {
"oldPmRequestsLimitMinutes" : 1,
"pmRequestsLimits" : 6,
"pmRequestsLimitMinutes" : 7,
"oldPmRequestsLimits" : 1
},
"azureADIntegrationDataAuditing" : {
"oldAzureAdClientSecret" : "oldAzureAdClientSecret",
"azureAdTenantId" : "azureAdTenantId",
"azureAdIntegrationEnabled" : true,
"azureAdConfigChanged" : true,
"oldAzureAdIntegrationEnabled" : true,
"azureAdClientSecret" : "azureAdClientSecret",
"oldAzureAdUseCertificateAuth" : true,
"azureAdClientId" : "azureAdClientId",
"oldAzureAdClientId" : "oldAzureAdClientId",
"oldAzureAdTenantId" : "oldAzureAdTenantId",
"azureAdUseCertificateAuth" : true
},
"siemIntegrationS3Auditing" : {
"siemRegionName" : "siemRegionName",
"siemIntegrationEnabled" : true,
"siemAccessKeyId" : "siemAccessKeyId",
"siemFormat" : "siemFormat",
"siemBucketName" : "siemBucketName",
"siemCodec" : "siemCodec",
"siemSseEnabled" : true,
"siemIntegrationType" : "siemIntegrationType"
},
"agentDataAuditing" : {
"oldTimestamp" : "2000-01-23T04:56:07.000+00:00",
"newOsName" : "newOsName",
"oldComputerGroupName" : "oldComputerGroupName",
"oldAdapterVersion" : "oldAdapterVersion",
"oldOsName" : "oldOsName",
"newAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newAdapterVersion" : "newAdapterVersion",
"newTimestamp" : "2000-01-23T04:56:07.000+00:00",
"oldHostType" : "oldHostType",
"newComputerGroupName" : "newComputerGroupName",
"newHostType" : "newHostType",
"newComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"policyDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"auditType" : "auditType",
"authorizationRequestDataAuditing" : {
"oldAuthRequestApiClientSecret" : "oldAuthRequestApiClientSecret",
"authRequestPassword" : "authRequestPassword",
"oldAuthRequestHostName" : "oldAuthRequestHostName",
"oldAuthRequestClientId" : "oldAuthRequestClientId",
"authRequestUserName" : "authRequestUserName",
"oldAuthRequestPassword" : "oldAuthRequestPassword",
"oldAuthRequestApiClientId" : "oldAuthRequestApiClientId",
"authRequestApiClientSecret" : "authRequestApiClientSecret",
"authRequestApiClientId" : "authRequestApiClientId",
"oldAuthRequestUserName" : "oldAuthRequestUserName",
"authRequestClientId" : "authRequestClientId",
"authRequestConfigChanged" : true,
"oldAuthRequestIntegrationEnabled" : true,
"authRequestIntegrationEnabled" : true,
"authRequestHostName" : "authRequestHostName",
"oldAuthRequestClientSecret" : "oldAuthRequestClientSecret",
"authRequestClientSecret" : "authRequestClientSecret"
},
"installationKeyDataAuditing" : {
"newDisabled" : true,
"oldDisabled" : true,
"deleted" : true,
"newLabel" : "newLabel",
"oldLabel" : "oldLabel"
},
"entityName" : "entityName",
"changedBy" : "API",
"siemIntegrationQradarAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"port" : "port",
"siemFormat" : "siemFormat",
"cert" : "cert",
"siemIntegrationType" : "siemIntegrationType"
},
"details" : "details",
"id" : 5,
"siemIntegrationSentinelAuditing" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType",
"tableName" : "tableName",
"workspaceId" : "workspaceId"
},
"managementRuleDataAuditing" : {
"newPriority" : 7,
"oldPriority" : 1
},
"autoUpdateGroupClientSettingsDataAuditing" : {
"newPsMode" : "newPsMode",
"newCertMode" : "newCertMode",
"oldCrlFailOpen" : "oldCrlFailOpen",
"newConfigAuditMode" : "newConfigAuditMode",
"oldDownloadAuditMode" : "oldDownloadAuditMode",
"newBeyondInsightWorkGroup" : "newBeyondInsightWorkGroup",
"oldPolicyPrecedence" : "oldPolicyPrecedence",
"oldConfigAuditMode" : "oldConfigAuditMode",
"oldBeyondInsightUrl" : "oldBeyondInsightUrl",
"newBeyondInsightCertName" : "newBeyondInsightCertName",
"oldBeyondInsightWorkGroup" : "oldBeyondInsightWorkGroup",
"newHookLoadMethod" : "newHookLoadMethod",
"newCrlFailOpen" : "newCrlFailOpen",
"oldCertMode" : "oldCertMode",
"oldPsMode" : "oldPsMode",
"newConfigAuditEnabled" : "newConfigAuditEnabled",
"oldHookLoadMethod" : "oldHookLoadMethod",
"newBeyondInsightUrl" : "newBeyondInsightUrl",
"oldBeyondInsightCertName" : "oldBeyondInsightCertName",
"oldConfigAuditEnabled" : "oldConfigAuditEnabled",
"newDownloadAuditMode" : "newDownloadAuditMode",
"newPolicyEnabled" : "newPolicyEnabled",
"newAppEventLogType" : "newAppEventLogType",
"oldPolicyEnabled" : "oldPolicyEnabled",
"oldAppEventLogType" : "oldAppEventLogType",
"newPolicyPrecedence" : "newPolicyPrecedence"
},
"groupDataAuditing" : {
"oldDescription" : "oldDescription",
"addPolicyRevisions" : {
"key" : "addPolicyRevisions"
},
"newName" : "newName",
"removePolicyRevisions" : {
"key" : "removePolicyRevisions"
},
"oldName" : "oldName",
"newAgents" : {
"key" : "newAgents"
},
"oldIsDefault" : true,
"newDescription" : "newDescription",
"newIsDefault" : true,
"removeAgents" : {
"key" : "removeAgents"
}
},
"created" : "2000-01-23T04:56:07.000+00:00",
"policyRevisionDataAuditing" : {
"newGroups" : {
"key" : "newGroups"
},
"newAnnotationNote" : "newAnnotationNote"
},
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"siemIntegrationSplunkAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"index" : "index",
"siemIntegrationType" : "siemIntegrationType"
},
"permissionGroupDataAuditing" : {
"oldDescription" : "oldDescription",
"oldNumberOfUsers" : "oldNumberOfUsers",
"newName" : "newName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldName" : "oldName",
"newNumberOfUsers" : "newNumberOfUsers",
"newDescription" : "newDescription"
},
"securitySettingsDataAuditing" : {
"tokenTimeout" : 2,
"oldTokenTimeout" : 4
},
"computerPolicyDataAuditing" : {
"deactivatedAgentDeletionDays" : 3,
"oldEnableDeactivatedAgentDeletion" : true,
"oldDeactivatedAgentDeletionDays" : 7,
"inactivityAgentDeactivationDays" : 9,
"oldInactivityAgentDeactivationDays" : 2,
"enableDeactivatedAgentDeletion" : true
},
"reputationSettingsDataAuditing" : {
"reputationConfigChanged" : true,
"oldReputationIntegrationApiKey" : "oldReputationIntegrationApiKey",
"oldReputationIntegrationEnabled" : true,
"reputationIntegrationApiKey" : "reputationIntegrationApiKey",
"reputationIntegrationEnabled" : true
},
"settingsDataAuditing" : {
"modifyDomainOldValue" : "modifyDomainOldValue",
"modifyDomainNewValue" : "modifyDomainNewValue",
"removeDomain" : "removeDomain",
"addDomain" : "addDomain"
},
"apiClientDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"deleted" : true,
"secretUpdated" : true,
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"userDataAuditing" : {
"oldDisabled" : true,
"newUserType" : "newUserType",
"oldEmailAddress" : "oldEmailAddress",
"roles" : [ {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
}, {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
} ],
"newPreferredLanguage" : "newPreferredLanguage",
"oldDateTimeDisplayFormat" : "oldDateTimeDisplayFormat",
"newDisabled" : true,
"oldPermissionSets" : [ null, null ],
"newDateTimeDisplayFormat" : "newDateTimeDisplayFormat",
"oldOlsonTimeZoneId" : "oldOlsonTimeZoneId",
"oldUserType" : "oldUserType",
"newPermissionSets" : [ {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"oldPreferredLanguage" : "oldPreferredLanguage",
"newOlsonTimeZoneId" : "newOlsonTimeZoneId",
"newEmailAddress" : "newEmailAddress"
},
"autoUpdateGroupConfigSettingsDataAuditing" : {
"newUseLatestVersion" : "newUseLatestVersion",
"newEnableAutoUpdate" : "newEnableAutoUpdate",
"newClientVersion" : "newClientVersion",
"oldClientVersion" : "oldClientVersion",
"newAdapterVersion" : "newAdapterVersion",
"oldEnableAutoUpdate" : "oldEnableAutoUpdate",
"oldUseLatestVersion" : "oldUseLatestVersion",
"oldAdapterVersion" : "oldAdapterVersion"
},
"openIdConfigDataAuditing" : {
"secretUpdated" : true,
"oldOpenIDConnectProvider" : "oldOpenIDConnectProvider",
"newAuthenticationType" : "newAuthenticationType",
"newDomain" : "newDomain",
"oldDomain" : "oldDomain",
"newClientId" : "newClientId",
"newOpenIDConnectProvider" : "newOpenIDConnectProvider",
"oldAuthenticationType" : "oldAuthenticationType",
"oldClientId" : "oldClientId"
},
"mmcRemoteClientDataAuditing" : {
"clientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldClientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"enabled" : true,
"oldEnabled" : true
},
"user" : "user",
"entity" : "entity"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success ActivityAuditDetailModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorQuery parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.User (optional)
Filter.Details (optional)
Filter.Created.Dates (optional)
Filter.Created.SelectionMode (optional)
Filter.Entity (optional)
Filter.AuditType (optional)
Filter.ChangedBy (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"created" : "2000-01-23T04:56:07.000+00:00",
"entityName" : "entityName",
"changedBy" : "API",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"details" : "details",
"id" : 5,
"auditType" : "auditType",
"locked" : true,
"user" : "user",
"entity" : "entity"
}, {
"created" : "2000-01-23T04:56:07.000+00:00",
"entityName" : "entityName",
"changedBy" : "API",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"details" : "details",
"id" : 5,
"auditType" : "auditType",
"locked" : true,
"user" : "user",
"entity" : "entity"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success ActivityAuditListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"siemIntegrationBaseDetailModel" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType"
},
"autoUpdateGroupMacClientSettingsDataAuditing" : {
"newBadgeIcons" : "newBadgeIcons",
"newMountAssist" : "newMountAssist",
"oldBadgeIcons" : "oldBadgeIcons",
"newAntiTamper" : "newAntiTamper",
"oldBiometricAuthenticationEnabled" : "oldBiometricAuthenticationEnabled",
"newSudoEnabled" : "newSudoEnabled",
"oldAntiTamper" : "oldAntiTamper",
"oldMountAssist" : "oldMountAssist",
"newBiometricAuthenticationEnabled" : "newBiometricAuthenticationEnabled",
"oldSudoEnabled" : "oldSudoEnabled"
},
"computerDataAuditing" : {
"deactivatedAgents" : {
"key" : "deactivatedAgents"
},
"newDeletedAgents" : [ "newDeletedAgents", "newDeletedAgents" ],
"updatedPoliciesOn" : {
"key" : "updatedPoliciesOn"
}
},
"autoUpdateRateLimitDataAuditing" : {
"oldPmRequestsLimitMinutes" : 1,
"pmRequestsLimits" : 6,
"pmRequestsLimitMinutes" : 7,
"oldPmRequestsLimits" : 1
},
"azureADIntegrationDataAuditing" : {
"oldAzureAdClientSecret" : "oldAzureAdClientSecret",
"azureAdTenantId" : "azureAdTenantId",
"azureAdIntegrationEnabled" : true,
"azureAdConfigChanged" : true,
"oldAzureAdIntegrationEnabled" : true,
"azureAdClientSecret" : "azureAdClientSecret",
"oldAzureAdUseCertificateAuth" : true,
"azureAdClientId" : "azureAdClientId",
"oldAzureAdClientId" : "oldAzureAdClientId",
"oldAzureAdTenantId" : "oldAzureAdTenantId",
"azureAdUseCertificateAuth" : true
},
"siemIntegrationS3Auditing" : {
"siemRegionName" : "siemRegionName",
"siemIntegrationEnabled" : true,
"siemAccessKeyId" : "siemAccessKeyId",
"siemFormat" : "siemFormat",
"siemBucketName" : "siemBucketName",
"siemCodec" : "siemCodec",
"siemSseEnabled" : true,
"siemIntegrationType" : "siemIntegrationType"
},
"agentDataAuditing" : {
"oldTimestamp" : "2000-01-23T04:56:07.000+00:00",
"newOsName" : "newOsName",
"oldComputerGroupName" : "oldComputerGroupName",
"oldAdapterVersion" : "oldAdapterVersion",
"oldOsName" : "oldOsName",
"newAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newAdapterVersion" : "newAdapterVersion",
"newTimestamp" : "2000-01-23T04:56:07.000+00:00",
"oldHostType" : "oldHostType",
"newComputerGroupName" : "newComputerGroupName",
"newHostType" : "newHostType",
"newComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"policyDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"auditType" : "auditType",
"authorizationRequestDataAuditing" : {
"oldAuthRequestApiClientSecret" : "oldAuthRequestApiClientSecret",
"authRequestPassword" : "authRequestPassword",
"oldAuthRequestHostName" : "oldAuthRequestHostName",
"oldAuthRequestClientId" : "oldAuthRequestClientId",
"authRequestUserName" : "authRequestUserName",
"oldAuthRequestPassword" : "oldAuthRequestPassword",
"oldAuthRequestApiClientId" : "oldAuthRequestApiClientId",
"authRequestApiClientSecret" : "authRequestApiClientSecret",
"authRequestApiClientId" : "authRequestApiClientId",
"oldAuthRequestUserName" : "oldAuthRequestUserName",
"authRequestClientId" : "authRequestClientId",
"authRequestConfigChanged" : true,
"oldAuthRequestIntegrationEnabled" : true,
"authRequestIntegrationEnabled" : true,
"authRequestHostName" : "authRequestHostName",
"oldAuthRequestClientSecret" : "oldAuthRequestClientSecret",
"authRequestClientSecret" : "authRequestClientSecret"
},
"installationKeyDataAuditing" : {
"newDisabled" : true,
"oldDisabled" : true,
"deleted" : true,
"newLabel" : "newLabel",
"oldLabel" : "oldLabel"
},
"entityName" : "entityName",
"changedBy" : "API",
"siemIntegrationQradarAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"port" : "port",
"siemFormat" : "siemFormat",
"cert" : "cert",
"siemIntegrationType" : "siemIntegrationType"
},
"details" : "details",
"id" : 5,
"siemIntegrationSentinelAuditing" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType",
"tableName" : "tableName",
"workspaceId" : "workspaceId"
},
"managementRuleDataAuditing" : {
"newPriority" : 7,
"oldPriority" : 1
},
"autoUpdateGroupClientSettingsDataAuditing" : {
"newPsMode" : "newPsMode",
"newCertMode" : "newCertMode",
"oldCrlFailOpen" : "oldCrlFailOpen",
"newConfigAuditMode" : "newConfigAuditMode",
"oldDownloadAuditMode" : "oldDownloadAuditMode",
"newBeyondInsightWorkGroup" : "newBeyondInsightWorkGroup",
"oldPolicyPrecedence" : "oldPolicyPrecedence",
"oldConfigAuditMode" : "oldConfigAuditMode",
"oldBeyondInsightUrl" : "oldBeyondInsightUrl",
"newBeyondInsightCertName" : "newBeyondInsightCertName",
"oldBeyondInsightWorkGroup" : "oldBeyondInsightWorkGroup",
"newHookLoadMethod" : "newHookLoadMethod",
"newCrlFailOpen" : "newCrlFailOpen",
"oldCertMode" : "oldCertMode",
"oldPsMode" : "oldPsMode",
"newConfigAuditEnabled" : "newConfigAuditEnabled",
"oldHookLoadMethod" : "oldHookLoadMethod",
"newBeyondInsightUrl" : "newBeyondInsightUrl",
"oldBeyondInsightCertName" : "oldBeyondInsightCertName",
"oldConfigAuditEnabled" : "oldConfigAuditEnabled",
"newDownloadAuditMode" : "newDownloadAuditMode",
"newPolicyEnabled" : "newPolicyEnabled",
"newAppEventLogType" : "newAppEventLogType",
"oldPolicyEnabled" : "oldPolicyEnabled",
"oldAppEventLogType" : "oldAppEventLogType",
"newPolicyPrecedence" : "newPolicyPrecedence"
},
"groupDataAuditing" : {
"oldDescription" : "oldDescription",
"addPolicyRevisions" : {
"key" : "addPolicyRevisions"
},
"newName" : "newName",
"removePolicyRevisions" : {
"key" : "removePolicyRevisions"
},
"oldName" : "oldName",
"newAgents" : {
"key" : "newAgents"
},
"oldIsDefault" : true,
"newDescription" : "newDescription",
"newIsDefault" : true,
"removeAgents" : {
"key" : "removeAgents"
}
},
"created" : "2000-01-23T04:56:07.000+00:00",
"policyRevisionDataAuditing" : {
"newGroups" : {
"key" : "newGroups"
},
"newAnnotationNote" : "newAnnotationNote"
},
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"siemIntegrationSplunkAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"index" : "index",
"siemIntegrationType" : "siemIntegrationType"
},
"permissionGroupDataAuditing" : {
"oldDescription" : "oldDescription",
"oldNumberOfUsers" : "oldNumberOfUsers",
"newName" : "newName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldName" : "oldName",
"newNumberOfUsers" : "newNumberOfUsers",
"newDescription" : "newDescription"
},
"securitySettingsDataAuditing" : {
"tokenTimeout" : 2,
"oldTokenTimeout" : 4
},
"computerPolicyDataAuditing" : {
"deactivatedAgentDeletionDays" : 3,
"oldEnableDeactivatedAgentDeletion" : true,
"oldDeactivatedAgentDeletionDays" : 7,
"inactivityAgentDeactivationDays" : 9,
"oldInactivityAgentDeactivationDays" : 2,
"enableDeactivatedAgentDeletion" : true
},
"reputationSettingsDataAuditing" : {
"reputationConfigChanged" : true,
"oldReputationIntegrationApiKey" : "oldReputationIntegrationApiKey",
"oldReputationIntegrationEnabled" : true,
"reputationIntegrationApiKey" : "reputationIntegrationApiKey",
"reputationIntegrationEnabled" : true
},
"settingsDataAuditing" : {
"modifyDomainOldValue" : "modifyDomainOldValue",
"modifyDomainNewValue" : "modifyDomainNewValue",
"removeDomain" : "removeDomain",
"addDomain" : "addDomain"
},
"apiClientDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"deleted" : true,
"secretUpdated" : true,
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"userDataAuditing" : {
"oldDisabled" : true,
"newUserType" : "newUserType",
"oldEmailAddress" : "oldEmailAddress",
"roles" : [ {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
}, {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
} ],
"newPreferredLanguage" : "newPreferredLanguage",
"oldDateTimeDisplayFormat" : "oldDateTimeDisplayFormat",
"newDisabled" : true,
"oldPermissionSets" : [ null, null ],
"newDateTimeDisplayFormat" : "newDateTimeDisplayFormat",
"oldOlsonTimeZoneId" : "oldOlsonTimeZoneId",
"oldUserType" : "oldUserType",
"newPermissionSets" : [ {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"oldPreferredLanguage" : "oldPreferredLanguage",
"newOlsonTimeZoneId" : "newOlsonTimeZoneId",
"newEmailAddress" : "newEmailAddress"
},
"autoUpdateGroupConfigSettingsDataAuditing" : {
"newUseLatestVersion" : "newUseLatestVersion",
"newEnableAutoUpdate" : "newEnableAutoUpdate",
"newClientVersion" : "newClientVersion",
"oldClientVersion" : "oldClientVersion",
"newAdapterVersion" : "newAdapterVersion",
"oldEnableAutoUpdate" : "oldEnableAutoUpdate",
"oldUseLatestVersion" : "oldUseLatestVersion",
"oldAdapterVersion" : "oldAdapterVersion"
},
"openIdConfigDataAuditing" : {
"secretUpdated" : true,
"oldOpenIDConnectProvider" : "oldOpenIDConnectProvider",
"newAuthenticationType" : "newAuthenticationType",
"newDomain" : "newDomain",
"oldDomain" : "oldDomain",
"newClientId" : "newClientId",
"newOpenIDConnectProvider" : "newOpenIDConnectProvider",
"oldAuthenticationType" : "oldAuthenticationType",
"oldClientId" : "oldClientId"
},
"mmcRemoteClientDataAuditing" : {
"clientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldClientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"enabled" : true,
"oldEnabled" : true
},
"user" : "user",
"entity" : "entity"
}, {
"siemIntegrationBaseDetailModel" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType"
},
"autoUpdateGroupMacClientSettingsDataAuditing" : {
"newBadgeIcons" : "newBadgeIcons",
"newMountAssist" : "newMountAssist",
"oldBadgeIcons" : "oldBadgeIcons",
"newAntiTamper" : "newAntiTamper",
"oldBiometricAuthenticationEnabled" : "oldBiometricAuthenticationEnabled",
"newSudoEnabled" : "newSudoEnabled",
"oldAntiTamper" : "oldAntiTamper",
"oldMountAssist" : "oldMountAssist",
"newBiometricAuthenticationEnabled" : "newBiometricAuthenticationEnabled",
"oldSudoEnabled" : "oldSudoEnabled"
},
"computerDataAuditing" : {
"deactivatedAgents" : {
"key" : "deactivatedAgents"
},
"newDeletedAgents" : [ "newDeletedAgents", "newDeletedAgents" ],
"updatedPoliciesOn" : {
"key" : "updatedPoliciesOn"
}
},
"autoUpdateRateLimitDataAuditing" : {
"oldPmRequestsLimitMinutes" : 1,
"pmRequestsLimits" : 6,
"pmRequestsLimitMinutes" : 7,
"oldPmRequestsLimits" : 1
},
"azureADIntegrationDataAuditing" : {
"oldAzureAdClientSecret" : "oldAzureAdClientSecret",
"azureAdTenantId" : "azureAdTenantId",
"azureAdIntegrationEnabled" : true,
"azureAdConfigChanged" : true,
"oldAzureAdIntegrationEnabled" : true,
"azureAdClientSecret" : "azureAdClientSecret",
"oldAzureAdUseCertificateAuth" : true,
"azureAdClientId" : "azureAdClientId",
"oldAzureAdClientId" : "oldAzureAdClientId",
"oldAzureAdTenantId" : "oldAzureAdTenantId",
"azureAdUseCertificateAuth" : true
},
"siemIntegrationS3Auditing" : {
"siemRegionName" : "siemRegionName",
"siemIntegrationEnabled" : true,
"siemAccessKeyId" : "siemAccessKeyId",
"siemFormat" : "siemFormat",
"siemBucketName" : "siemBucketName",
"siemCodec" : "siemCodec",
"siemSseEnabled" : true,
"siemIntegrationType" : "siemIntegrationType"
},
"agentDataAuditing" : {
"oldTimestamp" : "2000-01-23T04:56:07.000+00:00",
"newOsName" : "newOsName",
"oldComputerGroupName" : "oldComputerGroupName",
"oldAdapterVersion" : "oldAdapterVersion",
"oldOsName" : "oldOsName",
"newAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newAdapterVersion" : "newAdapterVersion",
"newTimestamp" : "2000-01-23T04:56:07.000+00:00",
"oldHostType" : "oldHostType",
"newComputerGroupName" : "newComputerGroupName",
"newHostType" : "newHostType",
"newComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldAgentId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldComputerGroupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"policyDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"auditType" : "auditType",
"authorizationRequestDataAuditing" : {
"oldAuthRequestApiClientSecret" : "oldAuthRequestApiClientSecret",
"authRequestPassword" : "authRequestPassword",
"oldAuthRequestHostName" : "oldAuthRequestHostName",
"oldAuthRequestClientId" : "oldAuthRequestClientId",
"authRequestUserName" : "authRequestUserName",
"oldAuthRequestPassword" : "oldAuthRequestPassword",
"oldAuthRequestApiClientId" : "oldAuthRequestApiClientId",
"authRequestApiClientSecret" : "authRequestApiClientSecret",
"authRequestApiClientId" : "authRequestApiClientId",
"oldAuthRequestUserName" : "oldAuthRequestUserName",
"authRequestClientId" : "authRequestClientId",
"authRequestConfigChanged" : true,
"oldAuthRequestIntegrationEnabled" : true,
"authRequestIntegrationEnabled" : true,
"authRequestHostName" : "authRequestHostName",
"oldAuthRequestClientSecret" : "oldAuthRequestClientSecret",
"authRequestClientSecret" : "authRequestClientSecret"
},
"installationKeyDataAuditing" : {
"newDisabled" : true,
"oldDisabled" : true,
"deleted" : true,
"newLabel" : "newLabel",
"oldLabel" : "oldLabel"
},
"entityName" : "entityName",
"changedBy" : "API",
"siemIntegrationQradarAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"port" : "port",
"siemFormat" : "siemFormat",
"cert" : "cert",
"siemIntegrationType" : "siemIntegrationType"
},
"details" : "details",
"id" : 5,
"siemIntegrationSentinelAuditing" : {
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"siemIntegrationType" : "siemIntegrationType",
"tableName" : "tableName",
"workspaceId" : "workspaceId"
},
"managementRuleDataAuditing" : {
"newPriority" : 7,
"oldPriority" : 1
},
"autoUpdateGroupClientSettingsDataAuditing" : {
"newPsMode" : "newPsMode",
"newCertMode" : "newCertMode",
"oldCrlFailOpen" : "oldCrlFailOpen",
"newConfigAuditMode" : "newConfigAuditMode",
"oldDownloadAuditMode" : "oldDownloadAuditMode",
"newBeyondInsightWorkGroup" : "newBeyondInsightWorkGroup",
"oldPolicyPrecedence" : "oldPolicyPrecedence",
"oldConfigAuditMode" : "oldConfigAuditMode",
"oldBeyondInsightUrl" : "oldBeyondInsightUrl",
"newBeyondInsightCertName" : "newBeyondInsightCertName",
"oldBeyondInsightWorkGroup" : "oldBeyondInsightWorkGroup",
"newHookLoadMethod" : "newHookLoadMethod",
"newCrlFailOpen" : "newCrlFailOpen",
"oldCertMode" : "oldCertMode",
"oldPsMode" : "oldPsMode",
"newConfigAuditEnabled" : "newConfigAuditEnabled",
"oldHookLoadMethod" : "oldHookLoadMethod",
"newBeyondInsightUrl" : "newBeyondInsightUrl",
"oldBeyondInsightCertName" : "oldBeyondInsightCertName",
"oldConfigAuditEnabled" : "oldConfigAuditEnabled",
"newDownloadAuditMode" : "newDownloadAuditMode",
"newPolicyEnabled" : "newPolicyEnabled",
"newAppEventLogType" : "newAppEventLogType",
"oldPolicyEnabled" : "oldPolicyEnabled",
"oldAppEventLogType" : "oldAppEventLogType",
"newPolicyPrecedence" : "newPolicyPrecedence"
},
"groupDataAuditing" : {
"oldDescription" : "oldDescription",
"addPolicyRevisions" : {
"key" : "addPolicyRevisions"
},
"newName" : "newName",
"removePolicyRevisions" : {
"key" : "removePolicyRevisions"
},
"oldName" : "oldName",
"newAgents" : {
"key" : "newAgents"
},
"oldIsDefault" : true,
"newDescription" : "newDescription",
"newIsDefault" : true,
"removeAgents" : {
"key" : "removeAgents"
}
},
"created" : "2000-01-23T04:56:07.000+00:00",
"policyRevisionDataAuditing" : {
"newGroups" : {
"key" : "newGroups"
},
"newAnnotationNote" : "newAnnotationNote"
},
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"siemIntegrationSplunkAuditing" : {
"hostName" : "hostName",
"siemIntegrationEnabled" : true,
"siemFormat" : "siemFormat",
"index" : "index",
"siemIntegrationType" : "siemIntegrationType"
},
"permissionGroupDataAuditing" : {
"oldDescription" : "oldDescription",
"oldNumberOfUsers" : "oldNumberOfUsers",
"newName" : "newName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldName" : "oldName",
"newNumberOfUsers" : "newNumberOfUsers",
"newDescription" : "newDescription"
},
"securitySettingsDataAuditing" : {
"tokenTimeout" : 2,
"oldTokenTimeout" : 4
},
"computerPolicyDataAuditing" : {
"deactivatedAgentDeletionDays" : 3,
"oldEnableDeactivatedAgentDeletion" : true,
"oldDeactivatedAgentDeletionDays" : 7,
"inactivityAgentDeactivationDays" : 9,
"oldInactivityAgentDeactivationDays" : 2,
"enableDeactivatedAgentDeletion" : true
},
"reputationSettingsDataAuditing" : {
"reputationConfigChanged" : true,
"oldReputationIntegrationApiKey" : "oldReputationIntegrationApiKey",
"oldReputationIntegrationEnabled" : true,
"reputationIntegrationApiKey" : "reputationIntegrationApiKey",
"reputationIntegrationEnabled" : true
},
"settingsDataAuditing" : {
"modifyDomainOldValue" : "modifyDomainOldValue",
"modifyDomainNewValue" : "modifyDomainNewValue",
"removeDomain" : "removeDomain",
"addDomain" : "addDomain"
},
"apiClientDataAuditing" : {
"oldDescription" : "oldDescription",
"newName" : "newName",
"deleted" : true,
"secretUpdated" : true,
"oldName" : "oldName",
"newDescription" : "newDescription"
},
"userDataAuditing" : {
"oldDisabled" : true,
"newUserType" : "newUserType",
"oldEmailAddress" : "oldEmailAddress",
"roles" : [ {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
}, {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"newRoles" : [ {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
}, {
"roleId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"roleName" : "roleName"
} ],
"oldRoles" : [ null, null ],
"resourceName" : "resourceName",
"resourceType" : "resourceType"
} ],
"newPreferredLanguage" : "newPreferredLanguage",
"oldDateTimeDisplayFormat" : "oldDateTimeDisplayFormat",
"newDisabled" : true,
"oldPermissionSets" : [ null, null ],
"newDateTimeDisplayFormat" : "newDateTimeDisplayFormat",
"oldOlsonTimeZoneId" : "oldOlsonTimeZoneId",
"oldUserType" : "oldUserType",
"newPermissionSets" : [ {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"permissionSetName" : "permissionSetName",
"permissionSetId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"oldPreferredLanguage" : "oldPreferredLanguage",
"newOlsonTimeZoneId" : "newOlsonTimeZoneId",
"newEmailAddress" : "newEmailAddress"
},
"autoUpdateGroupConfigSettingsDataAuditing" : {
"newUseLatestVersion" : "newUseLatestVersion",
"newEnableAutoUpdate" : "newEnableAutoUpdate",
"newClientVersion" : "newClientVersion",
"oldClientVersion" : "oldClientVersion",
"newAdapterVersion" : "newAdapterVersion",
"oldEnableAutoUpdate" : "oldEnableAutoUpdate",
"oldUseLatestVersion" : "oldUseLatestVersion",
"oldAdapterVersion" : "oldAdapterVersion"
},
"openIdConfigDataAuditing" : {
"secretUpdated" : true,
"oldOpenIDConnectProvider" : "oldOpenIDConnectProvider",
"newAuthenticationType" : "newAuthenticationType",
"newDomain" : "newDomain",
"oldDomain" : "oldDomain",
"newClientId" : "newClientId",
"newOpenIDConnectProvider" : "newOpenIDConnectProvider",
"oldAuthenticationType" : "oldAuthenticationType",
"oldClientId" : "oldClientId"
},
"mmcRemoteClientDataAuditing" : {
"clientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"oldClientId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"enabled" : true,
"oldEnabled" : true
},
"user" : "user",
"entity" : "entity"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success ActivityAuditDetailModelPagedResponse401
Unauthorized ProblemDetails404
Not Found ProblemDetailsAdminAccessRequest
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails405
Method Not Allowed ProblemDetails500
Server ErrorQuery parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.Decision (optional)
Filter.CreatedOn (optional)
Filter.ActiveOnly (optional)
Filter.ModifiedOn (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"endTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"computerId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"reason" : "reason",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"userName" : "userName",
"durationRequested" : 5,
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"userId" : "userId",
"ticketId" : "ticketId"
},
"serviceTicket" : {
"systemId" : "systemId",
"ticketId" : "ticketId",
"url" : "url"
}
}, {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"endTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"computerId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"reason" : "reason",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"userName" : "userName",
"durationRequested" : 5,
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"userId" : "userId",
"ticketId" : "ticketId"
},
"serviceTicket" : {
"systemId" : "systemId",
"ticketId" : "ticketId",
"url" : "url"
}
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success AdminAccessRequestModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails405
Method Not Allowed ProblemDetails500
Server ErrorPath parameters
requestId (required)
Return type
Example data
[ {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"endTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"computerId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"reason" : "reason",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"userName" : "userName",
"durationRequested" : 5,
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"userId" : "userId",
"ticketId" : "ticketId"
},
"serviceTicket" : {
"systemId" : "systemId",
"ticketId" : "ticketId",
"url" : "url"
}
}, {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"endTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "userId",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"computerId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"reason" : "reason",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"userName" : "userName",
"durationRequested" : 5,
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"userId" : "userId",
"ticketId" : "ticketId"
},
"serviceTicket" : {
"systemId" : "systemId",
"ticketId" : "ticketId",
"url" : "url"
}
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorApiAccounts
Return type
Example data
[ {
"clientId" : "clientId",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"insightAccess" : 2,
"managementAccess" : 5,
"auditAccess" : 5,
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"urmAccess" : 6,
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"scimAccess" : 0,
"reportingAccess" : 1
}, {
"clientId" : "clientId",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"insightAccess" : 2,
"managementAccess" : 5,
"auditAccess" : 5,
"createdDate" : "2000-01-23T04:56:07.000+00:00",
"urmAccess" : 6,
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"scimAccess" : 0,
"reportingAccess" : 1
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorAppSwitcher
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UUID400
Bad Request ProblemDetailsAuthenticationProvider
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails404
Not Found ProblemDetailsAuthorizationRequest
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.Decision (optional)
Filter.CreatedOn (optional)
Filter.ActiveOnly (optional)
Filter.ModifiedOn (optional)
Return type
Example data
[ {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"requestInfo" : {
"reason" : "reason",
"applicationType" : "applicationType",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"tokenId" : "tokenId",
"action" : "action",
"user" : "user",
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"productName" : "productName",
"token" : "token"
},
"serviceTicket" : {
"systemId" : "systemId",
"message" : "message",
"ticketId" : "ticketId",
"url" : "url",
"status" : "status"
}
}, {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"requestInfo" : {
"reason" : "reason",
"applicationType" : "applicationType",
"modifiedOn" : "2000-01-23T04:56:07.000+00:00",
"tokenId" : "tokenId",
"action" : "action",
"user" : "user",
"createdOn" : "2000-01-23T04:56:07.000+00:00",
"productName" : "productName",
"token" : "token"
},
"serviceTicket" : {
"systemId" : "systemId",
"message" : "message",
"ticketId" : "ticketId",
"url" : "url",
"status" : "status"
}
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails403
Forbidden ProblemDetails404
Not Found ProblemDetails405
Method Not Allowed ProblemDetailsPath parameters
systemId (required)
Return type
Example data
[ {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"reason" : "reason",
"applicationType" : "applicationType",
"workstyleId" : "workstyleId",
"tokenAssignmentIsShell" : true,
"productName" : "productName",
"productVersion" : "productVersion",
"appId" : "appId",
"hostType" : "hostType",
"action" : "action",
"modified" : "2000-01-23T04:56:07.000+00:00",
"configurationId" : "configurationId",
"requestVersion" : "requestVersion",
"fileVersion" : "fileVersion",
"productDescription" : "productDescription",
"cmdArgs" : "cmdArgs",
"tokenId" : "tokenId",
"hostedFilePath" : "hostedFilePath",
"created" : "2000-01-23T04:56:07.000+00:00",
"messageId" : "messageId",
"bundleInfoDescription" : "bundleInfoDescription",
"upgradeCode" : "upgradeCode",
"applicationGroup" : "applicationGroup",
"sha1Hash" : "sha1Hash",
"publisher" : "publisher",
"btZoneIdentifierExists" : true,
"clsId" : "clsId",
"latestDecisionPerformedByUser" : "latestDecisionPerformedByUser",
"hostName" : "hostName",
"trustedOwnership" : true,
"filePathObjectId" : "filePathObjectId",
"uacTriggered" : true,
"parentProcess" : "parentProcess",
"reputationScore" : "reputationScore",
"userLanguage" : "userLanguage",
"storeAppName" : "storeAppName",
"osVersion" : "osVersion",
"workstyle" : "workstyle",
"applicationGroupId" : "applicationGroupId",
"latestDecisionTime" : "2000-01-23T04:56:07.000+00:00",
"applicationAssignmentId" : "applicationAssignmentId",
"comDisplayName" : "comDisplayName",
"driveType" : "driveType",
"reputationScoreDateTime" : "2000-01-23T04:56:07.000+00:00",
"downloadSourceUrl" : "downloadSourceUrl",
"message" : "message",
"osName" : "osName",
"serviceName" : "serviceName",
"token" : "token",
"productCode" : "productCode",
"reputationIntegrationType" : "reputationIntegrationType",
"sha256Hash" : "sha256Hash",
"serviceAction" : "serviceAction",
"user" : "user",
"authRequestUri" : "authRequestUri"
},
"serviceTicket" : {
"systemId" : "systemId",
"message" : "message",
"ticketId" : "ticketId",
"url" : "url",
"status" : "status"
}
}, {
"accessDecision" : {
"duration" : "duration",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"status" : "status"
},
"notes" : [ {
"note" : "note",
"userName" : "userName",
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
}, {
"note" : "note",
"userName" : "userName",
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"addedOn" : "2000-01-23T04:56:07.000+00:00"
} ],
"requestInfo" : {
"reason" : "reason",
"applicationType" : "applicationType",
"workstyleId" : "workstyleId",
"tokenAssignmentIsShell" : true,
"productName" : "productName",
"productVersion" : "productVersion",
"appId" : "appId",
"hostType" : "hostType",
"action" : "action",
"modified" : "2000-01-23T04:56:07.000+00:00",
"configurationId" : "configurationId",
"requestVersion" : "requestVersion",
"fileVersion" : "fileVersion",
"productDescription" : "productDescription",
"cmdArgs" : "cmdArgs",
"tokenId" : "tokenId",
"hostedFilePath" : "hostedFilePath",
"created" : "2000-01-23T04:56:07.000+00:00",
"messageId" : "messageId",
"bundleInfoDescription" : "bundleInfoDescription",
"upgradeCode" : "upgradeCode",
"applicationGroup" : "applicationGroup",
"sha1Hash" : "sha1Hash",
"publisher" : "publisher",
"btZoneIdentifierExists" : true,
"clsId" : "clsId",
"latestDecisionPerformedByUser" : "latestDecisionPerformedByUser",
"hostName" : "hostName",
"trustedOwnership" : true,
"filePathObjectId" : "filePathObjectId",
"uacTriggered" : true,
"parentProcess" : "parentProcess",
"reputationScore" : "reputationScore",
"userLanguage" : "userLanguage",
"storeAppName" : "storeAppName",
"osVersion" : "osVersion",
"workstyle" : "workstyle",
"applicationGroupId" : "applicationGroupId",
"latestDecisionTime" : "2000-01-23T04:56:07.000+00:00",
"applicationAssignmentId" : "applicationAssignmentId",
"comDisplayName" : "comDisplayName",
"driveType" : "driveType",
"reputationScoreDateTime" : "2000-01-23T04:56:07.000+00:00",
"downloadSourceUrl" : "downloadSourceUrl",
"message" : "message",
"osName" : "osName",
"serviceName" : "serviceName",
"token" : "token",
"productCode" : "productCode",
"reputationIntegrationType" : "reputationIntegrationType",
"sha256Hash" : "sha256Hash",
"serviceAction" : "serviceAction",
"user" : "user",
"authRequestUri" : "authRequestUri"
},
"serviceTicket" : {
"systemId" : "systemId",
"message" : "message",
"ticketId" : "ticketId",
"url" : "url",
"status" : "status"
}
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorAuthorizationRequestAudits
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.TicketId (optional)
Filter.User (optional)
Filter.ComputerName (optional)
Filter.ProductName (optional)
Filter.Reason (optional)
Filter.DecisionPerformedByUser (optional)
Filter.Decision (optional)
Filter.TimeOfRequest.Dates (optional)
Filter.TimeOfRequest.SelectionMode (optional)
Filter.DecisionTime.Dates (optional)
Filter.DecisionTime.SelectionMode (optional)
Filter.StartTime.Dates (optional)
Filter.StartTime.SelectionMode (optional)
Filter.Duration (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"duration" : "duration",
"reason" : "reason",
"decision" : "decision",
"computerName" : "computerName",
"decisionTime" : "2000-01-23T04:56:07.000+00:00",
"timeOfRequest" : "2000-01-23T04:56:07.000+00:00",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"id" : 5,
"user" : "user",
"ticketId" : "ticketId",
"productName" : "productName",
"decisionPerformedByUser" : "decisionPerformedByUser"
}, {
"duration" : "duration",
"reason" : "reason",
"decision" : "decision",
"computerName" : "computerName",
"decisionTime" : "2000-01-23T04:56:07.000+00:00",
"timeOfRequest" : "2000-01-23T04:56:07.000+00:00",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"id" : 5,
"user" : "user",
"ticketId" : "ticketId",
"productName" : "productName",
"decisionPerformedByUser" : "decisionPerformedByUser"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success AuthorizationRequestAuditListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails403
Forbidden ProblemDetailsPath parameters
id (required)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"duration" : "duration",
"reason" : "reason",
"decision" : "decision",
"computerName" : "computerName",
"decisionTime" : "2000-01-23T04:56:07.000+00:00",
"timeOfRequest" : "2000-01-23T04:56:07.000+00:00",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"id" : 5,
"user" : "user",
"ticketId" : "ticketId",
"productName" : "productName",
"decisionPerformedByUser" : "decisionPerformedByUser"
}, {
"duration" : "duration",
"reason" : "reason",
"decision" : "decision",
"computerName" : "computerName",
"decisionTime" : "2000-01-23T04:56:07.000+00:00",
"timeOfRequest" : "2000-01-23T04:56:07.000+00:00",
"startTime" : "2000-01-23T04:56:07.000+00:00",
"id" : 5,
"user" : "user",
"ticketId" : "ticketId",
"productName" : "productName",
"decisionPerformedByUser" : "decisionPerformedByUser"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success AuthorizationRequestAuditDetailModelPagedResponse401
Unauthorized ProblemDetails403
Forbidden ProblemDetails404
Not Found ProblemDetailsComputers
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
202
Accepted400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetailsPath parameters
computerId (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
computerId (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsQuery parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.ComputerId (optional)
Filter.Host (optional)
Filter.HostType (optional)
Filter.AgentVersion (optional)
Filter.AdapterVersion (optional)
Filter.PackageManagerVersion (optional)
Filter.AuthorisationState (optional)
Filter.LastConnected.Dates (optional)
Filter.LastConnected.SelectionMode (optional)
Filter.PolicyRevisionStatus (optional)
Filter.PolicyId (optional)
Filter.PolicyName (optional)
Filter.HostPolicyName (optional)
Filter.GroupId (optional)
Filter.GroupName (optional)
Filter.OS (optional)
Filter.Domain (optional)
Filter.Created.Dates (optional)
Filter.Created.SelectionMode (optional)
Filter.DuplicateCount.Min (optional)
Filter.DuplicateCount.Max (optional)
Filter.ConnectionStatus (optional)
Filter.DaysDisconnected (optional)
Filter.DaysSinceArchived (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"packageManagerVersion" : "packageManagerVersion",
"rejected" : true,
"deactivatedOn" : "2000-01-23T04:56:07.000+00:00",
"hostPolicyName" : "hostPolicyName",
"groupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"deactivated" : true,
"authorisedOn" : "2000-01-23T04:56:07.000+00:00",
"archived" : true,
"authorisationState" : "authorisationState",
"lastConnected" : "2000-01-23T04:56:07.000+00:00",
"hostType" : "Undefined",
"host" : "host",
"adapterVersion" : "adapterVersion",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"daysSinceArchived" : 7,
"os" : "os",
"policyName" : "policyName",
"archivedOn" : "2000-01-23T04:56:07.000+00:00",
"created" : "2000-01-23T04:56:07.000+00:00",
"pendingDeactivation" : true,
"duplicate" : true,
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"credentialType" : "credentialType",
"daysDisconnected" : 2,
"groupName" : "groupName",
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"duplicateCount" : 5,
"domain" : "domain",
"connectionStatus" : "connectionStatus",
"agentVersion" : "agentVersion",
"policyRevisionStatus" : "policyRevisionStatus",
"policyUpdateTimeStamp" : "2000-01-23T04:56:07.000+00:00"
}, {
"packageManagerVersion" : "packageManagerVersion",
"rejected" : true,
"deactivatedOn" : "2000-01-23T04:56:07.000+00:00",
"hostPolicyName" : "hostPolicyName",
"groupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"deactivated" : true,
"authorisedOn" : "2000-01-23T04:56:07.000+00:00",
"archived" : true,
"authorisationState" : "authorisationState",
"lastConnected" : "2000-01-23T04:56:07.000+00:00",
"hostType" : "Undefined",
"host" : "host",
"adapterVersion" : "adapterVersion",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"daysSinceArchived" : 7,
"os" : "os",
"policyName" : "policyName",
"archivedOn" : "2000-01-23T04:56:07.000+00:00",
"created" : "2000-01-23T04:56:07.000+00:00",
"pendingDeactivation" : true,
"duplicate" : true,
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"credentialType" : "credentialType",
"daysDisconnected" : 2,
"groupName" : "groupName",
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"duplicateCount" : 5,
"domain" : "domain",
"connectionStatus" : "connectionStatus",
"agentVersion" : "agentVersion",
"policyRevisionStatus" : "policyRevisionStatus",
"policyUpdateTimeStamp" : "2000-01-23T04:56:07.000+00:00"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success ComputerListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success404
Not Found ProblemDetailsPath parameters
id (required)
Return type
Example data
{
"packageManagerVersion" : "packageManagerVersion",
"deactivatedOn" : "2000-01-23T04:56:07.000+00:00",
"groupId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"hostPolicyName" : "hostPolicyName",
"policyRevision" : 0,
"autoDeactivated" : true,
"agentLogs" : [ {
"created" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"returned" : "2000-01-23T04:56:07.000+00:00"
}, {
"created" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"returned" : "2000-01-23T04:56:07.000+00:00"
} ],
"deactivated" : true,
"authorisedOn" : "2000-01-23T04:56:07.000+00:00",
"archived" : true,
"authorisationState" : "authorisationState",
"certificateInformation" : {
"lastIssued" : "2000-01-23T04:56:07.000+00:00",
"validFrom" : "2000-01-23T04:56:07.000+00:00",
"validTo" : "2000-01-23T04:56:07.000+00:00"
},
"lastConnected" : "2000-01-23T04:56:07.000+00:00",
"hostType" : "hostType",
"authorised" : "2000-01-23T04:56:07.000+00:00",
"adapterVersion" : "adapterVersion",
"hostLastUpdated" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"policyName" : "policyName",
"archivedOn" : "2000-01-23T04:56:07.000+00:00",
"created" : "2000-01-23T04:56:07.000+00:00",
"pendingDeactivation" : true,
"endpointInformation" : {
"systemModel" : "systemModel",
"systemPrimaryOwnerName" : "systemPrimaryOwnerName",
"osArchitecture" : "osArchitecture",
"systemSystemType" : "systemSystemType",
"systemDomain" : "systemDomain",
"processorManufacturer" : "processorManufacturer",
"osVersion" : "osVersion",
"systemName" : "systemName",
"osVersionString" : "osVersionString",
"osCaption" : "osCaption",
"systemManufacturer" : "systemManufacturer",
"processorName" : "processorName",
"osCodeSet" : "osCodeSet",
"osSystemDrive" : "osSystemDrive",
"osOrganization" : "osOrganization",
"processorDescription" : "processorDescription",
"osCountryCode" : "osCountryCode",
"osInstallDate" : "2000-01-23T04:56:07.000+00:00",
"osSystemDirectory" : "osSystemDirectory",
"osComputerDescription" : "osComputerDescription",
"osSerialNumber" : "osSerialNumber",
"macAddress" : "macAddress",
"processorCaption" : "processorCaption",
"systemDnsHostName" : "systemDnsHostName",
"osManufacturer" : "osManufacturer",
"systemWorkgroup" : "systemWorkgroup"
},
"connected" : true,
"credentialType" : "credentialType",
"daysDisconnected" : 5,
"groupName" : "groupName",
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"duplicateCount" : 1,
"connectionStatus" : "connectionStatus",
"agentVersion" : "agentVersion",
"hostPolicyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"policyRevisionStatus" : "policyRevisionStatus",
"hostPolicyRevision" : 6,
"policyUpdateTimeStamp" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success ComputerDetailModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetailsPath parameters
id (required)
Return type
Example data
[ {
"created" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"returned" : "2000-01-23T04:56:07.000+00:00"
}, {
"created" : "2000-01-23T04:56:07.000+00:00",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"returned" : "2000-01-23T04:56:07.000+00:00"
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
404
Not Found ProblemDetails409
Conflict ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success201
Created UUID400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsEvents
Query parameters
StartDate (required)
RecordSize (optional)
Return type
Example data
{
"totalRecordsReturned" : 0,
"events" : [ {
"container" : {
"image" : {
"name" : "name",
"tag" : [ "tag", "tag" ],
"hash" : {
"all" : [ "all", "all" ]
}
},
"disk" : {
"read" : {
"bytes" : 4
},
"write" : {
"bytes" : 5
}
},
"memory" : {
"usage" : 9.965781217890562
},
"name" : "name",
"cpu" : {
"usage" : 1.1730742509559433
},
"runtime" : "runtime",
"id" : "id",
"labels" : "labels",
"network" : {
"ingress" : {
"bytes" : 9
},
"egress" : {
"bytes" : 6
}
}
},
"server" : {
"nat" : {
"port" : 7,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 0,
"domain" : "domain",
"subdomain" : "subdomain"
},
"agent" : {
"build" : {
"original" : "original"
},
"name" : "name",
"id" : "id",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"faas" : {
"execution" : "execution",
"coldstart" : true,
"name" : "name",
"id" : "id",
"trigger" : {
"type" : "type",
"request_id" : "request_id"
},
"version" : "version"
},
"log" : {
"file" : {
"path" : "path"
},
"level" : "level",
"logger" : "logger",
"origin" : {
"file" : {
"line" : 7,
"name" : "name"
},
"function" : "function"
},
"syslog" : "syslog"
},
"destination" : {
"nat" : {
"port" : 3,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 6,
"registered_domain" : "registered_domain",
"port" : 8,
"bytes" : 9,
"domain" : "domain",
"subdomain" : "subdomain"
},
"rule" : {
"reference" : "reference",
"license" : "license",
"author" : [ "author", "author" ],
"name" : "name",
"ruleset" : "ruleset",
"description" : "description",
"id" : "id",
"category" : "category",
"uuid" : "uuid",
"version" : "version"
},
"error" : {
"code" : "code",
"id" : "id",
"stack_trace" : "stack_trace",
"message" : "message",
"type" : "type"
},
"network" : {
"transport" : "transport",
"type" : "type",
"inner" : "inner",
"packets" : 0,
"protocol" : "protocol",
"forwarded_ip" : "forwarded_ip",
"community_id" : "community_id",
"application" : "application",
"vlan" : {
"name" : "name",
"id" : "id"
},
"bytes" : 9,
"name" : "name",
"iana_number" : "iana_number",
"direction" : "direction"
},
"cloud" : {
"availability_zone" : "availability_zone",
"instance" : {
"name" : "name",
"id" : "id"
},
"provider" : "provider",
"machine" : {
"type" : "type"
},
"service" : {
"name" : "name"
},
"origin" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
},
"project" : {
"name" : "name",
"id" : "id"
},
"region" : "region",
"account" : {
"name" : "name",
"id" : "id"
},
"target" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
}
},
"observer" : {
"product" : "product",
"ip" : [ "ip", "ip" ],
"serial_number" : "serial_number",
"type" : "type",
"version" : "version",
"mac" : [ "mac", "mac" ],
"egress" : "egress",
"ingress" : "ingress",
"hostname" : "hostname",
"vendor" : "vendor",
"name" : "name"
},
"trace" : {
"id" : "id"
},
"file" : {
"extension" : "extension",
"SourceUrl" : "SourceUrl",
"Owner" : {
"Identifier" : "Identifier",
"DomainName" : "DomainName",
"DomainNetBIOSName" : "DomainNetBIOSName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier"
},
"gid" : "gid",
"Description" : "Description",
"drive_letter" : "drive_letter",
"ProductVersion" : "ProductVersion",
"type" : "type",
"mtime" : "2000-01-23T04:56:07.000+00:00",
"accessed" : "2000-01-23T04:56:07.000+00:00",
"directory" : "directory",
"inode" : "inode",
"mode" : "mode",
"path" : "path",
"uid" : "uid",
"Version" : "Version",
"ctime" : "2000-01-23T04:56:07.000+00:00",
"fork_name" : "fork_name",
"elf" : {
"imports" : {
"key" : "imports"
},
"shared_libraries" : [ "shared_libraries", "shared_libraries" ],
"byte_order" : "byte_order",
"exports" : {
"key" : "exports"
},
"cpu_type" : "cpu_type",
"header" : {
"object_version" : "object_version",
"data" : "data",
"os_abi" : "os_abi",
"entrypoint" : 7,
"abi_version" : "abi_version",
"type" : "type",
"class" : "class",
"version" : "version"
},
"creation_date" : "2000-01-23T04:56:07.000+00:00",
"sections" : [ {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
}, {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
} ],
"telfhash" : "telfhash",
"architecture" : "architecture",
"segments" : [ {
"type" : "type",
"sections" : "sections"
}, {
"type" : "type",
"sections" : "sections"
} ]
},
"group" : "group",
"owner" : "owner",
"created" : "2000-01-23T04:56:07.000+00:00",
"Bundle" : {
"Type" : "Type",
"DownloadSource" : "DownloadSource",
"Version" : "Version",
"InfoDescription" : "InfoDescription",
"Creator" : "Creator",
"Uri" : "Uri",
"Name" : "Name"
},
"target_path" : "target_path",
"DriveType" : "DriveType",
"x509" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"public_key_exponent" : 3,
"not_before" : "2000-01-23T04:56:07.000+00:00",
"subject" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
},
"public_key_algorithm" : "public_key_algorithm",
"public_key_curve" : "public_key_curve",
"signature_algorithm" : "signature_algorithm",
"version_number" : "version_number",
"serial_number" : "serial_number",
"public_key_size" : 3,
"alternative_names" : [ "alternative_names", "alternative_names" ],
"issuer" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
}
},
"size" : 6,
"mime_type" : "mime_type",
"ZoneTag" : "ZoneTag",
"name" : "name",
"attributes" : [ "attributes", "attributes" ],
"device" : "device"
},
"ecs" : {
"version" : "version"
},
"related" : {
"hosts" : [ "hosts", "hosts" ],
"ip" : [ "ip", "ip" ],
"user" : [ "user", "user" ],
"hash" : [ "hash", "hash" ]
},
"host" : {
"DefaultUILanguage" : "DefaultUILanguage",
"os" : {
"kernel" : "kernel",
"name" : "name",
"ProductType" : "ProductType",
"type" : "type",
"family" : "family",
"version" : "version",
"platform" : "platform",
"full" : "full"
},
"DomainNetBIOSName" : "DomainNetBIOSName",
"ip" : [ "ip", "ip" ],
"cpu" : {
"usage" : 7.740351818741173
},
"pid_ns_ino" : "pid_ns_ino",
"type" : "type",
"mac" : [ "mac", "mac" ],
"uptime" : 8,
"network" : {
"ingress" : {
"bytes" : 7,
"packets" : 5
},
"egress" : {
"bytes" : 3,
"packets" : 4
}
},
"DefaultLocale" : "DefaultLocale",
"hostname" : "hostname",
"disk" : {
"read" : {
"bytes" : 3
},
"write" : {
"bytes" : 3
}
},
"domain" : "domain",
"NetBIOSName" : "NetBIOSName",
"name" : "name",
"id" : "id",
"ChassisType" : "ChassisType",
"boot" : {
"id" : "id"
},
"architecture" : "architecture",
"DomainIdentifier" : "DomainIdentifier"
},
"client" : {
"nat" : {
"port" : 5,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 5,
"Name" : "Name",
"geo" : {
"continent_name" : "continent_name",
"region_iso_code" : "region_iso_code",
"city_name" : "city_name",
"country_iso_code" : "country_iso_code",
"timezone" : "timezone",
"country_name" : "country_name",
"name" : "name",
"continent_code" : "continent_code",
"location" : {
"lon" : 7.061401241503109,
"lat" : 9.301444243932576
},
"region_name" : "region_name",
"postal_code" : "postal_code",
"TimezoneOffset" : 3
},
"registered_domain" : "registered_domain",
"as" : {
"number" : 2,
"organization" : {
"name" : "name"
}
},
"port" : 6,
"bytes" : 1,
"domain" : "domain",
"subdomain" : "subdomain",
"user" : {
"DomainNetBIOSName" : "DomainNetBIOSName",
"roles" : [ "roles", "roles" ],
"changes" : {
"DefaultTimezoneOffset" : 6,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 7,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"LocalIdentifier" : 4,
"target" : {
"DefaultTimezoneOffset" : 7,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"DefaultTimezoneOffset" : 2,
"effective" : {
"DefaultTimezoneOffset" : 1,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"full_name" : "full_name",
"domain" : "domain",
"name" : "name",
"id" : "id",
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier",
"group" : {
"domain" : "domain",
"name" : "name",
"id" : "id"
}
}
},
"event" : {
"reason" : "reason",
"code" : "code",
"timezone" : "timezone",
"type" : [ "type", "type" ],
"duration" : 2,
"reference" : "reference",
"agent_id_status" : "agent_id_status",
"ingested" : "2000-01-23T04:56:07.000+00:00",
"provider" : "provider",
"action" : "action",
"end" : "2000-01-23T04:56:07.000+00:00",
"id" : "id",
"outcome" : "outcome",
"ReceivedAt" : "2000-01-23T04:56:07.000+00:00",
"severity" : 1,
"original" : "original",
"risk_score" : 6.878052220127876,
"kind" : "kind",
"created" : "2000-01-23T04:56:07.000+00:00",
"module" : "module",
"start" : "2000-01-23T04:56:07.000+00:00",
"url" : "url",
"sequence" : 6,
"risk_score_norm" : 5.944895607614016,
"category" : [ "category", "category" ],
"dataset" : "dataset",
"hash" : "hash"
},
"email" : {
"cc" : {
"address" : [ "address", "address" ]
},
"origination_timestamp" : "2000-01-23T04:56:07.000+00:00",
"attachments" : [ {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
}, {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
} ],
"bcc" : {
"address" : [ "address", "address" ]
},
"local_id" : "local_id",
"subject" : "subject",
"message_id" : "message_id",
"x_mailer" : "x_mailer",
"content_type" : "content_type",
"reply_to" : {
"address" : [ "address", "address" ]
},
"sender" : {
"address" : "address"
},
"delivery_timestamp" : "2000-01-23T04:56:07.000+00:00",
"from" : {
"address" : [ "address", "address" ]
},
"to" : {
"address" : [ "address", "address" ]
},
"direction" : "direction"
},
"user_agent" : {
"original" : "original",
"name" : "name",
"version" : "version",
"device" : {
"name" : "name"
}
},
"registry" : {
"hive" : "hive",
"path" : "path",
"data" : {
"strings" : [ "strings", "strings" ],
"bytes" : "bytes",
"type" : "type"
},
"value" : "value",
"key" : "key"
},
"process" : {
"parent" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 1,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"group_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 9,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 1,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 9,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 3,
"command_line" : "command_line"
},
"pgid" : 8,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 4,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 6,
"command_line" : "command_line"
},
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"previous" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 3,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 2,
"command_line" : "command_line"
},
"pgid" : 7,
"start" : "2000-01-23T04:56:07.000+00:00",
"entry_meta" : {
"source" : {
"nat" : {
"port" : 2,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 3,
"domain" : "domain",
"subdomain" : "subdomain"
},
"type" : "type"
},
"thread" : {
"name" : "name",
"id" : 4
},
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 6,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"session_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 3,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 5,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 9,
"command_line" : "command_line"
},
"entry_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 5,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 8,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"package" : {
"installed" : "2000-01-23T04:56:07.000+00:00",
"build_version" : "build_version",
"description" : "description",
"type" : "type",
"version" : "version",
"reference" : "reference",
"path" : "path",
"license" : "license",
"install_scope" : "install_scope",
"size" : 9,
"name" : "name",
"checksum" : "checksum",
"architecture" : "architecture"
},
"dll" : {
"path" : "path",
"code_signature" : {
"valid" : true,
"digest_algorithm" : "digest_algorithm",
"signing_id" : "signing_id",
"trusted" : true,
"subject_name" : "subject_name",
"exists" : true,
"team_id" : "team_id",
"status" : "status",
"timestamp" : "2000-01-23T04:56:07.000+00:00"
},
"pe" : {
"file_version" : "file_version",
"product" : "product",
"imphash" : "imphash",
"description" : "description",
"original_file_name" : "original_file_name",
"company" : "company",
"pehash" : "pehash",
"architecture" : "architecture"
},
"name" : "name",
"hash" : {
"sha1" : "sha1",
"sha384" : "sha384",
"sha256" : "sha256",
"sha512" : "sha512",
"tlsh" : "tlsh",
"ssdeep" : "ssdeep",
"md5" : "md5"
}
},
"dns" : {
"op_code" : "op_code",
"response_code" : "response_code",
"resolved_ip" : [ "resolved_ip", "resolved_ip" ],
"question" : {
"registered_domain" : "registered_domain",
"top_level_domain" : "top_level_domain",
"name" : "name",
"subdomain" : "subdomain",
"type" : "type",
"class" : "class"
},
"answers" : "answers",
"id" : "id",
"header_flags" : [ "header_flags", "header_flags" ],
"type" : "type"
},
"vulnerability" : {
"reference" : "reference",
"severity" : "severity",
"score" : {
"environmental" : 4.8789878742268815,
"version" : "version",
"temporal" : 6.173804034172511,
"base" : 2.535258963197524
},
"report_id" : "report_id",
"scanner" : {
"vendor" : "vendor"
},
"description" : "description",
"id" : "id",
"classification" : "classification",
"enumeration" : "enumeration",
"category" : [ "category", "category" ]
},
"message" : "message",
"tags" : [ "tags", "tags" ],
"labels" : "labels",
"orchestrator" : {
"cluster" : {
"name" : "name",
"id" : "id",
"version" : "version",
"url" : "url"
},
"resource" : {
"parent" : {
"type" : "type"
},
"ip" : [ "ip", "ip" ],
"name" : "name",
"id" : "id",
"type" : "type"
},
"organization" : "organization",
"namespace" : "namespace",
"type" : "type",
"api_version" : "api_version"
},
"@timestamp" : "2000-01-23T04:56:07.000+00:00",
"EPMWinMac" : {
"COM" : {
"AppID" : "AppID",
"CLSID" : "CLSID",
"DisplayName" : "DisplayName"
},
"AuthorizingUser" : {
"Identifier" : "Identifier",
"DomainNetBIOSName" : "DomainNetBIOSName",
"DomainName" : "DomainName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier",
"CredentialSource" : "CredentialSource"
},
"PrivilegedGroup" : {
"Access" : "Access",
"RID" : "RID",
"Name" : "Name"
},
"AuthorizationRequest" : {
"AuthRequestURI" : "AuthRequestURI",
"ControlAuthorization" : true
},
"SchemaVersion" : "SchemaVersion",
"Configuration" : {
"Path" : "Path",
"Message" : {
"UserRequestManagementId" : "UserRequestManagementId",
"Authorization" : {
"ResponseStatus" : "ResponseStatus",
"ChallengeCode" : "ChallengeCode"
},
"AuthMethods" : [ "AuthMethods", "AuthMethods" ],
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier",
"Authentication" : {
"User" : "User"
},
"UserReason" : "UserReason",
"Name" : "Name"
},
"GPO" : {
"Version" : "Version",
"DisplayName" : "DisplayName",
"LinkInformation" : "LinkInformation",
"ActiveDirectoryPath" : "ActiveDirectoryPath"
},
"LoadAuditMode" : [ "LoadAuditMode", "LoadAuditMode" ],
"Token" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"ContentGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"RuleScript" : {
"Outcome" : {
"Version" : "Version",
"Output" : "Output",
"RuleAffected" : true,
"Name" : "Name",
"Result" : "Result"
},
"FileName" : "FileName",
"Publisher" : "Publisher"
},
"RevisionNumber" : "RevisionNumber",
"Workstyle" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Source" : "Source",
"Name" : "Name",
"ApplicationGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Identifier" : "Identifier",
"Content" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
},
"SigningEnforcement" : "SigningEnforcement",
"Rule" : {
"Action" : "Action",
"Identifier" : "Identifier",
"OnDemand" : true
},
"Application" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
}
},
"Installer" : {
"Action" : "Action",
"ProductCode" : "ProductCode",
"UpgradeCode" : "UpgradeCode"
},
"License" : {
"InvalidReason" : "InvalidReason"
},
"ActiveX" : {
"Version" : "Version",
"CLSID" : "CLSID",
"Codebase" : "Codebase"
},
"GroupId" : "GroupId",
"TenantId" : "TenantId",
"StoreApp" : {
"Version" : "Version",
"Publisher" : "Publisher",
"Name" : "Name"
},
"ServiceControl" : {
"Service" : {
"Action" : "Action",
"DisplayName" : "DisplayName",
"Name" : "Name"
}
},
"TrustedApplication" : {
"Version" : "Version",
"Name" : "Name"
},
"Event" : {
"Type" : "Type",
"Action" : "Action"
},
"RemotePowerShell" : {
"Command" : "Command"
},
"AdapterVersion" : "AdapterVersion",
"Session" : {
"Locale" : "Locale",
"PowerUser" : true,
"WindowsSessionId" : "WindowsSessionId",
"JITAdmin" : {
"TicketIdentifier" : "TicketIdentifier",
"RequestIdentifier" : "RequestIdentifier"
},
"Administrator" : true,
"Identifier" : "Identifier",
"UILanguage" : "UILanguage"
}
},
"data_stream" : {
"namespace" : "namespace",
"type" : "type",
"dataset" : "dataset"
},
"service" : {
"node" : {
"role" : "role",
"name" : "name"
},
"environment" : "environment",
"address" : "address",
"origin" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version",
"target" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
}
},
"organization" : {
"name" : "name",
"id" : "id"
},
"http" : {
"request" : {
"referrer" : "referrer",
"method" : "method",
"mime_type" : "mime_type",
"bytes" : 6,
"id" : "id",
"body" : {
"bytes" : 0,
"content" : "content"
}
},
"response" : {
"status_code" : 4,
"mime_type" : "mime_type",
"bytes" : 4,
"body" : {
"bytes" : 1,
"content" : "content"
}
},
"version" : "version"
},
"tls" : {
"cipher" : "cipher",
"established" : true,
"server" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"ja3s" : "ja3s",
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"curve" : "curve",
"next_protocol" : "next_protocol",
"client" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"server_name" : "server_name",
"supported_ciphers" : [ "supported_ciphers", "supported_ciphers" ],
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"ja3" : "ja3",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"resumed" : true,
"version" : "version",
"version_protocol" : "version_protocol"
},
"threat" : {
"indicator" : {
"first_seen" : "2000-01-23T04:56:07.000+00:00",
"last_seen" : "2000-01-23T04:56:07.000+00:00",
"confidence" : "confidence",
"ip" : "ip",
"sightings" : 4,
"description" : "description",
"type" : "type",
"url" : {
"extension" : "extension",
"original" : "original",
"scheme" : "scheme",
"top_level_domain" : "top_level_domain",
"query" : "query",
"path" : "path",
"registered_domain" : "registered_domain",
"fragment" : "fragment",
"password" : "password",
"port" : 0,
"domain" : "domain",
"subdomain" : "subdomain",
"full" : "full",
"username" : "username"
},
"scanner_stats" : 2,
"reference" : "reference",
"marking" : {
"tlp" : "tlp"
},
"port" : 9,
"provider" : "provider",
"modified_at" : "2000-01-23T04:56:07.000+00:00",
"email" : {
"address" : "address"
}
},
"feed" : {
"reference" : "reference",
"name" : "name",
"description" : "description",
"dashboard_id" : "dashboard_id"
},
"framework" : "framework",
"software" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id",
"type" : "type",
"platforms" : [ "platforms", "platforms" ]
},
"technique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"subtechnique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
},
"id" : [ "id", "id" ]
},
"enrichments" : [ {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
}, {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
} ],
"group" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id"
},
"tactic" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
}
},
"transaction" : {
"id" : "id"
},
"span" : {
"id" : "id"
}
}, {
"container" : {
"image" : {
"name" : "name",
"tag" : [ "tag", "tag" ],
"hash" : {
"all" : [ "all", "all" ]
}
},
"disk" : {
"read" : {
"bytes" : 4
},
"write" : {
"bytes" : 5
}
},
"memory" : {
"usage" : 9.965781217890562
},
"name" : "name",
"cpu" : {
"usage" : 1.1730742509559433
},
"runtime" : "runtime",
"id" : "id",
"labels" : "labels",
"network" : {
"ingress" : {
"bytes" : 9
},
"egress" : {
"bytes" : 6
}
}
},
"server" : {
"nat" : {
"port" : 7,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 0,
"domain" : "domain",
"subdomain" : "subdomain"
},
"agent" : {
"build" : {
"original" : "original"
},
"name" : "name",
"id" : "id",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"faas" : {
"execution" : "execution",
"coldstart" : true,
"name" : "name",
"id" : "id",
"trigger" : {
"type" : "type",
"request_id" : "request_id"
},
"version" : "version"
},
"log" : {
"file" : {
"path" : "path"
},
"level" : "level",
"logger" : "logger",
"origin" : {
"file" : {
"line" : 7,
"name" : "name"
},
"function" : "function"
},
"syslog" : "syslog"
},
"destination" : {
"nat" : {
"port" : 3,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 6,
"registered_domain" : "registered_domain",
"port" : 8,
"bytes" : 9,
"domain" : "domain",
"subdomain" : "subdomain"
},
"rule" : {
"reference" : "reference",
"license" : "license",
"author" : [ "author", "author" ],
"name" : "name",
"ruleset" : "ruleset",
"description" : "description",
"id" : "id",
"category" : "category",
"uuid" : "uuid",
"version" : "version"
},
"error" : {
"code" : "code",
"id" : "id",
"stack_trace" : "stack_trace",
"message" : "message",
"type" : "type"
},
"network" : {
"transport" : "transport",
"type" : "type",
"inner" : "inner",
"packets" : 0,
"protocol" : "protocol",
"forwarded_ip" : "forwarded_ip",
"community_id" : "community_id",
"application" : "application",
"vlan" : {
"name" : "name",
"id" : "id"
},
"bytes" : 9,
"name" : "name",
"iana_number" : "iana_number",
"direction" : "direction"
},
"cloud" : {
"availability_zone" : "availability_zone",
"instance" : {
"name" : "name",
"id" : "id"
},
"provider" : "provider",
"machine" : {
"type" : "type"
},
"service" : {
"name" : "name"
},
"origin" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
},
"project" : {
"name" : "name",
"id" : "id"
},
"region" : "region",
"account" : {
"name" : "name",
"id" : "id"
},
"target" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
}
},
"observer" : {
"product" : "product",
"ip" : [ "ip", "ip" ],
"serial_number" : "serial_number",
"type" : "type",
"version" : "version",
"mac" : [ "mac", "mac" ],
"egress" : "egress",
"ingress" : "ingress",
"hostname" : "hostname",
"vendor" : "vendor",
"name" : "name"
},
"trace" : {
"id" : "id"
},
"file" : {
"extension" : "extension",
"SourceUrl" : "SourceUrl",
"Owner" : {
"Identifier" : "Identifier",
"DomainName" : "DomainName",
"DomainNetBIOSName" : "DomainNetBIOSName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier"
},
"gid" : "gid",
"Description" : "Description",
"drive_letter" : "drive_letter",
"ProductVersion" : "ProductVersion",
"type" : "type",
"mtime" : "2000-01-23T04:56:07.000+00:00",
"accessed" : "2000-01-23T04:56:07.000+00:00",
"directory" : "directory",
"inode" : "inode",
"mode" : "mode",
"path" : "path",
"uid" : "uid",
"Version" : "Version",
"ctime" : "2000-01-23T04:56:07.000+00:00",
"fork_name" : "fork_name",
"elf" : {
"imports" : {
"key" : "imports"
},
"shared_libraries" : [ "shared_libraries", "shared_libraries" ],
"byte_order" : "byte_order",
"exports" : {
"key" : "exports"
},
"cpu_type" : "cpu_type",
"header" : {
"object_version" : "object_version",
"data" : "data",
"os_abi" : "os_abi",
"entrypoint" : 7,
"abi_version" : "abi_version",
"type" : "type",
"class" : "class",
"version" : "version"
},
"creation_date" : "2000-01-23T04:56:07.000+00:00",
"sections" : [ {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
}, {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
} ],
"telfhash" : "telfhash",
"architecture" : "architecture",
"segments" : [ {
"type" : "type",
"sections" : "sections"
}, {
"type" : "type",
"sections" : "sections"
} ]
},
"group" : "group",
"owner" : "owner",
"created" : "2000-01-23T04:56:07.000+00:00",
"Bundle" : {
"Type" : "Type",
"DownloadSource" : "DownloadSource",
"Version" : "Version",
"InfoDescription" : "InfoDescription",
"Creator" : "Creator",
"Uri" : "Uri",
"Name" : "Name"
},
"target_path" : "target_path",
"DriveType" : "DriveType",
"x509" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"public_key_exponent" : 3,
"not_before" : "2000-01-23T04:56:07.000+00:00",
"subject" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
},
"public_key_algorithm" : "public_key_algorithm",
"public_key_curve" : "public_key_curve",
"signature_algorithm" : "signature_algorithm",
"version_number" : "version_number",
"serial_number" : "serial_number",
"public_key_size" : 3,
"alternative_names" : [ "alternative_names", "alternative_names" ],
"issuer" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
}
},
"size" : 6,
"mime_type" : "mime_type",
"ZoneTag" : "ZoneTag",
"name" : "name",
"attributes" : [ "attributes", "attributes" ],
"device" : "device"
},
"ecs" : {
"version" : "version"
},
"related" : {
"hosts" : [ "hosts", "hosts" ],
"ip" : [ "ip", "ip" ],
"user" : [ "user", "user" ],
"hash" : [ "hash", "hash" ]
},
"host" : {
"DefaultUILanguage" : "DefaultUILanguage",
"os" : {
"kernel" : "kernel",
"name" : "name",
"ProductType" : "ProductType",
"type" : "type",
"family" : "family",
"version" : "version",
"platform" : "platform",
"full" : "full"
},
"DomainNetBIOSName" : "DomainNetBIOSName",
"ip" : [ "ip", "ip" ],
"cpu" : {
"usage" : 7.740351818741173
},
"pid_ns_ino" : "pid_ns_ino",
"type" : "type",
"mac" : [ "mac", "mac" ],
"uptime" : 8,
"network" : {
"ingress" : {
"bytes" : 7,
"packets" : 5
},
"egress" : {
"bytes" : 3,
"packets" : 4
}
},
"DefaultLocale" : "DefaultLocale",
"hostname" : "hostname",
"disk" : {
"read" : {
"bytes" : 3
},
"write" : {
"bytes" : 3
}
},
"domain" : "domain",
"NetBIOSName" : "NetBIOSName",
"name" : "name",
"id" : "id",
"ChassisType" : "ChassisType",
"boot" : {
"id" : "id"
},
"architecture" : "architecture",
"DomainIdentifier" : "DomainIdentifier"
},
"client" : {
"nat" : {
"port" : 5,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 5,
"Name" : "Name",
"geo" : {
"continent_name" : "continent_name",
"region_iso_code" : "region_iso_code",
"city_name" : "city_name",
"country_iso_code" : "country_iso_code",
"timezone" : "timezone",
"country_name" : "country_name",
"name" : "name",
"continent_code" : "continent_code",
"location" : {
"lon" : 7.061401241503109,
"lat" : 9.301444243932576
},
"region_name" : "region_name",
"postal_code" : "postal_code",
"TimezoneOffset" : 3
},
"registered_domain" : "registered_domain",
"as" : {
"number" : 2,
"organization" : {
"name" : "name"
}
},
"port" : 6,
"bytes" : 1,
"domain" : "domain",
"subdomain" : "subdomain",
"user" : {
"DomainNetBIOSName" : "DomainNetBIOSName",
"roles" : [ "roles", "roles" ],
"changes" : {
"DefaultTimezoneOffset" : 6,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 7,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"LocalIdentifier" : 4,
"target" : {
"DefaultTimezoneOffset" : 7,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"DefaultTimezoneOffset" : 2,
"effective" : {
"DefaultTimezoneOffset" : 1,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"full_name" : "full_name",
"domain" : "domain",
"name" : "name",
"id" : "id",
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier",
"group" : {
"domain" : "domain",
"name" : "name",
"id" : "id"
}
}
},
"event" : {
"reason" : "reason",
"code" : "code",
"timezone" : "timezone",
"type" : [ "type", "type" ],
"duration" : 2,
"reference" : "reference",
"agent_id_status" : "agent_id_status",
"ingested" : "2000-01-23T04:56:07.000+00:00",
"provider" : "provider",
"action" : "action",
"end" : "2000-01-23T04:56:07.000+00:00",
"id" : "id",
"outcome" : "outcome",
"ReceivedAt" : "2000-01-23T04:56:07.000+00:00",
"severity" : 1,
"original" : "original",
"risk_score" : 6.878052220127876,
"kind" : "kind",
"created" : "2000-01-23T04:56:07.000+00:00",
"module" : "module",
"start" : "2000-01-23T04:56:07.000+00:00",
"url" : "url",
"sequence" : 6,
"risk_score_norm" : 5.944895607614016,
"category" : [ "category", "category" ],
"dataset" : "dataset",
"hash" : "hash"
},
"email" : {
"cc" : {
"address" : [ "address", "address" ]
},
"origination_timestamp" : "2000-01-23T04:56:07.000+00:00",
"attachments" : [ {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
}, {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
} ],
"bcc" : {
"address" : [ "address", "address" ]
},
"local_id" : "local_id",
"subject" : "subject",
"message_id" : "message_id",
"x_mailer" : "x_mailer",
"content_type" : "content_type",
"reply_to" : {
"address" : [ "address", "address" ]
},
"sender" : {
"address" : "address"
},
"delivery_timestamp" : "2000-01-23T04:56:07.000+00:00",
"from" : {
"address" : [ "address", "address" ]
},
"to" : {
"address" : [ "address", "address" ]
},
"direction" : "direction"
},
"user_agent" : {
"original" : "original",
"name" : "name",
"version" : "version",
"device" : {
"name" : "name"
}
},
"registry" : {
"hive" : "hive",
"path" : "path",
"data" : {
"strings" : [ "strings", "strings" ],
"bytes" : "bytes",
"type" : "type"
},
"value" : "value",
"key" : "key"
},
"process" : {
"parent" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 1,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"group_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 9,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 1,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 9,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 3,
"command_line" : "command_line"
},
"pgid" : 8,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 4,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 6,
"command_line" : "command_line"
},
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"previous" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 3,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 2,
"command_line" : "command_line"
},
"pgid" : 7,
"start" : "2000-01-23T04:56:07.000+00:00",
"entry_meta" : {
"source" : {
"nat" : {
"port" : 2,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 3,
"domain" : "domain",
"subdomain" : "subdomain"
},
"type" : "type"
},
"thread" : {
"name" : "name",
"id" : 4
},
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 6,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"session_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 3,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 5,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 9,
"command_line" : "command_line"
},
"entry_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 5,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 8,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"package" : {
"installed" : "2000-01-23T04:56:07.000+00:00",
"build_version" : "build_version",
"description" : "description",
"type" : "type",
"version" : "version",
"reference" : "reference",
"path" : "path",
"license" : "license",
"install_scope" : "install_scope",
"size" : 9,
"name" : "name",
"checksum" : "checksum",
"architecture" : "architecture"
},
"dll" : {
"path" : "path",
"code_signature" : {
"valid" : true,
"digest_algorithm" : "digest_algorithm",
"signing_id" : "signing_id",
"trusted" : true,
"subject_name" : "subject_name",
"exists" : true,
"team_id" : "team_id",
"status" : "status",
"timestamp" : "2000-01-23T04:56:07.000+00:00"
},
"pe" : {
"file_version" : "file_version",
"product" : "product",
"imphash" : "imphash",
"description" : "description",
"original_file_name" : "original_file_name",
"company" : "company",
"pehash" : "pehash",
"architecture" : "architecture"
},
"name" : "name",
"hash" : {
"sha1" : "sha1",
"sha384" : "sha384",
"sha256" : "sha256",
"sha512" : "sha512",
"tlsh" : "tlsh",
"ssdeep" : "ssdeep",
"md5" : "md5"
}
},
"dns" : {
"op_code" : "op_code",
"response_code" : "response_code",
"resolved_ip" : [ "resolved_ip", "resolved_ip" ],
"question" : {
"registered_domain" : "registered_domain",
"top_level_domain" : "top_level_domain",
"name" : "name",
"subdomain" : "subdomain",
"type" : "type",
"class" : "class"
},
"answers" : "answers",
"id" : "id",
"header_flags" : [ "header_flags", "header_flags" ],
"type" : "type"
},
"vulnerability" : {
"reference" : "reference",
"severity" : "severity",
"score" : {
"environmental" : 4.8789878742268815,
"version" : "version",
"temporal" : 6.173804034172511,
"base" : 2.535258963197524
},
"report_id" : "report_id",
"scanner" : {
"vendor" : "vendor"
},
"description" : "description",
"id" : "id",
"classification" : "classification",
"enumeration" : "enumeration",
"category" : [ "category", "category" ]
},
"message" : "message",
"tags" : [ "tags", "tags" ],
"labels" : "labels",
"orchestrator" : {
"cluster" : {
"name" : "name",
"id" : "id",
"version" : "version",
"url" : "url"
},
"resource" : {
"parent" : {
"type" : "type"
},
"ip" : [ "ip", "ip" ],
"name" : "name",
"id" : "id",
"type" : "type"
},
"organization" : "organization",
"namespace" : "namespace",
"type" : "type",
"api_version" : "api_version"
},
"@timestamp" : "2000-01-23T04:56:07.000+00:00",
"EPMWinMac" : {
"COM" : {
"AppID" : "AppID",
"CLSID" : "CLSID",
"DisplayName" : "DisplayName"
},
"AuthorizingUser" : {
"Identifier" : "Identifier",
"DomainNetBIOSName" : "DomainNetBIOSName",
"DomainName" : "DomainName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier",
"CredentialSource" : "CredentialSource"
},
"PrivilegedGroup" : {
"Access" : "Access",
"RID" : "RID",
"Name" : "Name"
},
"AuthorizationRequest" : {
"AuthRequestURI" : "AuthRequestURI",
"ControlAuthorization" : true
},
"SchemaVersion" : "SchemaVersion",
"Configuration" : {
"Path" : "Path",
"Message" : {
"UserRequestManagementId" : "UserRequestManagementId",
"Authorization" : {
"ResponseStatus" : "ResponseStatus",
"ChallengeCode" : "ChallengeCode"
},
"AuthMethods" : [ "AuthMethods", "AuthMethods" ],
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier",
"Authentication" : {
"User" : "User"
},
"UserReason" : "UserReason",
"Name" : "Name"
},
"GPO" : {
"Version" : "Version",
"DisplayName" : "DisplayName",
"LinkInformation" : "LinkInformation",
"ActiveDirectoryPath" : "ActiveDirectoryPath"
},
"LoadAuditMode" : [ "LoadAuditMode", "LoadAuditMode" ],
"Token" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"ContentGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"RuleScript" : {
"Outcome" : {
"Version" : "Version",
"Output" : "Output",
"RuleAffected" : true,
"Name" : "Name",
"Result" : "Result"
},
"FileName" : "FileName",
"Publisher" : "Publisher"
},
"RevisionNumber" : "RevisionNumber",
"Workstyle" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Source" : "Source",
"Name" : "Name",
"ApplicationGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Identifier" : "Identifier",
"Content" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
},
"SigningEnforcement" : "SigningEnforcement",
"Rule" : {
"Action" : "Action",
"Identifier" : "Identifier",
"OnDemand" : true
},
"Application" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
}
},
"Installer" : {
"Action" : "Action",
"ProductCode" : "ProductCode",
"UpgradeCode" : "UpgradeCode"
},
"License" : {
"InvalidReason" : "InvalidReason"
},
"ActiveX" : {
"Version" : "Version",
"CLSID" : "CLSID",
"Codebase" : "Codebase"
},
"GroupId" : "GroupId",
"TenantId" : "TenantId",
"StoreApp" : {
"Version" : "Version",
"Publisher" : "Publisher",
"Name" : "Name"
},
"ServiceControl" : {
"Service" : {
"Action" : "Action",
"DisplayName" : "DisplayName",
"Name" : "Name"
}
},
"TrustedApplication" : {
"Version" : "Version",
"Name" : "Name"
},
"Event" : {
"Type" : "Type",
"Action" : "Action"
},
"RemotePowerShell" : {
"Command" : "Command"
},
"AdapterVersion" : "AdapterVersion",
"Session" : {
"Locale" : "Locale",
"PowerUser" : true,
"WindowsSessionId" : "WindowsSessionId",
"JITAdmin" : {
"TicketIdentifier" : "TicketIdentifier",
"RequestIdentifier" : "RequestIdentifier"
},
"Administrator" : true,
"Identifier" : "Identifier",
"UILanguage" : "UILanguage"
}
},
"data_stream" : {
"namespace" : "namespace",
"type" : "type",
"dataset" : "dataset"
},
"service" : {
"node" : {
"role" : "role",
"name" : "name"
},
"environment" : "environment",
"address" : "address",
"origin" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version",
"target" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
}
},
"organization" : {
"name" : "name",
"id" : "id"
},
"http" : {
"request" : {
"referrer" : "referrer",
"method" : "method",
"mime_type" : "mime_type",
"bytes" : 6,
"id" : "id",
"body" : {
"bytes" : 0,
"content" : "content"
}
},
"response" : {
"status_code" : 4,
"mime_type" : "mime_type",
"bytes" : 4,
"body" : {
"bytes" : 1,
"content" : "content"
}
},
"version" : "version"
},
"tls" : {
"cipher" : "cipher",
"established" : true,
"server" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"ja3s" : "ja3s",
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"curve" : "curve",
"next_protocol" : "next_protocol",
"client" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"server_name" : "server_name",
"supported_ciphers" : [ "supported_ciphers", "supported_ciphers" ],
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"ja3" : "ja3",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"resumed" : true,
"version" : "version",
"version_protocol" : "version_protocol"
},
"threat" : {
"indicator" : {
"first_seen" : "2000-01-23T04:56:07.000+00:00",
"last_seen" : "2000-01-23T04:56:07.000+00:00",
"confidence" : "confidence",
"ip" : "ip",
"sightings" : 4,
"description" : "description",
"type" : "type",
"url" : {
"extension" : "extension",
"original" : "original",
"scheme" : "scheme",
"top_level_domain" : "top_level_domain",
"query" : "query",
"path" : "path",
"registered_domain" : "registered_domain",
"fragment" : "fragment",
"password" : "password",
"port" : 0,
"domain" : "domain",
"subdomain" : "subdomain",
"full" : "full",
"username" : "username"
},
"scanner_stats" : 2,
"reference" : "reference",
"marking" : {
"tlp" : "tlp"
},
"port" : 9,
"provider" : "provider",
"modified_at" : "2000-01-23T04:56:07.000+00:00",
"email" : {
"address" : "address"
}
},
"feed" : {
"reference" : "reference",
"name" : "name",
"description" : "description",
"dashboard_id" : "dashboard_id"
},
"framework" : "framework",
"software" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id",
"type" : "type",
"platforms" : [ "platforms", "platforms" ]
},
"technique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"subtechnique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
},
"id" : [ "id", "id" ]
},
"enrichments" : [ {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
}, {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
} ],
"group" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id"
},
"tactic" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
}
},
"transaction" : {
"id" : "id"
},
"span" : {
"id" : "id"
}
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success EpmEcsEventResponseModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails500
Server ErrorQuery parameters
TimePeriod.StartDate (required)
TimePeriod.EndDate (required)
ComputerGroups (optional)
OperatingSystem (required)
Events.EventAction (optional)
Events.EventCode (optional)
Events.EventType (optional)
Application.ApplicationType (optional)
Computers.HostName (optional)
Computers.HostDomain (optional)
Users.UserName (optional)
Users.UserDomain (optional)
Policies.WorkstyleName (optional)
Policies.ApplicationGroupName (optional)
Policies.OnDemandRule (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Return type
Example data
{
"totalRecordsReturned" : 0,
"events" : [ {
"container" : {
"image" : {
"name" : "name",
"tag" : [ "tag", "tag" ],
"hash" : {
"all" : [ "all", "all" ]
}
},
"disk" : {
"read" : {
"bytes" : 4
},
"write" : {
"bytes" : 5
}
},
"memory" : {
"usage" : 9.965781217890562
},
"name" : "name",
"cpu" : {
"usage" : 1.1730742509559433
},
"runtime" : "runtime",
"id" : "id",
"labels" : "labels",
"network" : {
"ingress" : {
"bytes" : 9
},
"egress" : {
"bytes" : 6
}
}
},
"server" : {
"nat" : {
"port" : 7,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 0,
"domain" : "domain",
"subdomain" : "subdomain"
},
"agent" : {
"build" : {
"original" : "original"
},
"name" : "name",
"id" : "id",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"faas" : {
"execution" : "execution",
"coldstart" : true,
"name" : "name",
"id" : "id",
"trigger" : {
"type" : "type",
"request_id" : "request_id"
},
"version" : "version"
},
"log" : {
"file" : {
"path" : "path"
},
"level" : "level",
"logger" : "logger",
"origin" : {
"file" : {
"line" : 7,
"name" : "name"
},
"function" : "function"
},
"syslog" : "syslog"
},
"destination" : {
"nat" : {
"port" : 3,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 6,
"registered_domain" : "registered_domain",
"port" : 8,
"bytes" : 9,
"domain" : "domain",
"subdomain" : "subdomain"
},
"rule" : {
"reference" : "reference",
"license" : "license",
"author" : [ "author", "author" ],
"name" : "name",
"ruleset" : "ruleset",
"description" : "description",
"id" : "id",
"category" : "category",
"uuid" : "uuid",
"version" : "version"
},
"error" : {
"code" : "code",
"id" : "id",
"stack_trace" : "stack_trace",
"message" : "message",
"type" : "type"
},
"network" : {
"transport" : "transport",
"type" : "type",
"inner" : "inner",
"packets" : 0,
"protocol" : "protocol",
"forwarded_ip" : "forwarded_ip",
"community_id" : "community_id",
"application" : "application",
"vlan" : {
"name" : "name",
"id" : "id"
},
"bytes" : 9,
"name" : "name",
"iana_number" : "iana_number",
"direction" : "direction"
},
"cloud" : {
"availability_zone" : "availability_zone",
"instance" : {
"name" : "name",
"id" : "id"
},
"provider" : "provider",
"machine" : {
"type" : "type"
},
"service" : {
"name" : "name"
},
"origin" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
},
"project" : {
"name" : "name",
"id" : "id"
},
"region" : "region",
"account" : {
"name" : "name",
"id" : "id"
},
"target" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
}
},
"observer" : {
"product" : "product",
"ip" : [ "ip", "ip" ],
"serial_number" : "serial_number",
"type" : "type",
"version" : "version",
"mac" : [ "mac", "mac" ],
"egress" : "egress",
"ingress" : "ingress",
"hostname" : "hostname",
"vendor" : "vendor",
"name" : "name"
},
"trace" : {
"id" : "id"
},
"file" : {
"extension" : "extension",
"SourceUrl" : "SourceUrl",
"Owner" : {
"Identifier" : "Identifier",
"DomainName" : "DomainName",
"DomainNetBIOSName" : "DomainNetBIOSName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier"
},
"gid" : "gid",
"Description" : "Description",
"drive_letter" : "drive_letter",
"ProductVersion" : "ProductVersion",
"type" : "type",
"mtime" : "2000-01-23T04:56:07.000+00:00",
"accessed" : "2000-01-23T04:56:07.000+00:00",
"directory" : "directory",
"inode" : "inode",
"mode" : "mode",
"path" : "path",
"uid" : "uid",
"Version" : "Version",
"ctime" : "2000-01-23T04:56:07.000+00:00",
"fork_name" : "fork_name",
"elf" : {
"imports" : {
"key" : "imports"
},
"shared_libraries" : [ "shared_libraries", "shared_libraries" ],
"byte_order" : "byte_order",
"exports" : {
"key" : "exports"
},
"cpu_type" : "cpu_type",
"header" : {
"object_version" : "object_version",
"data" : "data",
"os_abi" : "os_abi",
"entrypoint" : 7,
"abi_version" : "abi_version",
"type" : "type",
"class" : "class",
"version" : "version"
},
"creation_date" : "2000-01-23T04:56:07.000+00:00",
"sections" : [ {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
}, {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
} ],
"telfhash" : "telfhash",
"architecture" : "architecture",
"segments" : [ {
"type" : "type",
"sections" : "sections"
}, {
"type" : "type",
"sections" : "sections"
} ]
},
"group" : "group",
"owner" : "owner",
"created" : "2000-01-23T04:56:07.000+00:00",
"Bundle" : {
"Type" : "Type",
"DownloadSource" : "DownloadSource",
"Version" : "Version",
"InfoDescription" : "InfoDescription",
"Creator" : "Creator",
"Uri" : "Uri",
"Name" : "Name"
},
"target_path" : "target_path",
"DriveType" : "DriveType",
"x509" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"public_key_exponent" : 3,
"not_before" : "2000-01-23T04:56:07.000+00:00",
"subject" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
},
"public_key_algorithm" : "public_key_algorithm",
"public_key_curve" : "public_key_curve",
"signature_algorithm" : "signature_algorithm",
"version_number" : "version_number",
"serial_number" : "serial_number",
"public_key_size" : 3,
"alternative_names" : [ "alternative_names", "alternative_names" ],
"issuer" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
}
},
"size" : 6,
"mime_type" : "mime_type",
"ZoneTag" : "ZoneTag",
"name" : "name",
"attributes" : [ "attributes", "attributes" ],
"device" : "device"
},
"ecs" : {
"version" : "version"
},
"related" : {
"hosts" : [ "hosts", "hosts" ],
"ip" : [ "ip", "ip" ],
"user" : [ "user", "user" ],
"hash" : [ "hash", "hash" ]
},
"host" : {
"DefaultUILanguage" : "DefaultUILanguage",
"os" : {
"kernel" : "kernel",
"name" : "name",
"ProductType" : "ProductType",
"type" : "type",
"family" : "family",
"version" : "version",
"platform" : "platform",
"full" : "full"
},
"DomainNetBIOSName" : "DomainNetBIOSName",
"ip" : [ "ip", "ip" ],
"cpu" : {
"usage" : 7.740351818741173
},
"pid_ns_ino" : "pid_ns_ino",
"type" : "type",
"mac" : [ "mac", "mac" ],
"uptime" : 8,
"network" : {
"ingress" : {
"bytes" : 7,
"packets" : 5
},
"egress" : {
"bytes" : 3,
"packets" : 4
}
},
"DefaultLocale" : "DefaultLocale",
"hostname" : "hostname",
"disk" : {
"read" : {
"bytes" : 3
},
"write" : {
"bytes" : 3
}
},
"domain" : "domain",
"NetBIOSName" : "NetBIOSName",
"name" : "name",
"id" : "id",
"ChassisType" : "ChassisType",
"boot" : {
"id" : "id"
},
"architecture" : "architecture",
"DomainIdentifier" : "DomainIdentifier"
},
"client" : {
"nat" : {
"port" : 5,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 5,
"Name" : "Name",
"geo" : {
"continent_name" : "continent_name",
"region_iso_code" : "region_iso_code",
"city_name" : "city_name",
"country_iso_code" : "country_iso_code",
"timezone" : "timezone",
"country_name" : "country_name",
"name" : "name",
"continent_code" : "continent_code",
"location" : {
"lon" : 7.061401241503109,
"lat" : 9.301444243932576
},
"region_name" : "region_name",
"postal_code" : "postal_code",
"TimezoneOffset" : 3
},
"registered_domain" : "registered_domain",
"as" : {
"number" : 2,
"organization" : {
"name" : "name"
}
},
"port" : 6,
"bytes" : 1,
"domain" : "domain",
"subdomain" : "subdomain",
"user" : {
"DomainNetBIOSName" : "DomainNetBIOSName",
"roles" : [ "roles", "roles" ],
"changes" : {
"DefaultTimezoneOffset" : 6,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 7,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"LocalIdentifier" : 4,
"target" : {
"DefaultTimezoneOffset" : 7,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"DefaultTimezoneOffset" : 2,
"effective" : {
"DefaultTimezoneOffset" : 1,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"full_name" : "full_name",
"domain" : "domain",
"name" : "name",
"id" : "id",
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier",
"group" : {
"domain" : "domain",
"name" : "name",
"id" : "id"
}
}
},
"event" : {
"reason" : "reason",
"code" : "code",
"timezone" : "timezone",
"type" : [ "type", "type" ],
"duration" : 2,
"reference" : "reference",
"agent_id_status" : "agent_id_status",
"ingested" : "2000-01-23T04:56:07.000+00:00",
"provider" : "provider",
"action" : "action",
"end" : "2000-01-23T04:56:07.000+00:00",
"id" : "id",
"outcome" : "outcome",
"ReceivedAt" : "2000-01-23T04:56:07.000+00:00",
"severity" : 1,
"original" : "original",
"risk_score" : 6.878052220127876,
"kind" : "kind",
"created" : "2000-01-23T04:56:07.000+00:00",
"module" : "module",
"start" : "2000-01-23T04:56:07.000+00:00",
"url" : "url",
"sequence" : 6,
"risk_score_norm" : 5.944895607614016,
"category" : [ "category", "category" ],
"dataset" : "dataset",
"hash" : "hash"
},
"email" : {
"cc" : {
"address" : [ "address", "address" ]
},
"origination_timestamp" : "2000-01-23T04:56:07.000+00:00",
"attachments" : [ {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
}, {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
} ],
"bcc" : {
"address" : [ "address", "address" ]
},
"local_id" : "local_id",
"subject" : "subject",
"message_id" : "message_id",
"x_mailer" : "x_mailer",
"content_type" : "content_type",
"reply_to" : {
"address" : [ "address", "address" ]
},
"sender" : {
"address" : "address"
},
"delivery_timestamp" : "2000-01-23T04:56:07.000+00:00",
"from" : {
"address" : [ "address", "address" ]
},
"to" : {
"address" : [ "address", "address" ]
},
"direction" : "direction"
},
"user_agent" : {
"original" : "original",
"name" : "name",
"version" : "version",
"device" : {
"name" : "name"
}
},
"registry" : {
"hive" : "hive",
"path" : "path",
"data" : {
"strings" : [ "strings", "strings" ],
"bytes" : "bytes",
"type" : "type"
},
"value" : "value",
"key" : "key"
},
"process" : {
"parent" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 1,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"group_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 9,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 1,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 9,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 3,
"command_line" : "command_line"
},
"pgid" : 8,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 4,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 6,
"command_line" : "command_line"
},
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"previous" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 3,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 2,
"command_line" : "command_line"
},
"pgid" : 7,
"start" : "2000-01-23T04:56:07.000+00:00",
"entry_meta" : {
"source" : {
"nat" : {
"port" : 2,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 3,
"domain" : "domain",
"subdomain" : "subdomain"
},
"type" : "type"
},
"thread" : {
"name" : "name",
"id" : 4
},
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 6,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"session_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 3,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 5,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 9,
"command_line" : "command_line"
},
"entry_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 5,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 8,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"package" : {
"installed" : "2000-01-23T04:56:07.000+00:00",
"build_version" : "build_version",
"description" : "description",
"type" : "type",
"version" : "version",
"reference" : "reference",
"path" : "path",
"license" : "license",
"install_scope" : "install_scope",
"size" : 9,
"name" : "name",
"checksum" : "checksum",
"architecture" : "architecture"
},
"dll" : {
"path" : "path",
"code_signature" : {
"valid" : true,
"digest_algorithm" : "digest_algorithm",
"signing_id" : "signing_id",
"trusted" : true,
"subject_name" : "subject_name",
"exists" : true,
"team_id" : "team_id",
"status" : "status",
"timestamp" : "2000-01-23T04:56:07.000+00:00"
},
"pe" : {
"file_version" : "file_version",
"product" : "product",
"imphash" : "imphash",
"description" : "description",
"original_file_name" : "original_file_name",
"company" : "company",
"pehash" : "pehash",
"architecture" : "architecture"
},
"name" : "name",
"hash" : {
"sha1" : "sha1",
"sha384" : "sha384",
"sha256" : "sha256",
"sha512" : "sha512",
"tlsh" : "tlsh",
"ssdeep" : "ssdeep",
"md5" : "md5"
}
},
"dns" : {
"op_code" : "op_code",
"response_code" : "response_code",
"resolved_ip" : [ "resolved_ip", "resolved_ip" ],
"question" : {
"registered_domain" : "registered_domain",
"top_level_domain" : "top_level_domain",
"name" : "name",
"subdomain" : "subdomain",
"type" : "type",
"class" : "class"
},
"answers" : "answers",
"id" : "id",
"header_flags" : [ "header_flags", "header_flags" ],
"type" : "type"
},
"vulnerability" : {
"reference" : "reference",
"severity" : "severity",
"score" : {
"environmental" : 4.8789878742268815,
"version" : "version",
"temporal" : 6.173804034172511,
"base" : 2.535258963197524
},
"report_id" : "report_id",
"scanner" : {
"vendor" : "vendor"
},
"description" : "description",
"id" : "id",
"classification" : "classification",
"enumeration" : "enumeration",
"category" : [ "category", "category" ]
},
"message" : "message",
"tags" : [ "tags", "tags" ],
"labels" : "labels",
"orchestrator" : {
"cluster" : {
"name" : "name",
"id" : "id",
"version" : "version",
"url" : "url"
},
"resource" : {
"parent" : {
"type" : "type"
},
"ip" : [ "ip", "ip" ],
"name" : "name",
"id" : "id",
"type" : "type"
},
"organization" : "organization",
"namespace" : "namespace",
"type" : "type",
"api_version" : "api_version"
},
"@timestamp" : "2000-01-23T04:56:07.000+00:00",
"EPMWinMac" : {
"COM" : {
"AppID" : "AppID",
"CLSID" : "CLSID",
"DisplayName" : "DisplayName"
},
"AuthorizingUser" : {
"Identifier" : "Identifier",
"DomainNetBIOSName" : "DomainNetBIOSName",
"DomainName" : "DomainName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier",
"CredentialSource" : "CredentialSource"
},
"PrivilegedGroup" : {
"Access" : "Access",
"RID" : "RID",
"Name" : "Name"
},
"AuthorizationRequest" : {
"AuthRequestURI" : "AuthRequestURI",
"ControlAuthorization" : true
},
"SchemaVersion" : "SchemaVersion",
"Configuration" : {
"Path" : "Path",
"Message" : {
"UserRequestManagementId" : "UserRequestManagementId",
"Authorization" : {
"ResponseStatus" : "ResponseStatus",
"ChallengeCode" : "ChallengeCode"
},
"AuthMethods" : [ "AuthMethods", "AuthMethods" ],
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier",
"Authentication" : {
"User" : "User"
},
"UserReason" : "UserReason",
"Name" : "Name"
},
"GPO" : {
"Version" : "Version",
"DisplayName" : "DisplayName",
"LinkInformation" : "LinkInformation",
"ActiveDirectoryPath" : "ActiveDirectoryPath"
},
"LoadAuditMode" : [ "LoadAuditMode", "LoadAuditMode" ],
"Token" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"ContentGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"RuleScript" : {
"Outcome" : {
"Version" : "Version",
"Output" : "Output",
"RuleAffected" : true,
"Name" : "Name",
"Result" : "Result"
},
"FileName" : "FileName",
"Publisher" : "Publisher"
},
"RevisionNumber" : "RevisionNumber",
"Workstyle" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Source" : "Source",
"Name" : "Name",
"ApplicationGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Identifier" : "Identifier",
"Content" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
},
"SigningEnforcement" : "SigningEnforcement",
"Rule" : {
"Action" : "Action",
"Identifier" : "Identifier",
"OnDemand" : true
},
"Application" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
}
},
"Installer" : {
"Action" : "Action",
"ProductCode" : "ProductCode",
"UpgradeCode" : "UpgradeCode"
},
"License" : {
"InvalidReason" : "InvalidReason"
},
"ActiveX" : {
"Version" : "Version",
"CLSID" : "CLSID",
"Codebase" : "Codebase"
},
"GroupId" : "GroupId",
"TenantId" : "TenantId",
"StoreApp" : {
"Version" : "Version",
"Publisher" : "Publisher",
"Name" : "Name"
},
"ServiceControl" : {
"Service" : {
"Action" : "Action",
"DisplayName" : "DisplayName",
"Name" : "Name"
}
},
"TrustedApplication" : {
"Version" : "Version",
"Name" : "Name"
},
"Event" : {
"Type" : "Type",
"Action" : "Action"
},
"RemotePowerShell" : {
"Command" : "Command"
},
"AdapterVersion" : "AdapterVersion",
"Session" : {
"Locale" : "Locale",
"PowerUser" : true,
"WindowsSessionId" : "WindowsSessionId",
"JITAdmin" : {
"TicketIdentifier" : "TicketIdentifier",
"RequestIdentifier" : "RequestIdentifier"
},
"Administrator" : true,
"Identifier" : "Identifier",
"UILanguage" : "UILanguage"
}
},
"data_stream" : {
"namespace" : "namespace",
"type" : "type",
"dataset" : "dataset"
},
"service" : {
"node" : {
"role" : "role",
"name" : "name"
},
"environment" : "environment",
"address" : "address",
"origin" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version",
"target" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
}
},
"organization" : {
"name" : "name",
"id" : "id"
},
"http" : {
"request" : {
"referrer" : "referrer",
"method" : "method",
"mime_type" : "mime_type",
"bytes" : 6,
"id" : "id",
"body" : {
"bytes" : 0,
"content" : "content"
}
},
"response" : {
"status_code" : 4,
"mime_type" : "mime_type",
"bytes" : 4,
"body" : {
"bytes" : 1,
"content" : "content"
}
},
"version" : "version"
},
"tls" : {
"cipher" : "cipher",
"established" : true,
"server" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"ja3s" : "ja3s",
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"curve" : "curve",
"next_protocol" : "next_protocol",
"client" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"server_name" : "server_name",
"supported_ciphers" : [ "supported_ciphers", "supported_ciphers" ],
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"ja3" : "ja3",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"resumed" : true,
"version" : "version",
"version_protocol" : "version_protocol"
},
"threat" : {
"indicator" : {
"first_seen" : "2000-01-23T04:56:07.000+00:00",
"last_seen" : "2000-01-23T04:56:07.000+00:00",
"confidence" : "confidence",
"ip" : "ip",
"sightings" : 4,
"description" : "description",
"type" : "type",
"url" : {
"extension" : "extension",
"original" : "original",
"scheme" : "scheme",
"top_level_domain" : "top_level_domain",
"query" : "query",
"path" : "path",
"registered_domain" : "registered_domain",
"fragment" : "fragment",
"password" : "password",
"port" : 0,
"domain" : "domain",
"subdomain" : "subdomain",
"full" : "full",
"username" : "username"
},
"scanner_stats" : 2,
"reference" : "reference",
"marking" : {
"tlp" : "tlp"
},
"port" : 9,
"provider" : "provider",
"modified_at" : "2000-01-23T04:56:07.000+00:00",
"email" : {
"address" : "address"
}
},
"feed" : {
"reference" : "reference",
"name" : "name",
"description" : "description",
"dashboard_id" : "dashboard_id"
},
"framework" : "framework",
"software" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id",
"type" : "type",
"platforms" : [ "platforms", "platforms" ]
},
"technique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"subtechnique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
},
"id" : [ "id", "id" ]
},
"enrichments" : [ {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
}, {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
} ],
"group" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id"
},
"tactic" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
}
},
"transaction" : {
"id" : "id"
},
"span" : {
"id" : "id"
}
}, {
"container" : {
"image" : {
"name" : "name",
"tag" : [ "tag", "tag" ],
"hash" : {
"all" : [ "all", "all" ]
}
},
"disk" : {
"read" : {
"bytes" : 4
},
"write" : {
"bytes" : 5
}
},
"memory" : {
"usage" : 9.965781217890562
},
"name" : "name",
"cpu" : {
"usage" : 1.1730742509559433
},
"runtime" : "runtime",
"id" : "id",
"labels" : "labels",
"network" : {
"ingress" : {
"bytes" : 9
},
"egress" : {
"bytes" : 6
}
}
},
"server" : {
"nat" : {
"port" : 7,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 0,
"domain" : "domain",
"subdomain" : "subdomain"
},
"agent" : {
"build" : {
"original" : "original"
},
"name" : "name",
"id" : "id",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"faas" : {
"execution" : "execution",
"coldstart" : true,
"name" : "name",
"id" : "id",
"trigger" : {
"type" : "type",
"request_id" : "request_id"
},
"version" : "version"
},
"log" : {
"file" : {
"path" : "path"
},
"level" : "level",
"logger" : "logger",
"origin" : {
"file" : {
"line" : 7,
"name" : "name"
},
"function" : "function"
},
"syslog" : "syslog"
},
"destination" : {
"nat" : {
"port" : 3,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 6,
"registered_domain" : "registered_domain",
"port" : 8,
"bytes" : 9,
"domain" : "domain",
"subdomain" : "subdomain"
},
"rule" : {
"reference" : "reference",
"license" : "license",
"author" : [ "author", "author" ],
"name" : "name",
"ruleset" : "ruleset",
"description" : "description",
"id" : "id",
"category" : "category",
"uuid" : "uuid",
"version" : "version"
},
"error" : {
"code" : "code",
"id" : "id",
"stack_trace" : "stack_trace",
"message" : "message",
"type" : "type"
},
"network" : {
"transport" : "transport",
"type" : "type",
"inner" : "inner",
"packets" : 0,
"protocol" : "protocol",
"forwarded_ip" : "forwarded_ip",
"community_id" : "community_id",
"application" : "application",
"vlan" : {
"name" : "name",
"id" : "id"
},
"bytes" : 9,
"name" : "name",
"iana_number" : "iana_number",
"direction" : "direction"
},
"cloud" : {
"availability_zone" : "availability_zone",
"instance" : {
"name" : "name",
"id" : "id"
},
"provider" : "provider",
"machine" : {
"type" : "type"
},
"service" : {
"name" : "name"
},
"origin" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
},
"project" : {
"name" : "name",
"id" : "id"
},
"region" : "region",
"account" : {
"name" : "name",
"id" : "id"
},
"target" : {
"availability_zone" : "availability_zone",
"provider" : "provider",
"region" : "region"
}
},
"observer" : {
"product" : "product",
"ip" : [ "ip", "ip" ],
"serial_number" : "serial_number",
"type" : "type",
"version" : "version",
"mac" : [ "mac", "mac" ],
"egress" : "egress",
"ingress" : "ingress",
"hostname" : "hostname",
"vendor" : "vendor",
"name" : "name"
},
"trace" : {
"id" : "id"
},
"file" : {
"extension" : "extension",
"SourceUrl" : "SourceUrl",
"Owner" : {
"Identifier" : "Identifier",
"DomainName" : "DomainName",
"DomainNetBIOSName" : "DomainNetBIOSName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier"
},
"gid" : "gid",
"Description" : "Description",
"drive_letter" : "drive_letter",
"ProductVersion" : "ProductVersion",
"type" : "type",
"mtime" : "2000-01-23T04:56:07.000+00:00",
"accessed" : "2000-01-23T04:56:07.000+00:00",
"directory" : "directory",
"inode" : "inode",
"mode" : "mode",
"path" : "path",
"uid" : "uid",
"Version" : "Version",
"ctime" : "2000-01-23T04:56:07.000+00:00",
"fork_name" : "fork_name",
"elf" : {
"imports" : {
"key" : "imports"
},
"shared_libraries" : [ "shared_libraries", "shared_libraries" ],
"byte_order" : "byte_order",
"exports" : {
"key" : "exports"
},
"cpu_type" : "cpu_type",
"header" : {
"object_version" : "object_version",
"data" : "data",
"os_abi" : "os_abi",
"entrypoint" : 7,
"abi_version" : "abi_version",
"type" : "type",
"class" : "class",
"version" : "version"
},
"creation_date" : "2000-01-23T04:56:07.000+00:00",
"sections" : [ {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
}, {
"chi2" : 4,
"virtual_address" : 7,
"entropy" : 0,
"physical_offset" : "physical_offset",
"flags" : "flags",
"name" : "name",
"physical_size" : 0,
"type" : "type",
"virtual_size" : 6
} ],
"telfhash" : "telfhash",
"architecture" : "architecture",
"segments" : [ {
"type" : "type",
"sections" : "sections"
}, {
"type" : "type",
"sections" : "sections"
} ]
},
"group" : "group",
"owner" : "owner",
"created" : "2000-01-23T04:56:07.000+00:00",
"Bundle" : {
"Type" : "Type",
"DownloadSource" : "DownloadSource",
"Version" : "Version",
"InfoDescription" : "InfoDescription",
"Creator" : "Creator",
"Uri" : "Uri",
"Name" : "Name"
},
"target_path" : "target_path",
"DriveType" : "DriveType",
"x509" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"public_key_exponent" : 3,
"not_before" : "2000-01-23T04:56:07.000+00:00",
"subject" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
},
"public_key_algorithm" : "public_key_algorithm",
"public_key_curve" : "public_key_curve",
"signature_algorithm" : "signature_algorithm",
"version_number" : "version_number",
"serial_number" : "serial_number",
"public_key_size" : 3,
"alternative_names" : [ "alternative_names", "alternative_names" ],
"issuer" : {
"state_or_province" : [ "state_or_province", "state_or_province" ],
"country" : [ "country", "country" ],
"organization" : [ "organization", "organization" ],
"distinguished_name" : "distinguished_name",
"locality" : [ "locality", "locality" ],
"common_name" : [ "common_name", "common_name" ],
"organizational_unit" : [ "organizational_unit", "organizational_unit" ]
}
},
"size" : 6,
"mime_type" : "mime_type",
"ZoneTag" : "ZoneTag",
"name" : "name",
"attributes" : [ "attributes", "attributes" ],
"device" : "device"
},
"ecs" : {
"version" : "version"
},
"related" : {
"hosts" : [ "hosts", "hosts" ],
"ip" : [ "ip", "ip" ],
"user" : [ "user", "user" ],
"hash" : [ "hash", "hash" ]
},
"host" : {
"DefaultUILanguage" : "DefaultUILanguage",
"os" : {
"kernel" : "kernel",
"name" : "name",
"ProductType" : "ProductType",
"type" : "type",
"family" : "family",
"version" : "version",
"platform" : "platform",
"full" : "full"
},
"DomainNetBIOSName" : "DomainNetBIOSName",
"ip" : [ "ip", "ip" ],
"cpu" : {
"usage" : 7.740351818741173
},
"pid_ns_ino" : "pid_ns_ino",
"type" : "type",
"mac" : [ "mac", "mac" ],
"uptime" : 8,
"network" : {
"ingress" : {
"bytes" : 7,
"packets" : 5
},
"egress" : {
"bytes" : 3,
"packets" : 4
}
},
"DefaultLocale" : "DefaultLocale",
"hostname" : "hostname",
"disk" : {
"read" : {
"bytes" : 3
},
"write" : {
"bytes" : 3
}
},
"domain" : "domain",
"NetBIOSName" : "NetBIOSName",
"name" : "name",
"id" : "id",
"ChassisType" : "ChassisType",
"boot" : {
"id" : "id"
},
"architecture" : "architecture",
"DomainIdentifier" : "DomainIdentifier"
},
"client" : {
"nat" : {
"port" : 5,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 5,
"Name" : "Name",
"geo" : {
"continent_name" : "continent_name",
"region_iso_code" : "region_iso_code",
"city_name" : "city_name",
"country_iso_code" : "country_iso_code",
"timezone" : "timezone",
"country_name" : "country_name",
"name" : "name",
"continent_code" : "continent_code",
"location" : {
"lon" : 7.061401241503109,
"lat" : 9.301444243932576
},
"region_name" : "region_name",
"postal_code" : "postal_code",
"TimezoneOffset" : 3
},
"registered_domain" : "registered_domain",
"as" : {
"number" : 2,
"organization" : {
"name" : "name"
}
},
"port" : 6,
"bytes" : 1,
"domain" : "domain",
"subdomain" : "subdomain",
"user" : {
"DomainNetBIOSName" : "DomainNetBIOSName",
"roles" : [ "roles", "roles" ],
"changes" : {
"DefaultTimezoneOffset" : 6,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 7,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"LocalIdentifier" : 4,
"target" : {
"DefaultTimezoneOffset" : 7,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"DefaultTimezoneOffset" : 2,
"effective" : {
"DefaultTimezoneOffset" : 1,
"full_name" : "full_name",
"DomainNetBIOSName" : "DomainNetBIOSName",
"domain" : "domain",
"roles" : [ "roles", "roles" ],
"name" : "name",
"id" : "id",
"LocalIdentifier" : 1,
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier"
},
"full_name" : "full_name",
"domain" : "domain",
"name" : "name",
"id" : "id",
"email" : "email",
"hash" : "hash",
"DomainIdentifier" : "DomainIdentifier",
"group" : {
"domain" : "domain",
"name" : "name",
"id" : "id"
}
}
},
"event" : {
"reason" : "reason",
"code" : "code",
"timezone" : "timezone",
"type" : [ "type", "type" ],
"duration" : 2,
"reference" : "reference",
"agent_id_status" : "agent_id_status",
"ingested" : "2000-01-23T04:56:07.000+00:00",
"provider" : "provider",
"action" : "action",
"end" : "2000-01-23T04:56:07.000+00:00",
"id" : "id",
"outcome" : "outcome",
"ReceivedAt" : "2000-01-23T04:56:07.000+00:00",
"severity" : 1,
"original" : "original",
"risk_score" : 6.878052220127876,
"kind" : "kind",
"created" : "2000-01-23T04:56:07.000+00:00",
"module" : "module",
"start" : "2000-01-23T04:56:07.000+00:00",
"url" : "url",
"sequence" : 6,
"risk_score_norm" : 5.944895607614016,
"category" : [ "category", "category" ],
"dataset" : "dataset",
"hash" : "hash"
},
"email" : {
"cc" : {
"address" : [ "address", "address" ]
},
"origination_timestamp" : "2000-01-23T04:56:07.000+00:00",
"attachments" : [ {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
}, {
"file" : {
"extension" : "extension",
"size" : 6,
"mime_type" : "mime_type",
"name" : "name"
}
} ],
"bcc" : {
"address" : [ "address", "address" ]
},
"local_id" : "local_id",
"subject" : "subject",
"message_id" : "message_id",
"x_mailer" : "x_mailer",
"content_type" : "content_type",
"reply_to" : {
"address" : [ "address", "address" ]
},
"sender" : {
"address" : "address"
},
"delivery_timestamp" : "2000-01-23T04:56:07.000+00:00",
"from" : {
"address" : [ "address", "address" ]
},
"to" : {
"address" : [ "address", "address" ]
},
"direction" : "direction"
},
"user_agent" : {
"original" : "original",
"name" : "name",
"version" : "version",
"device" : {
"name" : "name"
}
},
"registry" : {
"hive" : "hive",
"path" : "path",
"data" : {
"strings" : [ "strings", "strings" ],
"bytes" : "bytes",
"type" : "type"
},
"value" : "value",
"key" : "key"
},
"process" : {
"parent" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 1,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"group_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 9,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 1,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 9,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 3,
"command_line" : "command_line"
},
"pgid" : 8,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 4,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 6,
"command_line" : "command_line"
},
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"previous" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 3,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 2,
"command_line" : "command_line"
},
"pgid" : 7,
"start" : "2000-01-23T04:56:07.000+00:00",
"entry_meta" : {
"source" : {
"nat" : {
"port" : 2,
"ip" : "ip"
},
"address" : "address",
"top_level_domain" : "top_level_domain",
"ip" : "ip",
"mac" : "mac",
"packets" : 0,
"registered_domain" : "registered_domain",
"port" : 4,
"bytes" : 3,
"domain" : "domain",
"subdomain" : "subdomain"
},
"type" : "type"
},
"thread" : {
"name" : "name",
"id" : 4
},
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 6,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"session_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 3,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 3,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 5,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 9,
"command_line" : "command_line"
},
"entry_leader" : {
"ElevationRequired" : true,
"interactive" : true,
"pid" : 0,
"working_directory" : "working_directory",
"title" : "title",
"end" : "2000-01-23T04:56:07.000+00:00",
"same_as_process" : true,
"pgid" : 5,
"start" : "2000-01-23T04:56:07.000+00:00",
"entity_id" : "entity_id",
"executable" : "executable",
"uptime" : 8,
"env_vars" : "env_vars",
"args" : [ "args", "args" ],
"name" : "name",
"exit_code" : 7,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"name" : "name",
"exit_code" : 8,
"tty" : "tty",
"args_count" : 5,
"command_line" : "command_line"
},
"package" : {
"installed" : "2000-01-23T04:56:07.000+00:00",
"build_version" : "build_version",
"description" : "description",
"type" : "type",
"version" : "version",
"reference" : "reference",
"path" : "path",
"license" : "license",
"install_scope" : "install_scope",
"size" : 9,
"name" : "name",
"checksum" : "checksum",
"architecture" : "architecture"
},
"dll" : {
"path" : "path",
"code_signature" : {
"valid" : true,
"digest_algorithm" : "digest_algorithm",
"signing_id" : "signing_id",
"trusted" : true,
"subject_name" : "subject_name",
"exists" : true,
"team_id" : "team_id",
"status" : "status",
"timestamp" : "2000-01-23T04:56:07.000+00:00"
},
"pe" : {
"file_version" : "file_version",
"product" : "product",
"imphash" : "imphash",
"description" : "description",
"original_file_name" : "original_file_name",
"company" : "company",
"pehash" : "pehash",
"architecture" : "architecture"
},
"name" : "name",
"hash" : {
"sha1" : "sha1",
"sha384" : "sha384",
"sha256" : "sha256",
"sha512" : "sha512",
"tlsh" : "tlsh",
"ssdeep" : "ssdeep",
"md5" : "md5"
}
},
"dns" : {
"op_code" : "op_code",
"response_code" : "response_code",
"resolved_ip" : [ "resolved_ip", "resolved_ip" ],
"question" : {
"registered_domain" : "registered_domain",
"top_level_domain" : "top_level_domain",
"name" : "name",
"subdomain" : "subdomain",
"type" : "type",
"class" : "class"
},
"answers" : "answers",
"id" : "id",
"header_flags" : [ "header_flags", "header_flags" ],
"type" : "type"
},
"vulnerability" : {
"reference" : "reference",
"severity" : "severity",
"score" : {
"environmental" : 4.8789878742268815,
"version" : "version",
"temporal" : 6.173804034172511,
"base" : 2.535258963197524
},
"report_id" : "report_id",
"scanner" : {
"vendor" : "vendor"
},
"description" : "description",
"id" : "id",
"classification" : "classification",
"enumeration" : "enumeration",
"category" : [ "category", "category" ]
},
"message" : "message",
"tags" : [ "tags", "tags" ],
"labels" : "labels",
"orchestrator" : {
"cluster" : {
"name" : "name",
"id" : "id",
"version" : "version",
"url" : "url"
},
"resource" : {
"parent" : {
"type" : "type"
},
"ip" : [ "ip", "ip" ],
"name" : "name",
"id" : "id",
"type" : "type"
},
"organization" : "organization",
"namespace" : "namespace",
"type" : "type",
"api_version" : "api_version"
},
"@timestamp" : "2000-01-23T04:56:07.000+00:00",
"EPMWinMac" : {
"COM" : {
"AppID" : "AppID",
"CLSID" : "CLSID",
"DisplayName" : "DisplayName"
},
"AuthorizingUser" : {
"Identifier" : "Identifier",
"DomainNetBIOSName" : "DomainNetBIOSName",
"DomainName" : "DomainName",
"Name" : "Name",
"DomainIdentifier" : "DomainIdentifier",
"CredentialSource" : "CredentialSource"
},
"PrivilegedGroup" : {
"Access" : "Access",
"RID" : "RID",
"Name" : "Name"
},
"AuthorizationRequest" : {
"AuthRequestURI" : "AuthRequestURI",
"ControlAuthorization" : true
},
"SchemaVersion" : "SchemaVersion",
"Configuration" : {
"Path" : "Path",
"Message" : {
"UserRequestManagementId" : "UserRequestManagementId",
"Authorization" : {
"ResponseStatus" : "ResponseStatus",
"ChallengeCode" : "ChallengeCode"
},
"AuthMethods" : [ "AuthMethods", "AuthMethods" ],
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier",
"Authentication" : {
"User" : "User"
},
"UserReason" : "UserReason",
"Name" : "Name"
},
"GPO" : {
"Version" : "Version",
"DisplayName" : "DisplayName",
"LinkInformation" : "LinkInformation",
"ActiveDirectoryPath" : "ActiveDirectoryPath"
},
"LoadAuditMode" : [ "LoadAuditMode", "LoadAuditMode" ],
"Token" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"ContentGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"RuleScript" : {
"Outcome" : {
"Version" : "Version",
"Output" : "Output",
"RuleAffected" : true,
"Name" : "Name",
"Result" : "Result"
},
"FileName" : "FileName",
"Publisher" : "Publisher"
},
"RevisionNumber" : "RevisionNumber",
"Workstyle" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Source" : "Source",
"Name" : "Name",
"ApplicationGroup" : {
"Description" : "Description",
"Identifier" : "Identifier",
"Name" : "Name"
},
"Identifier" : "Identifier",
"Content" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
},
"SigningEnforcement" : "SigningEnforcement",
"Rule" : {
"Action" : "Action",
"Identifier" : "Identifier",
"OnDemand" : true
},
"Application" : {
"Type" : "Type",
"Description" : "Description",
"Identifier" : "Identifier"
}
},
"Installer" : {
"Action" : "Action",
"ProductCode" : "ProductCode",
"UpgradeCode" : "UpgradeCode"
},
"License" : {
"InvalidReason" : "InvalidReason"
},
"ActiveX" : {
"Version" : "Version",
"CLSID" : "CLSID",
"Codebase" : "Codebase"
},
"GroupId" : "GroupId",
"TenantId" : "TenantId",
"StoreApp" : {
"Version" : "Version",
"Publisher" : "Publisher",
"Name" : "Name"
},
"ServiceControl" : {
"Service" : {
"Action" : "Action",
"DisplayName" : "DisplayName",
"Name" : "Name"
}
},
"TrustedApplication" : {
"Version" : "Version",
"Name" : "Name"
},
"Event" : {
"Type" : "Type",
"Action" : "Action"
},
"RemotePowerShell" : {
"Command" : "Command"
},
"AdapterVersion" : "AdapterVersion",
"Session" : {
"Locale" : "Locale",
"PowerUser" : true,
"WindowsSessionId" : "WindowsSessionId",
"JITAdmin" : {
"TicketIdentifier" : "TicketIdentifier",
"RequestIdentifier" : "RequestIdentifier"
},
"Administrator" : true,
"Identifier" : "Identifier",
"UILanguage" : "UILanguage"
}
},
"data_stream" : {
"namespace" : "namespace",
"type" : "type",
"dataset" : "dataset"
},
"service" : {
"node" : {
"role" : "role",
"name" : "name"
},
"environment" : "environment",
"address" : "address",
"origin" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
},
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version",
"target" : {
"environment" : "environment",
"address" : "address",
"name" : "name",
"id" : "id",
"state" : "state",
"type" : "type",
"ephemeral_id" : "ephemeral_id",
"version" : "version"
}
},
"organization" : {
"name" : "name",
"id" : "id"
},
"http" : {
"request" : {
"referrer" : "referrer",
"method" : "method",
"mime_type" : "mime_type",
"bytes" : 6,
"id" : "id",
"body" : {
"bytes" : 0,
"content" : "content"
}
},
"response" : {
"status_code" : 4,
"mime_type" : "mime_type",
"bytes" : 4,
"body" : {
"bytes" : 1,
"content" : "content"
}
},
"version" : "version"
},
"tls" : {
"cipher" : "cipher",
"established" : true,
"server" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"ja3s" : "ja3s",
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"curve" : "curve",
"next_protocol" : "next_protocol",
"client" : {
"not_after" : "2000-01-23T04:56:07.000+00:00",
"server_name" : "server_name",
"supported_ciphers" : [ "supported_ciphers", "supported_ciphers" ],
"subject" : "subject",
"not_before" : "2000-01-23T04:56:07.000+00:00",
"certificate" : "certificate",
"ja3" : "ja3",
"issuer" : "issuer",
"certificate_chain" : [ "certificate_chain", "certificate_chain" ],
"hash" : {
"sha1" : "sha1",
"sha256" : "sha256",
"md5" : "md5"
}
},
"resumed" : true,
"version" : "version",
"version_protocol" : "version_protocol"
},
"threat" : {
"indicator" : {
"first_seen" : "2000-01-23T04:56:07.000+00:00",
"last_seen" : "2000-01-23T04:56:07.000+00:00",
"confidence" : "confidence",
"ip" : "ip",
"sightings" : 4,
"description" : "description",
"type" : "type",
"url" : {
"extension" : "extension",
"original" : "original",
"scheme" : "scheme",
"top_level_domain" : "top_level_domain",
"query" : "query",
"path" : "path",
"registered_domain" : "registered_domain",
"fragment" : "fragment",
"password" : "password",
"port" : 0,
"domain" : "domain",
"subdomain" : "subdomain",
"full" : "full",
"username" : "username"
},
"scanner_stats" : 2,
"reference" : "reference",
"marking" : {
"tlp" : "tlp"
},
"port" : 9,
"provider" : "provider",
"modified_at" : "2000-01-23T04:56:07.000+00:00",
"email" : {
"address" : "address"
}
},
"feed" : {
"reference" : "reference",
"name" : "name",
"description" : "description",
"dashboard_id" : "dashboard_id"
},
"framework" : "framework",
"software" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id",
"type" : "type",
"platforms" : [ "platforms", "platforms" ]
},
"technique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"subtechnique" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
},
"id" : [ "id", "id" ]
},
"enrichments" : [ {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
}, {
"indicator" : "indicator",
"matched" : {
"field" : "field",
"occurred" : "2000-01-23T04:56:07.000+00:00",
"atomic" : "atomic",
"index" : "index",
"id" : "id",
"type" : "type"
}
} ],
"group" : {
"reference" : "reference",
"name" : "name",
"alias" : [ "alias", "alias" ],
"id" : "id"
},
"tactic" : {
"reference" : [ "reference", "reference" ],
"name" : [ "name", "name" ],
"id" : [ "id", "id" ]
}
},
"transaction" : {
"id" : "id"
},
"span" : {
"id" : "id"
}
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success EpmEcsEventResponseModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails500
Server ErrorFile
Return type
Example data
""
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success String401
Unauthorized ProblemDetails404
Not Found ProblemDetailsGlobalRoles
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.Name (optional)
Filter.Description (optional)
Filter.IsBuiltIn (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"permissions" : [ "permissions", "permissions" ],
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isBuiltIn" : true
}, {
"permissions" : [ "permissions", "permissions" ],
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isBuiltIn" : true
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success GlobalRoleModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Return type
Example data
{
"permissions" : [ {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
}, {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
} ],
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isBuiltIn" : true,
"users" : [ {
"emailAddress" : "emailAddress",
"accountName" : "accountName",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"emailAddress" : "emailAddress",
"accountName" : "accountName",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success GlobalRoleDetailModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetailsGroups
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UUID400
Bad Request ProblemDetails404
Not Found ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsQuery parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.Id (optional)
Filter.Name (optional)
Filter.Description (optional)
Filter.PolicyName (optional)
Filter.PolicyRevisionStatus (optional)
Filter.ComputerCount (optional)
Filter.ActiveComputers.Value (optional)
Filter.ActiveComputers.Operator (optional)
Filter.Created.Dates (optional)
Filter.Created.SelectionMode (optional)
Filter.Default (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"policyAssigned" : "2000-01-23T04:56:07.000+00:00",
"policyName" : "policyName",
"created" : "2000-01-23T04:56:07.000+00:00",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"revision" : 7,
"computerCount" : 5,
"activeComputers" : 2,
"default" : true,
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"policyRevisionStatus" : "OnAssignedPolicy"
}, {
"policyAssigned" : "2000-01-23T04:56:07.000+00:00",
"policyName" : "policyName",
"created" : "2000-01-23T04:56:07.000+00:00",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"revision" : 7,
"computerCount" : 5,
"activeComputers" : 2,
"default" : true,
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"policyRevisionStatus" : "OnAssignedPolicy"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success GroupListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:multipart/form-data
application/x-www-form-urlencoded
Form parameters
csvFile (optional)
csvFile (optional)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content UUID404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content UUID404
Not Found ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID409
Conflict ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content UUID404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
[ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
202
Accepted204
No Content404
Not Found ProblemDetails423
Client Error ProblemDetailsPolicies
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.Name (optional)
Filter.Size (optional)
Filter.Revision (optional)
Filter.TotalAssignedRevisions (optional)
Filter.Created.Dates (optional)
Filter.Created.SelectionMode (optional)
Filter.DraftUser (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"latestAssignedRevisions" : 3,
"created" : "2000-01-23T04:56:07.000+00:00",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"hasOpenDraft" : true,
"periodLocked" : "periodLocked",
"revision" : 2,
"totalAssignedRevisions" : 9,
"totalRevisions" : 7,
"openDraftId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"checkedOutDate" : "2000-01-23T04:56:07.000+00:00",
"isAssignedToGroup" : true,
"size" : 5,
"draftUserId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"lastModifiedUserId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"lastModifiedUser" : "lastModifiedUser",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"lastModified" : "2000-01-23T04:56:07.000+00:00",
"draftUser" : "draftUser",
"locked" : true,
"lastPolicyToGroupAssignment" : "2000-01-23T04:56:07.000+00:00"
}, {
"latestAssignedRevisions" : 3,
"created" : "2000-01-23T04:56:07.000+00:00",
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"description" : "description",
"hasOpenDraft" : true,
"periodLocked" : "periodLocked",
"revision" : 2,
"totalAssignedRevisions" : 9,
"totalRevisions" : 7,
"openDraftId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"checkedOutDate" : "2000-01-23T04:56:07.000+00:00",
"isAssignedToGroup" : true,
"size" : 5,
"draftUserId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"lastModifiedUserId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"lastModifiedUser" : "lastModifiedUser",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"lastModified" : "2000-01-23T04:56:07.000+00:00",
"draftUser" : "draftUser",
"locked" : true,
"lastPolicyToGroupAssignment" : "2000-01-23T04:56:07.000+00:00"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success PolicyListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Return type
Example data
[ {
"isDefault" : true,
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"isDefault" : true,
"policyId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"description" : "description",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"policyRevisionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
404
Not Found ProblemDetailsPath parameters
id (required)
Query parameters
forceDelete (optional)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Return type
Example data
[ {
"size" : 6,
"created" : "2000-01-23T04:56:07.000+00:00",
"isAssignedGroup" : true,
"comment" : "comment",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"user" : "user",
"revision" : 0
}, {
"size" : 6,
"created" : "2000-01-23T04:56:07.000+00:00",
"isAssignedGroup" : true,
"comment" : "comment",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"user" : "user",
"revision" : 0
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:multipart/form-data
application/x-www-form-urlencoded
Form parameters
PolicyFile (optional)
AutoAssignToGroup (optional)
PolicyFile (optional)
AutoAssignToGroup (optional)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails415
Client Error ProblemDetails423
Client Error ProblemDetailsPath parameters
policyRevisionId (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
404
Not Found ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:multipart/form-data
application/x-www-form-urlencoded
Form parameters
Name (optional)
Description (optional)
PolicyFile (optional)
Name (optional)
Description (optional)
PolicyFile (optional)
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails409
Conflict ProblemDetails415
Client Error ProblemDetailsRoles
Return type
Example data
[ {
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowPermissions" : [ {
"resource" : "resource",
"action" : "action"
}, {
"resource" : "resource",
"action" : "action"
} ],
"denyPermissions" : [ null, null ]
}, {
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowPermissions" : [ {
"resource" : "resource",
"action" : "action"
}, {
"resource" : "resource",
"action" : "action"
} ],
"denyPermissions" : [ null, null ]
} ]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Return type
Example data
{
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowPermissions" : [ {
"resource" : "resource",
"action" : "action"
}, {
"resource" : "resource",
"action" : "action"
} ],
"denyPermissions" : [ null, null ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success RoleModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorScimResourceTypes
Query parameters
api-version (required)
Return type
Example data
{
"totalResults" : 0,
"startIndex" : 6,
"itemsPerPage" : 1,
"schemas" : [ "schemas", "schemas" ],
"Resources" : [ {
"schema" : "schema",
"endpoint" : "endpoint",
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description"
}, {
"schema" : "schema",
"endpoint" : "endpoint",
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimResourceResponseScimListResponseQuery parameters
api-version (required)
Return type
Example data
{
"schema" : "schema",
"endpoint" : "endpoint",
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimResourceResponseQuery parameters
api-version (required)
Return type
Example data
{
"schema" : "schema",
"endpoint" : "endpoint",
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimResourceResponseScimRoles
Query parameters
filter (optional)
startIndex (optional)
count (optional)
api-version (required)
Return type
Example data
{
"totalResults" : 0,
"startIndex" : 6,
"itemsPerPage" : 1,
"schemas" : [ "schemas", "schemas" ],
"Resources" : [ {
"meta" : {
"created" : "2000-01-23T04:56:07.000+00:00",
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"display" : "display",
"type" : "type",
"value" : "value",
"enabled" : true
}, {
"meta" : {
"created" : "2000-01-23T04:56:07.000+00:00",
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"display" : "display",
"type" : "type",
"value" : "value",
"enabled" : true
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimUserRoleScimListResponseScimSchemas
Query parameters
api-version (required)
Return type
Example data
{
"totalResults" : 0,
"startIndex" : 6,
"itemsPerPage" : 1,
"schemas" : [ "schemas", "schemas" ],
"Resources" : [ {
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description",
"attributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true,
"subAttributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
} ]
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true,
"subAttributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
} ]
} ],
"id" : "id"
}, {
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : "name",
"description" : "description",
"attributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true,
"subAttributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
} ]
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true,
"subAttributes" : [ {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
}, {
"uniqueness" : "uniqueness",
"name" : "name",
"description" : "description",
"canonicalValues" : [ "canonicalValues", "canonicalValues" ],
"mutability" : "mutability",
"type" : "type",
"caseExact" : true,
"multiValued" : true,
"returned" : "returned",
"required" : true
} ]
} ],
"id" : "id"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimSchemaResponseScimListResponseScimServiceProviderConfig
Query parameters
api-version (required)
Return type
Example data
{
"patch" : {
"supported" : true
},
"authenticationSchemes" : {
"name" : "name",
"description" : "description",
"type" : "type",
"primary" : true
},
"meta" : {
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"rolesAndEntitlements" : {
"roles" : {
"primarySupported" : true,
"typeSupported" : true,
"multipleRolesSupported" : true,
"enabled" : true
}
},
"bulk" : {
"maxPayloadSize" : 6,
"maxOperations" : 0,
"supported" : true
}
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimServiceProviderConfigResponseScimUsers
Query parameters
filter (optional)
startIndex (optional)
count (optional)
api-version (required)
Return type
Example data
{
"totalResults" : 0,
"startIndex" : 6,
"itemsPerPage" : 1,
"schemas" : [ "schemas", "schemas" ],
"Resources" : [ {
"entitlements" : [ null, null ],
"displayName" : "displayName",
"timezone" : "timezone",
"roles" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"externalId" : "externalId",
"groups" : [ "", "" ],
"active" : true,
"userName" : "userName",
"locale" : "locale",
"emails" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"password" : "password",
"dateTimeFormat" : "dateTimeFormat",
"meta" : {
"created" : "2000-01-23T04:56:07.000+00:00",
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : {
"givenName" : "givenName",
"familyName" : "familyName",
"middleName" : "middleName"
},
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"entitlements" : [ null, null ],
"displayName" : "displayName",
"timezone" : "timezone",
"roles" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"externalId" : "externalId",
"groups" : [ "", "" ],
"active" : true,
"userName" : "userName",
"locale" : "locale",
"emails" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"password" : "password",
"dateTimeFormat" : "dateTimeFormat",
"meta" : {
"created" : "2000-01-23T04:56:07.000+00:00",
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : {
"givenName" : "givenName",
"familyName" : "familyName",
"middleName" : "middleName"
},
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimUserModelScimListResponseConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Query parameters
api-version (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
201
Created400
Bad Request ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails500
Server ErrorPath parameters
userID (required)
Query parameters
api-version (required)
Return type
Example data
{
"entitlements" : [ null, null ],
"displayName" : "displayName",
"timezone" : "timezone",
"roles" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"externalId" : "externalId",
"groups" : [ "", "" ],
"active" : true,
"userName" : "userName",
"locale" : "locale",
"emails" : [ {
"type" : "type",
"value" : "value",
"primary" : true
}, {
"type" : "type",
"value" : "value",
"primary" : true
} ],
"password" : "password",
"dateTimeFormat" : "dateTimeFormat",
"meta" : {
"created" : "2000-01-23T04:56:07.000+00:00",
"resourceType" : "resourceType"
},
"schemas" : [ "schemas", "schemas" ],
"name" : {
"givenName" : "givenName",
"familyName" : "familyName",
"middleName" : "middleName"
},
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success ScimUserModel404
Not Found ProblemDetailsPath parameters
userID (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Query parameters
api-version (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success404
Not Found ProblemDetails405
Method Not Allowed ProblemDetails423
Client Error ProblemDetailsPath parameters
userID (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Query parameters
api-version (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/scim+json
Responses
200
Success404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsTasks
Path parameters
id (required)
Return type
Example data
{
"initiated" : "2000-01-23T04:56:07.000+00:00",
"messageParameters" : [ {
"key" : "messageParameters"
}, {
"key" : "messageParameters"
} ],
"stateName" : "stateName",
"tenantId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"state" : 0,
"completed" : "2000-01-23T04:56:07.000+00:00",
"completedWithErrors" : true,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"user" : "user"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success TaskDetailModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetailsUsers
Query parameters
Sorts (optional)
Pagination.PageSize (optional)
Pagination.PageNumber (optional)
Filter.EmailAddress (optional)
Filter.RoleId (optional)
Filter.LastSignedIn.Dates (optional)
Filter.LastSignedIn.SelectionMode (optional)
Filter.Disabled (optional)
Filter.Language (optional)
Return type
Example data
{
"pageCount" : 5,
"pageNumber" : 0,
"data" : [ {
"accountName" : "accountName",
"created" : "2000-01-23T04:56:07.000+00:00",
"roles" : [ {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
}, {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
} ],
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"language" : "language",
"emailAddress" : "emailAddress",
"olsonTimeZoneId" : "olsonTimeZoneId",
"roleName" : "roleName",
"disabled" : true,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"dateTimeDisplayFormat" : "dateTimeDisplayFormat",
"lastSignedIn" : "2000-01-23T04:56:07.000+00:00"
}, {
"accountName" : "accountName",
"created" : "2000-01-23T04:56:07.000+00:00",
"roles" : [ {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
}, {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"type" : "type",
"resourceType" : "resourceType"
} ],
"errorInfo" : {
"userAccountName" : "userAccountName",
"parentTaskName" : "parentTaskName",
"initiated" : "2000-01-23T04:56:07.000+00:00",
"errorCode" : 0,
"userId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"language" : "language",
"emailAddress" : "emailAddress",
"olsonTimeZoneId" : "olsonTimeZoneId",
"roleName" : "roleName",
"disabled" : true,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"locked" : true,
"dateTimeDisplayFormat" : "dateTimeDisplayFormat",
"lastSignedIn" : "2000-01-23T04:56:07.000+00:00"
} ],
"pageSize" : 6,
"totalRecordCount" : 1
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UserListItemModelPagedResponse400
Bad Request ProblemDetails401
Unauthorized ProblemDetails500
Server ErrorPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content401
Unauthorized ProblemDetails404
Not Found ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Return type
Example data
{
"emailAddress" : "emailAddress",
"accountName" : "accountName",
"created" : "2000-01-23T04:56:07.000+00:00",
"olsonTimeZoneId" : "olsonTimeZoneId",
"roles" : [ {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowPermissions" : [ {
"resource" : "resource",
"action" : "action"
}, {
"resource" : "resource",
"action" : "action"
} ],
"type" : "type",
"denyPermissions" : [ null, null ],
"resourceType" : "resourceType"
}, {
"resourceId" : "resourceId",
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowPermissions" : [ {
"resource" : "resource",
"action" : "action"
}, {
"resource" : "resource",
"action" : "action"
} ],
"type" : "type",
"denyPermissions" : [ null, null ],
"resourceType" : "resourceType"
} ],
"isFirstSignIn" : true,
"disabled" : true,
"language" : "language",
"allowInvites" : true,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"dateTimeDisplayFormat" : "dateTimeDisplayFormat",
"lastSignedIn" : "2000-01-23T04:56:07.000+00:00"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
200
Success UserDetailModel400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Consumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content400
Bad Request ProblemDetails401
Unauthorized ProblemDetails404
Not Found ProblemDetails409
Conflict ProblemDetails423
Client Error ProblemDetailsPath parameters
id (required)
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
204
No Content401
Unauthorized ProblemDetails404
Not Found ProblemDetailsConsumes
This API call consumes the following media types via the Content-Type request header:application/json
text/json
application/*+json
Request body
Return type
Example data
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plain
application/json
text/json
Responses
201
Created UUID400
Bad Request ProblemDetails401
Unauthorized ProblemDetails409
Conflict ProblemDetailsModels
[ Jump to Methods ]Table of Contents
AboutModel
AcceptedDomainDetailModel
AcceptedDomainListItemModel
AccessDecision
Activex
ActivityAuditDetailModel
ActivityAuditDetailModelPagedResponse
ActivityAuditListItemModel
ActivityAuditListItemModelPagedResponse
ActivityAuditPermissionSetModel
ActivityAuditRoleNameModel
ActivtyAuditRoleResourceModel
AdminAccessRequestDecision
AdminAccessRequestInfo
AdminAccessRequestModel
AdminAccessRequestModelPagedResponse
AdminAccessServiceTicket
AdminRequestDecisionModel
AdminRequestNoteModel
Agent
AgentBuild
AgentDataAuditingDetailModel
AgentHostType
ApiAccountListItemModel
ApiClientDataAuditingDetailModel
AppSwitcherRequest
Application
Applicationgroup
As
AsOrganization
AssignComputersToGroupRequest
AssignPolicyRevisionToGroupRequest
AssignPolicyRevisionToMultipleGroupsRequest
AssignUserToRolesRequest
Attribute
Authentication
Authorization
AuthorizationRequestAuditDetailModel
AuthorizationRequestAuditDetailModelPagedResponse
AuthorizationRequestAuditListItemModel
AuthorizationRequestAuditListItemModelPagedResponse
AuthorizationRequestDataAuditingDetailModel
AuthorizationRequestDetailsModel
AuthorizationRequestListItemModel
AuthorizationRequestNotificationModel
Authorizationrequest
Authorizinguser
AutoAssignPolicyRevisionToGroupRequest
AutoUpdateGroupClientSettingsDataAuditingDetailModel
AutoUpdateGroupConfigSettingsDataAuditingDetailModel
AutoUpdateGroupMacClientSettingsDataAuditingDetailModel
AutoUpdateRateLimitDataAuditingDetailModel
AzureADIntegrationDataAuditingDetailModel
Bundle
CertificateInformationModel
ChangedBy
ClearPolicyToGroupsModel
Client
ClientNat
Cloud
CloudAccount
CloudInstance
CloudMachine
CloudOrigin
CloudProject
CloudService
CloudTarget
CodeSignature
Com
ComputerDataAuditingDetailModel
ComputerDetailModel
ComputerFilterModel
ComputerListItemModel
ComputerListItemModelPagedResponse
ComputerLogModel
ComputerPolicyDataAuditingDetailModel
ComputerRenewCertificateRequest
ComputerRetrieveLogsRequest
ComputerRetrieveStatusInfoRequest
ComputersArchiveRequest
ComputersAuthoriseRequest
ComputersDeactivateRequest
ComputersRejectRequest
ComputersRemoveRequest
ComputersUnarchiveRequest
Configuration
ConnectorDetail
Container
ContainerCpu
ContainerDisk
ContainerDiskRead
ContainerDiskWrite
ContainerImage
ContainerImageHash
ContainerMemory
ContainerNetwork
ContainerNetworkEgress
ContainerNetworkIngress
Content
Contentgroup
CountRange
CreateAcceptedDomainRequest
CreateGroupRequest
DataStream
DateFilterModel
DateSelectionMode
Destination
DestinationNat
Dll
Dns
DnsQuestion
Ecs
Elf
ElfHeader
ElfSections
ElfSegments
Email
EmailAttachments
EmailAttachmentsFile
EmailBcc
EmailCc
EmailFrom
EmailReplyTo
EmailSender
EmailTo
EndpointInformationModel
EpmEcsEvent
EpmEcsEventResponseModel
EpmEcsEventSpan
EpmEcsEventTrace
EpmEcsEventTransaction
Epmwinmac
Error
Event
ExternalAdminRequestModel
Faas
FaasTrigger
File
Geo
GeoPoint
GlobalRoleDetailModel
GlobalRoleModel
GlobalRoleModelPagedResponse
Gpo
Group
GroupDataAuditingDetailModel
GroupListItemModel
GroupListItemModelPagedResponse
Hash
Host
HostBoot
HostCpu
HostDisk
HostDiskRead
HostDiskWrite
HostNetwork
HostNetworkEgress
HostNetworkIngress
Http
HttpRequest
HttpRequestBody
HttpResponse
HttpResponseBody
InstallationKeyDataAuditingDetailModel
Installer
Jitadmin
License
ListItemErrorInfoModel
Log
LogFile
LogOrigin
LogOriginFile
MMCRemoteClientDataAuditingDetailModel
ManagementRuleDataAuditingDetailModel
Message
ModifyAcceptedDomainRequest
ModifyGroupRequest
ModifyPolicyRequest
ModifyUserPreferencesRequest
ModifyUserRequest
Network
OS
Observer
OpenIdConfigDataAuditingDetailModel
OperationValue
Operator
Orchestrator
OrchestratorCluster
OrchestratorResource
OrchestratorResourceParent
Organization
Os
Owner
Package
Pe
PermissionGroupDataAuditingDetailModel
PolicyDataAudtingDetailModel
PolicyGroupsListItemModel
PolicyListItemModel
PolicyListItemModelPagedResponse
PolicyRevisionDataAuditingDetailModel
PolicyRevisionModel
PolicyRevisionState
Privilegedgroup
ProblemDetails
Process
ProcessEntryLeader
ProcessEntryMeta
ProcessGroupLeader
ProcessParent
ProcessPrevious
ProcessSessionLeader
ProcessThread
Registry
RegistryData
Related
Remotepowershell
ReputationSettingsDataAuditingDetailModel
RequestInfoDetails
RequestinfoModel
RoleElement
RoleItemModel
RoleListItemModel
RoleModel
RolePermissionModel
RoleResourceModel
Roles
Rule
Rulescript
RulescriptOutcome
SCIMEmail
SCIMUserName
ScimAuthenticationSchemes
ScimBulk
ScimOperation
ScimResourceMeta
ScimResourceResponse
ScimResourceResponseScimListResponse
ScimRolesAndEntitlements
ScimSchemaResponse
ScimSchemaResponseScimListResponse
ScimServiceProviderConfigResponse
ScimSupported
ScimUserMetaModel
ScimUserModel
ScimUserModelScimListResponse
ScimUserPatchRequest
ScimUserRole
ScimUserRoleScimListResponse
SecuritySettingsDataAuditingDetailModel
Server
ServerNat
Service
ServiceNode
ServiceOrigin
ServiceTarget
ServiceTicket
Servicecontrol
ServicecontrolService
Session
SettingDataAuditingDetailModel
SiemIntegrationBaseDetailModel
SiemIntegrationQradarAuditingDetailModel
SiemIntegrationS3AuditingDetailModel
SiemIntegrationSentinelAuditingDetailModel
SiemIntegrationSplunkAuditingDetailModel
SortDirection
SortModel
Source
SourceNat
Storeapp
SubAttribute
TaskDetailModel
Threat
ThreatEnrichments
ThreatEnrichmentsMatched
ThreatFeed
ThreatGroup
ThreatIndicator
ThreatIndicatorEmail
ThreatIndicatorMarking
ThreatSoftware
ThreatTactic
ThreatTechnique
ThreatTechniqueSubtechnique
TicketNote
Tls
TlsClient
TlsClientHash
TlsServer
TlsServerHash
Token
Trustedapplication
UnassignComputersToGroupRequest
Url
User
UserAgent
UserAgentDevice
UserChanges
UserDataAuditing
UserDetailModel
UserEffective
UserGlobalRoleModel
UserListItemModel
UserListItemModelPagedResponse
UserRoleResourceItemModel
UserTarget
V2CreateUserRequest
Vlan
Vulnerability
VulnerabilityScanner
VulnerabilityScore
Workstyle
X509
X509Issuer
X509Subject
_event
_rule
id_AssignComputersByCsv_body
id_AssignComputersByCsv_body_1
id_Upload_body
id_Upload_body_1
v2_Policies_body
v2_Policies_body_1
AboutModel
consoleVersion (optional)
reportingDatabaseVersion (optional)
policyEditorVersion (optional)
AcceptedDomainDetailModel
id (optional)
domain (optional)
created (optional)
AcceptedDomainListItemModel
id (optional)
locked (optional)
errorInfo (optional)
domain (optional)
created (optional)
AccessDecision
status (optional)
duration (optional)
startTime (optional)
ActivityAuditDetailModel
id (optional)
details (optional)
userId (optional)
user (optional)
entity (optional)
entityName (optional)
auditType (optional)
created (optional)
changedBy (optional)
apiClientDataAuditing (optional)
computerDataAuditing (optional)
groupDataAuditing (optional)
installationKeyDataAuditing (optional)
policyDataAuditing (optional)
policyRevisionDataAuditing (optional)
settingsDataAuditing (optional)
userDataAuditing (optional)
openIdConfigDataAuditing (optional)
mmcRemoteClientDataAuditing (optional)
computerPolicyDataAuditing (optional)
azureADIntegrationDataAuditing (optional)
authorizationRequestDataAuditing (optional)
reputationSettingsDataAuditing (optional)
securitySettingsDataAuditing (optional)
siemIntegrationBaseDetailModel (optional)
siemIntegrationQradarAuditing (optional)
siemIntegrationS3Auditing (optional)
siemIntegrationSentinelAuditing (optional)
siemIntegrationSplunkAuditing (optional)
agentDataAuditing (optional)
managementRuleDataAuditing (optional)
autoUpdateRateLimitDataAuditing (optional)
autoUpdateGroupConfigSettingsDataAuditing (optional)
autoUpdateGroupClientSettingsDataAuditing (optional)
permissionGroupDataAuditing (optional)
autoUpdateGroupMacClientSettingsDataAuditing (optional)
ActivityAuditDetailModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
ActivityAuditListItemModel
id (optional)
locked (optional)
errorInfo (optional)
details (optional)
user (optional)
created (optional)
entity (optional)
entityName (optional)
auditType (optional)
changedBy (optional)
ActivityAuditListItemModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
ActivityAuditPermissionSetModel
permissionSetId (optional)
permissionSetName (optional)
ActivityAuditRoleNameModel
roleId (optional)
roleName (optional)
ActivtyAuditRoleResourceModel
resourceType (optional)
resourceId (optional)
resourceName (optional)
newRoles (optional)
oldRoles (optional)
AdminAccessRequestDecision
status (optional)
Status of the decision
Pending - No decision Approved - decision approved. allow execution Denied - decision denied. continue to block execution
duration (optional)
startTime (optional)
endTime (optional)
AdminAccessRequestInfo
requestId (optional)
ticketId (optional)
createdOn (optional)
modifiedOn (optional)
computerId (optional)
reason (optional)
userId (optional)
userName (optional)
durationRequested (optional)
AdminAccessRequestModel
requestInfo (optional)
accessDecision (optional)
serviceTicket (optional)
notes (optional)
AdminAccessRequestModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
AdminAccessServiceTicket
ticketId (optional)
systemId (optional)
url (optional)
AdminRequestDecisionModel
requestId (optional)
decision (optional)
duration (optional)
decisionPerformedByUser (optional)
message (optional)
systemId (optional)
ticketId (optional)
ticketUrl (optional)
AdminRequestNoteModel
note (optional)
userName (optional)
userId (optional)
addedOn (optional)
Agent
version (optional)
build (optional)
name (optional)
type (optional)
id (optional)
ephemeral_id (optional)
AgentDataAuditingDetailModel
newAgentId (optional)
oldAgentId (optional)
newTimestamp (optional)
oldTimestamp (optional)
newHostType (optional)
oldHostType (optional)
newOsName (optional)
oldOsName (optional)
newAdapterVersion (optional)
oldAdapterVersion (optional)
newComputerGroupId (optional)
oldComputerGroupId (optional)
newComputerGroupName (optional)
oldComputerGroupName (optional)
ApiAccountListItemModel
id (optional)
locked (optional)
errorInfo (optional)
name (optional)
description (optional)
clientId (optional)
createdDate (optional)
scimAccess (optional)
urmAccess (optional)
reportingAccess (optional)
auditAccess (optional)
managementAccess (optional)
insightAccess (optional)
ApiClientDataAuditingDetailModel
newName (optional)
oldName (optional)
newDescription (optional)
oldDescription (optional)
secretUpdated (optional)
deleted (optional)
AppSwitcherRequest
organizationId (optional)
connectorList (optional)
AssignComputersToGroupRequest
computerIds (optional)
excludedComputerIds (optional)
computer ids which will not be assigned to group
excluded computers Ids will only be applicable when "allComputers" is set to false.
format: uuidfilter (optional)
allComputers (optional)
AssignPolicyRevisionToMultipleGroupsRequest
groupIds (optional)
policyRevisionId (optional)
AssignUserToRolesRequest
roleResource (optional)
Attribute
name (optional)
description (optional)
type (optional)
caseExact (optional)
multiValued (optional)
mutability (optional)
required (optional)
returned (optional)
uniqueness (optional)
subAttributes (optional)
AuthorizationRequestAuditDetailModel
id (optional)
ticketId (optional)
productName (optional)
user (optional)
computerName (optional)
reason (optional)
decisionPerformedByUser (optional)
timeOfRequest (optional)
decisionTime (optional)
decision (optional)
startTime (optional)
duration (optional)
AuthorizationRequestAuditDetailModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
AuthorizationRequestAuditListItemModel
id (optional)
ticketId (optional)
productName (optional)
user (optional)
computerName (optional)
reason (optional)
decisionPerformedByUser (optional)
timeOfRequest (optional)
decisionTime (optional)
decision (optional)
duration (optional)
startTime (optional)
AuthorizationRequestAuditListItemModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
AuthorizationRequestDataAuditingDetailModel
oldAuthRequestIntegrationEnabled (optional)
oldAuthRequestHostName (optional)
oldAuthRequestClientId (optional)
oldAuthRequestClientSecret (optional)
oldAuthRequestPassword (optional)
oldAuthRequestUserName (optional)
oldAuthRequestApiClientId (optional)
oldAuthRequestApiClientSecret (optional)
authRequestIntegrationEnabled (optional)
authRequestHostName (optional)
authRequestClientId (optional)
authRequestClientSecret (optional)
authRequestPassword (optional)
authRequestUserName (optional)
authRequestApiClientId (optional)
authRequestApiClientSecret (optional)
authRequestConfigChanged (optional)
AuthorizationRequestDetailsModel
requestInfo (optional)
accessDecision (optional)
serviceTicket (optional)
notes (optional)
AuthorizationRequestListItemModel
requestInfo (optional)
accessDecision (optional)
serviceTicket (optional)
AuthorizationRequestNotificationModel
status
decision
decisionPerformedByUser
duration
itsmRequestId
decisionTime
message
systemId
ticketId
ticketUrl
Authorizinguser
Identifier (optional)
Name (optional)
DomainIdentifier (optional)
DomainNetBIOSName (optional)
DomainName (optional)
CredentialSource (optional)
AutoAssignPolicyRevisionToGroupRequest
policyRevisionId (optional)
policyId (optional)
AutoUpdateGroupClientSettingsDataAuditingDetailModel
oldAppEventLogType (optional)
oldBeyondInsightCertName (optional)
oldBeyondInsightUrl (optional)
oldBeyondInsightWorkGroup (optional)
oldCertMode (optional)
oldConfigAuditEnabled (optional)
oldConfigAuditMode (optional)
oldCrlFailOpen (optional)
oldDownloadAuditMode (optional)
oldHookLoadMethod (optional)
oldPolicyEnabled (optional)
oldPolicyPrecedence (optional)
oldPsMode (optional)
newPsMode (optional)
newBeyondInsightCertName (optional)
newBeyondInsightUrl (optional)
newBeyondInsightWorkGroup (optional)
newAppEventLogType (optional)
newHookLoadMethod (optional)
newCertMode (optional)
newConfigAuditEnabled (optional)
newConfigAuditMode (optional)
newCrlFailOpen (optional)
newDownloadAuditMode (optional)
newPolicyEnabled (optional)
newPolicyPrecedence (optional)
AutoUpdateGroupConfigSettingsDataAuditingDetailModel
newEnableAutoUpdate (optional)
newUseLatestVersion (optional)
newClientVersion (optional)
newAdapterVersion (optional)
oldEnableAutoUpdate (optional)
oldUseLatestVersion (optional)
oldClientVersion (optional)
oldAdapterVersion (optional)
AutoUpdateGroupMacClientSettingsDataAuditingDetailModel
newAntiTamper (optional)
newMountAssist (optional)
newSudoEnabled (optional)
newBiometricAuthenticationEnabled (optional)
newBadgeIcons (optional)
oldAntiTamper (optional)
oldMountAssist (optional)
oldSudoEnabled (optional)
oldBiometricAuthenticationEnabled (optional)
oldBadgeIcons (optional)
AutoUpdateRateLimitDataAuditingDetailModel
oldPmRequestsLimits (optional)
oldPmRequestsLimitMinutes (optional)
pmRequestsLimits (optional)
pmRequestsLimitMinutes (optional)
AzureADIntegrationDataAuditingDetailModel
oldAzureAdTenantId (optional)
oldAzureAdClientId (optional)
oldAzureAdClientSecret (optional)
oldAzureAdUseCertificateAuth (optional)
oldAzureAdIntegrationEnabled (optional)
azureAdTenantId (optional)
azureAdClientId (optional)
azureAdClientSecret (optional)
azureAdUseCertificateAuth (optional)
azureAdIntegrationEnabled (optional)
azureAdConfigChanged (optional)
Bundle
Name (optional)
Type (optional)
Creator (optional)
InfoDescription (optional)
Version (optional)
DownloadSource (optional)
Uri (optional)
CertificateInformationModel
validFrom (optional)
validTo (optional)
lastIssued (optional)
Client
address (optional)
ip (optional)
port (optional)
mac (optional)
domain (optional)
registered_domain (optional)
top_level_domain (optional)
subdomain (optional)
bytes (optional)
packets (optional)
nat (optional)
Name (optional)
as (optional)
geo (optional)
user (optional)
Cloud
provider (optional)
availability_zone (optional)
region (optional)
instance (optional)
machine (optional)
account (optional)
service (optional)
project (optional)
origin (optional)
target (optional)
CloudOrigin
provider (optional)
availability_zone (optional)
region (optional)
instance (optional)
machine (optional)
account (optional)
service (optional)
project (optional)
CloudTarget
provider (optional)
availability_zone (optional)
region (optional)
instance (optional)
machine (optional)
account (optional)
service (optional)
project (optional)
CodeSignature
exists (optional)
subject_name (optional)
valid (optional)
trusted (optional)
status (optional)
team_id (optional)
signing_id (optional)
digest_algorithm (optional)
timestamp (optional)
ComputerDataAuditingDetailModel
updatedPoliciesOn (optional)
deactivatedAgents (optional)
newDeletedAgents (optional)
ComputerDetailModel
id (optional)
hostType (optional)
created (optional)
adapterVersion (optional)
packageManagerVersion (optional)
agentVersion (optional)
authorisationState (optional)
authorised (optional)
authorisedOn (optional)
connected (optional)
lastConnected (optional)
deactivated (optional)
autoDeactivated (optional)
pendingDeactivation (optional)
deactivatedOn (optional)
groupId (optional)
groupName (optional)
policyId (optional)
policyName (optional)
policyRevision (optional)
policyRevisionStatus (optional)
endpointInformation (optional)
certificateInformation (optional)
hostPolicyId (optional)
hostPolicyName (optional)
hostPolicyRevision (optional)
hostLastUpdated (optional)
agentLogs (optional)
duplicateCount (optional)
credentialType (optional)
policyUpdateTimeStamp (optional)
daysDisconnected (optional)
connectionStatus (optional)
archived (optional)
archivedOn (optional)
ComputerFilterModel
computerId (optional)
host (optional)
hostType (optional)
agentVersion (optional)
adapterVersion (optional)
packageManagerVersion (optional)
authorisationState (optional)
lastConnected (optional)
policyRevisionStatus (optional)
policyId (optional)
policyName (optional)
hostPolicyName (optional)
groupId (optional)
groupName (optional)
os (optional)
domain (optional)
created (optional)
duplicateCount (optional)
connectionStatus (optional)
daysDisconnected (optional)
daysSinceArchived (optional)
ComputerListItemModel
id (optional)
locked (optional)
errorInfo (optional)
created (optional)
host (optional)
hostType (optional)
os (optional)
domain (optional)
adapterVersion (optional)
agentVersion (optional)
authorisationState (optional)
lastConnected (optional)
deactivated (optional)
deactivatedOn (optional)
pendingDeactivation (optional)
rejected (optional)
duplicate (optional)
duplicateCount (optional)
policyRevisionId (optional)
policyId (optional)
policyName (optional)
hostPolicyName (optional)
policyRevisionStatus (optional)
groupId (optional)
groupName (optional)
credentialType (optional)
policyUpdateTimeStamp (optional)
authorisedOn (optional)
daysDisconnected (optional)
connectionStatus (optional)
packageManagerVersion (optional)
archived (optional)
archivedOn (optional)
daysSinceArchived (optional)
ComputerListItemModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
ComputerLogModel
id (optional)
created (optional)
returned (optional)
ComputerPolicyDataAuditingDetailModel
oldInactivityAgentDeactivationDays (optional)
oldEnableDeactivatedAgentDeletion (optional)
oldDeactivatedAgentDeletionDays (optional)
inactivityAgentDeactivationDays (optional)
enableDeactivatedAgentDeletion (optional)
deactivatedAgentDeletionDays (optional)
ComputersArchiveRequest
computerIds (optional)
ComputersAuthoriseRequest
computerIds (optional)
excludedComputerIds (optional)
filter (optional)
allComputers (optional)
groupId (optional)
ComputersDeactivateRequest
computerIds (optional)
excludedComputerIds (optional)
filter (optional)
allComputers (optional)
ComputersRejectRequest
computerIds (optional)
excludedComputerIds (optional)
List of Computers identifiers to be excluded from the rejection list
excluded computers Ids will only be applicable when "allComputers" is set to false.
format: uuidfilter (optional)
allComputers (optional)
ComputersRemoveRequest
computerIds (optional)
excludedComputerIds (optional)
List of Computers identifiers to be excluded from the deletion list.
excluded computers Ids will only be applicable when "allComputers" is set to false.
format: uuidfilter (optional)
allComputers (optional)
ComputersUnarchiveRequest
computerIds (optional)
Configuration
Identifier (optional)
RevisionNumber (optional)
Source (optional)
Name (optional)
Path (optional)
LoadAuditMode (optional)
SigningEnforcement (optional)
Application (optional)
ApplicationGroup (optional)
Content (optional)
ContentGroup (optional)
GPO (optional)
Message (optional)
Rule (optional)
RuleScript (optional)
Token (optional)
Workstyle (optional)
ConnectorDetail
connectorName (optional)
connectorType (optional)
url (optional)
connectorId (optional)
tenantId (optional)
Container
cpu (optional)
disk (optional)
id (optional)
image (optional)
labels (optional)
memory (optional)
name (optional)
network (optional)
runtime (optional)
CountRange
min (optional)
max (optional)
CreateAcceptedDomainRequest
domainName (optional)
CreateGroupRequest
name (optional)
description (optional)
isDefault (optional)
DateFilterModel
dates (optional)
selectionMode (optional)
Destination
address (optional)
ip (optional)
port (optional)
mac (optional)
domain (optional)
registered_domain (optional)
top_level_domain (optional)
subdomain (optional)
bytes (optional)
packets (optional)
nat (optional)
as (optional)
geo (optional)
user (optional)
Dll
name (optional)
path (optional)
hash (optional)
pe (optional)
code_signature (optional)
Dns
type (optional)
id (optional)
op_code (optional)
header_flags (optional)
response_code (optional)
question (optional)
answers (optional)
resolved_ip (optional)
DnsQuestion
name (optional)
type (optional)
class (optional)
registered_domain (optional)
top_level_domain (optional)
subdomain (optional)
Elf
creation_date (optional)
architecture (optional)
byte_order (optional)
cpu_type (optional)
header (optional)
sections (optional)
exports (optional)
imports (optional)
shared_libraries (optional)
telfhash (optional)
segments (optional)
ElfHeader
class (optional)
data (optional)
os_abi (optional)
type (optional)
version (optional)
abi_version (optional)
entrypoint (optional)
object_version (optional)
ElfSections
flags (optional)
name (optional)
physical_offset (optional)
type (optional)
physical_size (optional)
virtual_address (optional)
virtual_size (optional)
entropy (optional)
chi2 (optional)
Email
attachments (optional)
bcc (optional)
cc (optional)
content_type (optional)
delivery_timestamp (optional)
direction (optional)
from (optional)
local_id (optional)
message_id (optional)
origination_timestamp (optional)
reply_to (optional)
sender (optional)
subject (optional)
to (optional)
x_mailer (optional)
EmailAttachmentsFile
extension (optional)
mime_type (optional)
name (optional)
size (optional)
hash (optional)
EndpointInformationModel
macAddress (optional)
osArchitecture (optional)
osCaption (optional)
osCodeSet (optional)
osComputerDescription (optional)
osCountryCode (optional)
osInstallDate (optional)
osManufacturer (optional)
osOrganization (optional)
osSerialNumber (optional)
osSystemDirectory (optional)
osSystemDrive (optional)
osVersion (optional)
osVersionString (optional)
processorCaption (optional)
processorDescription (optional)
processorManufacturer (optional)
processorName (optional)
systemDnsHostName (optional)
systemDomain (optional)
systemManufacturer (optional)
systemModel (optional)
systemName (optional)
systemPrimaryOwnerName (optional)
systemSystemType (optional)
systemWorkgroup (optional)
EpmEcsEvent
agent (optional)
@timestamp (optional)
tags (optional)
labels (optional)
message (optional)
client (optional)
cloud (optional)
container (optional)
data_stream (optional)
destination (optional)
dll (optional)
dns (optional)
ecs (optional)
email (optional)
error (optional)
event (optional)
faas (optional)
file (optional)
group (optional)
host (optional)
http (optional)
log (optional)
network (optional)
observer (optional)
orchestrator (optional)
organization (optional)
package (optional)
process (optional)
registry (optional)
related (optional)
rule (optional)
server (optional)
service (optional)
source (optional)
threat (optional)
tls (optional)
trace (optional)
transaction (optional)
span (optional)
url (optional)
user (optional)
user_agent (optional)
vulnerability (optional)
EPMWinMac (optional)
EpmEcsEventResponseModel
totalRecordsReturned (optional)
events (optional)
Epmwinmac
SchemaVersion (optional)
GroupId (optional)
TenantId (optional)
AdapterVersion (optional)
ActiveX (optional)
AuthorizationRequest (optional)
AuthorizingUser (optional)
COM (optional)
Configuration (optional)
Event (optional)
Installer (optional)
License (optional)
PrivilegedGroup (optional)
RemotePowerShell (optional)
ServiceControl (optional)
Session (optional)
StoreApp (optional)
TrustedApplication (optional)
Error
id (optional)
message (optional)
code (optional)
type (optional)
stack_trace (optional)
ExternalAdminRequestModel
computerId (optional)
duration (optional)
userId (optional)
userName (optional)
reason (optional)
systemId (optional)
ticketId (optional)
ticketUrl (optional)
decision (optional)
decisionPerformedByUser (optional)
message (optional)
Faas
name (optional)
id (optional)
version (optional)
coldstart (optional)
execution (optional)
trigger (optional)
File
name (optional)
attributes (optional)
directory (optional)
drive_letter (optional)
path (optional)
target_path (optional)
extension (optional)
type (optional)
device (optional)
inode (optional)
uid (optional)
owner (optional)
gid (optional)
group (optional)
mode (optional)
size (optional)
mtime (optional)
ctime (optional)
created (optional)
accessed (optional)
mime_type (optional)
fork_name (optional)
DriveType (optional)
SourceUrl (optional)
ZoneTag (optional)
ProductVersion (optional)
Description (optional)
Version (optional)
hash (optional)
pe (optional)
x509 (optional)
Bundle (optional)
Owner (optional)
code_signature (optional)
elf (optional)
Geo
location (optional)
continent_code (optional)
continent_name (optional)
country_name (optional)
region_name (optional)
city_name (optional)
country_iso_code (optional)
postal_code (optional)
region_iso_code (optional)
timezone (optional)
name (optional)
TimezoneOffset (optional)
GlobalRoleDetailModel
id (optional)
name (optional)
description (optional)
isBuiltIn (optional)
permissions (optional)
users (optional)
GlobalRoleModel
id (optional)
name (optional)
description (optional)
isBuiltIn (optional)
permissions (optional)
GlobalRoleModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
Gpo
Version (optional)
DisplayName (optional)
ActiveDirectoryPath (optional)
LinkInformation (optional)
GroupDataAuditingDetailModel
newName (optional)
oldName (optional)
newDescription (optional)
oldDescription (optional)
newIsDefault (optional)
oldIsDefault (optional)
addPolicyRevisions (optional)
removePolicyRevisions (optional)
newAgents (optional)
removeAgents (optional)
GroupListItemModel
locked (optional)
errorInfo (optional)
id (optional)
name (optional)
description (optional)
computerCount (optional)
activeComputers (optional)
created (optional)
policyRevisionId (optional)
policyId (optional)
policyRevisionStatus (optional)
policyName (optional)
policyAssigned (optional)
revision (optional)
default (optional)
GroupListItemModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
Hash
md5 (optional)
sha1 (optional)
sha256 (optional)
sha384 (optional)
sha512 (optional)
ssdeep (optional)
tlsh (optional)
Host
hostname (optional)
name (optional)
id (optional)
ip (optional)
mac (optional)
type (optional)
uptime (optional)
architecture (optional)
domain (optional)
cpu (optional)
disk (optional)
network (optional)
boot (optional)
pid_ns_ino (optional)
DomainIdentifier (optional)
NetBIOSName (optional)
DomainNetBIOSName (optional)
ChassisType (optional)
DefaultLocale (optional)
DefaultUILanguage (optional)
geo (optional)
os (optional)
HttpRequest
id (optional)
method (optional)
mime_type (optional)
body (optional)
referrer (optional)
bytes (optional)
HttpResponse
status_code (optional)
mime_type (optional)
body (optional)
bytes (optional)
InstallationKeyDataAuditingDetailModel
oldLabel (optional)
newLabel (optional)
newDisabled (optional)
oldDisabled (optional)
deleted (optional)
Jitadmin
RequestIdentifier (optional)
TicketIdentifier (optional)
Configuration (optional)
ListItemErrorInfoModel
parentTaskName (optional)
errorCode (optional)
userId (optional)
userAccountName (optional)
initiated (optional)
Log
level (optional)
file (optional)
logger (optional)
origin (optional)
syslog (optional)
MMCRemoteClientDataAuditingDetailModel
enabled (optional)
oldEnabled (optional)
clientId (optional)
oldClientId (optional)
ManagementRuleDataAuditingDetailModel
newPriority (optional)
oldPriority (optional)
Message
Type (optional)
Name (optional)
Description (optional)
UserReason (optional)
Identifier (optional)
AuthMethods (optional)
UserRequestManagementId (optional)
Authorization (optional)
Authentication (optional)
ModifyAcceptedDomainRequest
domain (optional)
domainName (optional)
ModifyGroupRequest
id (optional)
name (optional)
description (optional)
ModifyUserPreferencesRequest
olsonTimeZoneId (optional)
dateTimeDisplayFormat (optional)
preferredLanguage (optional)
ModifyUserRequest
emailAddress (optional)
olsonTimeZoneId (optional)
dateTimeDisplayFormat (optional)
language (optional)
Network
name (optional)
type (optional)
iana_number (optional)
transport (optional)
application (optional)
protocol (optional)
direction (optional)
forwarded_ip (optional)
community_id (optional)
bytes (optional)
packets (optional)
inner (optional)
vlan (optional)
Observer
mac (optional)
ip (optional)
hostname (optional)
name (optional)
product (optional)
vendor (optional)
version (optional)
serial_number (optional)
type (optional)
ingress (optional)
egress (optional)
geo (optional)
os (optional)
OpenIdConfigDataAuditingDetailModel
oldAuthenticationType (optional)
newAuthenticationType (optional)
oldDomain (optional)
newDomain (optional)
oldClientId (optional)
newClientId (optional)
secretUpdated (optional)
oldOpenIDConnectProvider (optional)
newOpenIDConnectProvider (optional)
OperationValue
value (optional)
valueBoolean (optional)
active (optional)
timezone (optional)
locale (optional)
email (optional)
username (optional)
role (optional)
type (optional)
Orchestrator
cluster (optional)
type (optional)
organization (optional)
namespace (optional)
resource (optional)
api_version (optional)
OrchestratorCluster
name (optional)
id (optional)
url (optional)
version (optional)
OrchestratorResource
name (optional)
type (optional)
parent (optional)
ip (optional)
id (optional)
Os
type (optional)
platform (optional)
name (optional)
full (optional)
family (optional)
version (optional)
kernel (optional)
ProductType (optional)
Owner
Identifier (optional)
Name (optional)
DomainIdentifier (optional)
DomainName (optional)
DomainNetBIOSName (optional)
Package
name (optional)
version (optional)
build_version (optional)
description (optional)
size (optional)
installed (optional)
path (optional)
architecture (optional)
checksum (optional)
install_scope (optional)
license (optional)
reference (optional)
type (optional)
Pe
original_file_name (optional)
file_version (optional)
description (optional)
product (optional)
company (optional)
imphash (optional)
architecture (optional)
pehash (optional)
PermissionGroupDataAuditingDetailModel
permissionSetId (optional)
newName (optional)
oldName (optional)
newDescription (optional)
oldDescription (optional)
newNumberOfUsers (optional)
oldNumberOfUsers (optional)
PolicyDataAudtingDetailModel
newName (optional)
oldName (optional)
newDescription (optional)
oldDescription (optional)
PolicyGroupsListItemModel
id (optional)
name (optional)
description (optional)
policyRevisionId (optional)
policyId (optional)
isDefault (optional)
PolicyListItemModel
id (optional)
locked (optional)
errorInfo (optional)
name (optional)
size (optional)
revision (optional)
totalRevisions (optional)
totalAssignedRevisions (optional)
latestAssignedRevisions (optional)
created (optional)
lastModified (optional)
lastModifiedUserId (optional)
lastModifiedUser (optional)
hasOpenDraft (optional)
openDraftId (optional)
isAssignedToGroup (optional)
draftUserId (optional)
draftUser (optional)
lastPolicyToGroupAssignment (optional)
checkedOutDate (optional)
description (optional)
periodLocked (optional)
PolicyListItemModelPagedResponse
pageNumber (optional)
pageSize (optional)
totalRecordCount (optional)
pageCount (optional)
data (optional)
PolicyRevisionDataAuditingDetailModel
newGroups (optional)
newAnnotationNote (optional)
PolicyRevisionModel
id (optional)
created (optional)
revision (optional)
size (optional)
comment (optional)
user (optional)
isAssignedGroup (optional)
PolicyRevisionState
enum
- OnAssignedPolicy
- AwaitingPolicyUpdate
- NoPolicy