Skip to content

pliancy/sentinelone-sdk

Repository files navigation

@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

About

A TypeScript SDK for the SentinelOne API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages