Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 350 Bytes

get-hosttracker-javascript-snippets.md

File metadata and controls

17 lines (12 loc) · 350 Bytes
description
Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let hostTracker = await client.api('/security/threatIntelligence/hostTrackers/Y29udG9zby1hZHZlcnRpc2luZzkyNDEwQ29udG9zb0lkOTI0MTBhYm91dC5hZHMuY29udG9zby5jb20=')
	.version('beta')
	.get();