Automate Runscope
HumDay reads Runscope’s own published API description and derives 29 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Runscope is
Manage Runscope programmatically.
API host: api.runscope.com
What HumDay can do in Runscope
14 documented operations change something in Runscope.
- POSTCreate a new bucket
/buckets - POSTCreate a message
/buckets/{bucketKey}/messages - POSTCreate new shared environment.
/buckets/{bucketKey}/environments - POSTCreate a test.
/buckets/{bucketKey}/tests - DELETEClear a bucket (remove all messages).
/buckets/{bucketKey}/messages - POSTAdd new test step.
/buckets/{bucketKey}/tests/{testId}/steps - POSTCreate new test environment.
/buckets/{bucketKey}/tests/{testId}/environments - DELETEDelete a single bucket resource.
/buckets/{bucketKey} - DELETEDelete a test, including all steps, schedules, test-specific environments and results.
/buckets/{bucketKey}/tests/{testId} - PUTModify a test's name, description, default environment and its steps.
/buckets/{bucketKey}/tests/{testId} - PUTUpdate the details of a shared environment.
/buckets/{bucketKey}/environments/{environmentId} - DELETEDelete a step from a test.
/buckets/{bucketKey}/tests/{testId}/steps/{stepId} - PUTUpdate the details of a single test step.
/buckets/{bucketKey}/tests/{testId}/steps/{stepId} - PUTUpdate the details of a test environment.
/buckets/{bucketKey}/tests/{testId}/environments/{environmentId}
What HumDay can read from Runscope
These are the operations a schedule or a trigger can watch.
- GETReturns a list of buckets.
/buckets - GETRetrieve a list of error messages in a bucket
/buckets/{bucketKey}/errors - GETRetrieve a list of messages in a bucket
/buckets/{bucketKey}/messages - GETAccount Resource
/account - GETRetrieve the details for a single message.
/buckets/{bucketKey}/messages/{messageId} - GETTeam agents list
/teams/{teamId}/agents - GETReturns a list of tests.
/buckets/{bucketKey}/tests - GETTeam integrations list
/teams/{teamId}/integrations - GETReturns list of shared environments for a specified bucket.
/buckets/{bucketKey}/environments - GETReturns a single bucket resource.
/buckets/{bucketKey} - GETTeams Resource
/teams/{teamId}/people - GETList test steps for a test.
/buckets/{bucketKey}/tests/{testId}/steps - GETRetrieve the details of a given test by ID.
/buckets/{bucketKey}/tests/{testId} - GETReturn details of the test metrics for the specified timeframe.
/buckets/{bucketKey}/tests/{testId}/metrics - GETReturn details of the test's environments (only those that belong to the specified test)
/buckets/{bucketKey}/tests/{testId}/environments
How automating Runscope works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Runscope account.
- Grant access, then go live. You approve the specific Runscope operations it may use — and only those.
Popular Runscope integrations
Connect Runscope to the tools people pair it with most.
- Runscope and OData for namespace microsoft.graphintegration
- Runscope and Cloudflareintegration
- Runscope and NetBoxintegration
- Runscope and GitHubintegration
- Runscope and Mistintegration
- Runscope and Loket.nlintegration
- Runscope and Atlassian The Jira Cloud platformintegration
- Runscope and Magento B2Bintegration
- Runscope and Stripeintegration
- Runscope and Zuora Reference Billingintegration
- Runscope and bunqintegration
- Runscope and DocuSignintegration
Automate Runscope with these
- OData for namespace microsoft.graph11412 operations
- GitHub811 operations
- Atlassian The Jira Cloud platform474 operations
- Gitlab358 operations
- JIRA 7.6.1324 operations
- Appcenter App Center Client323 operations
- Gitea .321 operations
- Bitbucket292 operations
- Keycloak Admin281 operations
- Apple App Store Connect251 operations
- Files.com222 operations
- Vmware vRealize Network Insight Reference161 operations
Categories
Questions about Runscope automation
- Can HumDay connect to Runscope?
- Yes. HumDay reads Runscope's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 29 operations are documented.
- Do I need to write code to automate Runscope?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Runscope account.
- What can HumDay do in Runscope?
- 14 of the 29 documented operations change something in Runscope, and 15 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Runscope account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Runscope is held behind that approval.
Where this came from
The operations above are read from a published API description for Runscope at raw.githubusercontent.com/Runscope/runscope-api-examples/master/schemas/runscope-swagger-v. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.