VPS_getPostInstallScriptsV1
Fetch available post-install automation scripts for VPS deployment to streamline server setup and configuration processes.
Instructions
Retrieve post-install scripts associated with your account.
Use this endpoint to view available automation scripts for VPS deployment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "integer"
}
},
"required": [],
"type": "object"
}