Returns List of Artifacts
Returns lists of virtual artifacts
GET /policies/{policyId}/dry-run/artifacts
Returns lists of virtual artifacts. Only users with the Standard Registry role are allowed to make the request
Path Parameters
Name
Type
Description
policyId*
String
Policy ID
{
content:
application/json:
schema:
type: array
items:
type: object
properties:
createDate:
type: string
type:
type: string
owner:
type: string
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?