si log expression-API-Spec

getall_si_log_expression

GET
This feature is only available for desktop.
Feature is available only on desktop

Af Report for Security Insight Device.

Resource URL

https://adm.cloud.com/massvc/{customerid}/nitro/v2/config/si_log_expression

Path Parameters

ParameterTypeValueDescription
customerid
string
Required

Customer Id of the user

Header Parameters

ParameterTypeValueDescription
Authorization
string
Required

Session Id for authentication.Should be mentioned in the format CwsAuth bearer=sessionIdValue

isCloud
string
Required

set the value to true in case of Cloud services, false for on-prem deployment

Query Parameters

ParameterTypeValueDescription
filter
string
Optional

Use this query-parameter to get the filtered set of vm_device resources configured on the system. You can set a filter on any property of the resource.Example: property-name1:property-value1

pagesize
integer
Optional

Use this query-parameter to get the si_log_expression resources in chunks.To be used along with pageno query parameter.

pageno
integer
Optional

Use this query-parameter to get the si_log_expression resources in chunks.To be used along with pagesize query parameter.

count
string
Optional

Use this query-parameter to get the count of si_log_expression resources.

Available values : yes

Responses

Response Details
Http CodeDescription
200

for si_log_expression

{
  "si_log_expression": {
    "appfwlogexprvalue": "HTTP.REQ.HEADER(x-forwarded-for)",
    "rpt_sample_time": "1580886160",
    "si_device_ip_address": "1.1.1.1",
    "transactionid": "1234566",
    "__count": "1.0",
    "appfwattackoffset": "1",
    "ctnsappname": "name_1.1.1.1",
    "appfwlogexprname": "Request_xfrwdfor",
    "appfwlogexprcomment": "AppFw Log Expr Comment",
    "appfwviolationtype": "integer_value"
  }
}
400

Bad input parameter

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
401

Failed Authentication

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
403

Unauthorized

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
404

Item not found

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
409

Resource Conflict

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
500

Server Error

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
504

Gateway Timeout

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
si log expression-API-Spec