itential/itential-automation-start
Action to Start Itential Automations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| itential_host_url | Itential instance url | yes | — |
| auth_token | Token is required, if using static token authentication to access Itential instance | — | "" |
| auth_username | Username is required, if using basic token authentication to access Itential instance | — | "" |
| auth_password | Password is required, if using basic token authentication to access Itential instance | — | "" |
| auth_client_id | Client ID is required, if using OAuth2 client credentials authentication to access Itential instance | — | "" |
| auth_client_secret | Client Secret is required, if using OAuth2 client credentials authentication to access Itential instance | — | "" |
| api_endpoint | API endpoint name to start an automation | yes | — |
| api_endpoint_body | The payload required to start an automation | yes | {} |
| time_interval | Time interval to check automation status | — | 15 |
| no_of_attempts | No. of attempts to check automation status | — | 10 |
| automation_status | If set to 1 it will wait for the automation status and if set to 0 it will not monitor the automation | — | 1 |
Outputs
| name | description |
|---|---|
| results | Return automation details with output variables |