Description
Retrieves information about a specific Server Batch based on the ID provided.
Parameters
Name | Description |
---|---|
batch_id | Location: query Type: string The ID of the Server Batch (not its name) that you want to retrieve information from. |
Responses
Status | Description |
---|---|
Successful |
Code: 200 Body:
{ "id": "string", "name": "string", "post_script": "string" "timestamp": "date string(%Y-%m-%dT%H:%M:%SZ)", "servers": [ { "name": "string", "order": int, "bam_id": "string" "management_ip": "string", "service_ip": "string", "appliance_type": "string", "role_enabled": [ "string" ], "software_version": "string", "patches_installed": [ "string" ], "services_health": int, "configuration": "string", "primary_ip": "string", "secondary_ip": "string", "secondary_services_health": int } ] } Results Details about the Server Batch:
|
Error |
Code: 400 Bad request. Body:
{ "error": "string" } Code: 401 Unauthorized user Code: 500 Internal server error. Body:
{ "error": "string" } This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |