- URL:https://<machines-url>/<machine>
- Child Resources:SSL Certificates
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.8
Description
This resource returns information on an individual server machine registered with the portal. From this resource, you can check the status of the machine and manage SSL certificates when in a highly available portal environment.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response value is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for an individual machine resource:
https://machine.domain.com/webadaptor/portaladmin/machines/MACHINE.DOMAIN.COM?f=json
JSON Response example
{
"machineName": "MACHINE.DOMAIN.COM",
"adminURL": "https://machine.domain.com:7443/webadaptor",
"role": ""
}