Details of the filters applied
Bad Request
Internal server error
Returns the list of hosts filtered by accountIdentifier and connectorIdentifier
{- "type": "All",
- "filter": "string"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
List of SSH or WinRm hosts to validate, and Delegate tags (optional)
Bad Request
Internal server error
Returns validation response
{- "hosts": [
- "string"
], - "tags": [
- "string"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}