Sha256: 49da05f362c6b91d99d9b0bf4575cf32878f768dbad9214c78b6b46eb9de18d2
Contents?: true
Size: 501 Bytes
Versions: 10
Compression:
Stored size: 501 Bytes
Contents
mutation CreateOvalPolicy($name: String!, $period: String!, $cronLine: String, $ovalContentId: Int!, $hostgroupIds: [Int!]) { createOvalPolicy(input: {name: $name, period: $period, cronLine: $cronLine, ovalContentId: $ovalContentId, hostgroupIds: $hostgroupIds}) { ovalPolicy { name id period cronLine hostgroups { nodes { name id } } } checkCollection { id errors failMsg result } } }
Version data entries
10 entries across 10 versions & 1 rubygems