Scripts
List Page Shield scripts
client.pageShield.scripts.list(ScriptListParams { zone_id, direction, exclude_cdn_cgi, 11 more } params, RequestOptionsoptions?): SinglePage<Script { id, added_at, first_seen_at, 18 more } >
GET/zones/{zone_id}/page_shield/scripts
Get a Page Shield script
client.pageShield.scripts.get(stringscriptId, ScriptGetParams { zone_id } params, RequestOptionsoptions?): ScriptGetResponse { id, added_at, first_seen_at, 19 more } | null
GET/zones/{zone_id}/page_shield/scripts/{script_id}
ModelsExpand Collapse
Script { id, added_at, first_seen_at, 18 more }
Script { id, added_at, first_seen_at, 18 more }
cryptomining_score?: number | null
The cryptomining score of the JavaScript content.
maximum99
minimum1
Deprecateddataflow_score?: number | null
The dataflow score of the JavaScript content. This field has been deprecated in favour of js_integrity_score.
maximum99
minimum1
ScriptGetResponse { id, added_at, first_seen_at, 19 more }
ScriptGetResponse { id, added_at, first_seen_at, 19 more }
cryptomining_score?: number | null
The cryptomining score of the JavaScript content.
maximum99
minimum1
Deprecateddataflow_score?: number | null
The dataflow score of the JavaScript content. This field has been deprecated in favour of js_integrity_score.
maximum99
minimum1
Deprecatedobfuscation_score?: number | null
The obfuscation score of the JavaScript content. This field has been deprecated in favour of js_integrity_score.
maximum99
minimum1