StackState Docs
StackState Docs
Product
Download
Blogs
Support
StackState version 4.2
Welcome to the StackState Docs!
🚀 Setup
Requirements
Installation
Data management
Upgrade StackState
👤 Use
Introduction to StackState
Explore mode
Views
Analytics
Health state and event notifications
Glossary
🧩StackPacks
What is a StackPack?
Add-ons
Integrations
Develop your own StackPacks
🔧 Configure
Topology
Telemetry
Traces
Security
Identifiers
Logging
📖 Develop
Developer guides
Reference
StackState CLI
StackState Template Json (STJ)
StackState Markup Language (STML)
StackState Query Language (STQL)
StackState Scripting Language (STSL)
Scripting in StackState
Async script result
Script APIs
Async - script API
Component - script API
HTTP - script API
Prediction - script API
StackPack - script API
Telemetry - script API
Time - script API
Topology - script API
UI - script API
View - script API
Tutorials
Powered by GitBook

StackPack - script API

Functions to work with StackPacks

The StackPack script API provides handy operations to get the status of a StackPack

Function isInstalled

Returns a flag indicating if the StackPack is installed

Args:

  • name - the name of a StackPack

Examples:

The example below will return the AsyncScriptResult of the boolean indicating if the "agent" StackPack is installed

StackPack.isInstalled("agent")
Previous
Prediction - script API
Next
Telemetry - script API
Last updated 2 months ago