policy
Agent Server REST API
policy
POST
http://dev.whitehat.co.kr/agent/v1/policy
API that can search the whole list of policy or with a given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API
Request Body
policyName
string
policy name to search
expectedPayer
string
the expected payer of policy to search
limit
string
number of items to get at a time (default: 10)
page
string
Current page number (default: 1)
Request Parameter example (JSON)
transpolicy
POST
http://dev.whitehat.co.kr/agent/v1/policy/transpolicy
API that can search the whole list of transpolicy or with a given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
policyName
string
policy name to search
expectedPlayer
string
the expected payer of policy to search
limit
string
Number of items to get at a time (default: 10)
page
string
Current page number (default: 1)
Request Parameter example (JSON)
Last updated