post
https://{artifactory_host}/evidence/api/v1/onemodel/graphql
This endpoint supports two GraphQL operations:
- Search Evidence: Returns the requested data from all evidence records associated with the specified subject, as defined by the One Model GraphQL query.
- Get Evidence: Returns the requested data for a single, known evidence file as defined by the One Model GraphQL query.
When operating in a Self-Hosted environment, you must enable the Evidence service in the system.yaml file as a prerequisite to using this endpoint. Add the following:
evidence:
enabled: true
