curl -X POST "https://api.joinformal.com/core.v1.LogsService/GetLogConfiguration" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"logConfiguration": {
"id": "<string>",
"name": "<string>",
"encryptionKeyId": "<string>",
"scope": {
"scope": "LOG_CONFIGURATION_SCOPE_TYPE_UNSPECIFIED",
"resourceId": "<string>",
"connectorId": "<string>",
"spaceId": "<string>"
},
"request": {
"sql": {
"stripValues": true,
"encrypt": true
},
"encrypt": true,
"maxPayloadSize": 0,
"policyEvalInputRetention": "<string>"
},
"response": {
"encrypt": true,
"maxPayloadSize": 0,
"policyEvalInputRetention": "<string>"
},
"stream": {
"encrypt": true
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"session": {
"policyEvalInputRetention": "<string>"
}
}
}curl -X POST "https://api.joinformal.com/core.v1.LogsService/GetLogConfiguration" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"logConfiguration": {
"id": "<string>",
"name": "<string>",
"encryptionKeyId": "<string>",
"scope": {
"scope": "LOG_CONFIGURATION_SCOPE_TYPE_UNSPECIFIED",
"resourceId": "<string>",
"connectorId": "<string>",
"spaceId": "<string>"
},
"request": {
"sql": {
"stripValues": true,
"encrypt": true
},
"encrypt": true,
"maxPayloadSize": 0,
"policyEvalInputRetention": "<string>"
},
"response": {
"encrypt": true,
"maxPayloadSize": 0,
"policyEvalInputRetention": "<string>"
},
"stream": {
"encrypt": true
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"session": {
"policyEvalInputRetention": "<string>"
}
}
}Was this page helpful?