Services

Managing Conformity services.

Get Services

get/services

This endpoint returns information about the available services and mapped rules in TrendMicro CloudOne Conformity.

Note

To get all rules that supported by RTM, use following command and the result is in the rtmrules.json file (replace us-east-1 with the Conformity application region you are using):

curl https://us-east-1.cloudconformity.com/v1/services > conformityservices.json
cat conformityservices.json | jq '.included[] | select(.attributes.rtm==true)' > rtmrules.json

For the Windows user, please install jq library first and run the following command, the result is in the rtmrules.json file (replace us-east-1 with the Conformity application region you are using):

curl https://us-east-1.cloudconformity.com/v1/services > conformityservices.json
type conformityservices.json | jq ".included[] | select(.attributes.rtm==true)" > rtmrules.json
SecurityApiKeyAuth
Responses
200

200 response

403

403 response

Response samples
application/json
{
  • "data": [
    ],
  • "included": [
    ]
}