Actions18
- Provisioning Simulations Actions
- Provision Details Actions
- Provisioners Actions
- Provision Attempts Actions
- Provision Results Actions
- Provision Requests Actions
Overview
This node interacts with the AvantGuard Pax8 Vendor Provisioning API to retrieve details about a specific provision attempt. It is useful in scenarios where you need to track or audit the status and information of individual provisioning attempts made through the Pax8 platform. For example, if you want to verify whether a particular provisioning request succeeded or failed, or to fetch metadata related to that attempt, this node provides a direct way to get that data.
Properties
| Name | Meaning |
|---|---|
| Provision Request Id | The unique identifier of the provision request associated with the attempt. |
| Provision Attempt Id | The unique identifier of the specific provision attempt you want to retrieve information about. |
Output
The node outputs JSON data representing the details of the specified provision attempt. This typically includes fields such as status, timestamps, error messages (if any), and other metadata returned by the Pax8 Vendor Provisioning API for that attempt. There is no binary output.
Dependencies
- Requires an API key credential for authenticating with the AvantGuard Pax8 Vendor Provisioning API.
- The base URL for API requests is
https://api.pax8.com/v2. - The node uses standard HTTP headers for JSON content (
Accept: application/json,Content-Type: application/json).
Troubleshooting
- Missing or invalid IDs: Ensure both the Provision Request Id and Provision Attempt Id are provided and correctly formatted; otherwise, the API call will fail.
- Authentication errors: Verify that the API key credential is valid and has the necessary permissions.
- API connectivity issues: Check network access to
https://api.pax8.com/v2and ensure no firewall or proxy is blocking requests. - Unexpected API responses: If the API returns errors or unexpected data, consult the Pax8 API documentation or support to confirm the validity of the request parameters.
Links and References
- Pax8 API Documentation (general reference for Pax8 APIs)
- AvantGuard Pax8 Vendor Provisioning API (specific endpoint details would be found in the vendor's API docs)