UiPath · JSON Structure

Platform Management Client Info Structure

Client connection information for an audit event

Type: object Properties: 2
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

ClientInfo is a JSON Structure definition published by UiPath, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ipAddress country

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/platform-management-client-info-structure.json",
  "name": "ClientInfo",
  "description": "Client connection information for an audit event",
  "type": "object",
  "properties": {
    "ipAddress": {
      "type": "string",
      "description": "IP address from which the action was performed",
      "example": "example-value"
    },
    "country": {
      "type": "string",
      "description": "Country resolved from the IP address",
      "example": 42
    }
  }
}