Firewall Rule Share API

List all Firewall Rule Shares

get/firewallruleshares
SecurityTrend Micro Cloud One API Key
Request
query Parameters
cursor
string
Default: ""

"next" value from previous request

limit
integer <int32>
Default: 10

How many results to return per page

header Parameters
api-version
required
string

API Version

Value: "v1"
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Response samples
application/json
{
  • "totalCount": 0,
  • "next": "string",
  • "firewallRuleShares": [
    ]
}

Create a Firewall Rule Share

post/firewallruleshares
SecurityTrend Micro Cloud One API Key
Request
header Parameters
api-version
required
string

API Version

Value: "v1"
Request Body schema: application/json
Array of objects (FirewallRuleSharePrincipalInfo)
type
string
Value: "all"
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Request samples
application/json
{
  • "type": "all",
  • "principals": [
    ]
}
Response samples
application/json
{
  • "type": "all",
  • "principals": [
    ]
}