StackStorm / st2

StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html

Home Page:https://stackstorm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to find the ActionDB instance

doing-cr7 opened this issue · comments

throught api to get actions parameters by id
curl --request GET \ --url http://10.xxx.xxx.xxx:8005/v1/actions/views/parameters/6518f9565f9a20c8062779a1 \ --header 'St2-Api-Key: NjA1ZjI2Y]TFjNTA2MA' \ --header 'X-Token: 12c8edafe8f' \ --header 'content-type: application/json'

Get a error :
{ "faultstring": "Database lookup for id=\"6518f9565f9a20c8062779a1\" resulted in exception. Unable to find the ActionDB instance. {'id': '6518f9565f9a20c8062779a1'}" }

You've leaked your StackStorm API token. You should probably regenerate a new one.

Why do you think this id should exist?