@pliancy/sentinelone-sdk
TypeScript icon, indicating that this package has built-in type declarations

3.8.0 • Public • Published

@pliancy/sentinelone-sdk

Usage

import { SentinelOne } from '@pliancy/sentinelone-sdk'

const s1 = new SentinelOne({
    site: 'foo.bar',
    token: 'myToken',
})

const sites = await s1.sites.getAll()

const agents = await s1.agents.getAll()

Test

yarn test

Readme

Keywords

none

Package Sidebar

Install

npm i @pliancy/sentinelone-sdk

Weekly Downloads

71

Version

3.8.0

License

MIT

Unpacked Size

35.2 kB

Total Files

46

Last publish

Collaborators

  • santese
  • pliancy-bot
  • justin.pliancy