Skip to main content

Create Discovery Criteria

POST 

/appid/api/v1/app/criteria

Create a new custom discovery criteria.

Note: You need application feature with Create or Update permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Application Inventory > Applications is enabled.

Request

Query Parameters

    create_definition boolean

    boolean value indicating if definition has to be created

Body

required
    name stringrequired
    app objectrequired
    property name* object
    metadata objectrequired
    property name* object

Responses

Successful operation

Schema

    object

Loading...