Start PCI attestation process and receive questions which must be attested to.
{
'id':'UUID',
'attestation':'text you must agree to',
'target_count':10,
'target_hosts_oos':1,
'target_ids_require_scan':[1,2], //these targets must be scanned before attest
'target_ids_has_vuln':[1,2], //these targets have issues that must be resolved before attest
'questions':[{ //answers to these questions must be provided in attest
'id':1,
'text':'question 1 text?',
'type':'yesno'
},{...}],
'notes':[{ //acceptance of these notes must be provided in attest
'id':1,
'issue_id':100,
'issue_name':'XSS',
'target_id':5,
'target_host':'example.com',
'text':'note text',
'type':'note type'
},{...}]
}
{
"code": 0,
"message": "no targets in pci scope"
}