Target REST Endpoints
Target
APIs to manage targets
- Create a new target
- Method: postPath:
https://EM_HOST:8080/em/api/targets - Delete the target with the given id
- Method: deletePath:
https://EM_HOST:8080/em/api/targets/{targetId} - Get target properties
- Method: getPath:
https://EM_HOST:8080/em/api/targets/{targetId}/properties - Get the target with the given id
- Method: getPath:
https://EM_HOST:8080/em/api/targets/{targetId} - List targets
- Method: getPath:
https://EM_HOST:8080/em/api/targets - Modify an existing target
- Method: patchPath:
https://EM_HOST:8080/em/api/targets/{targetId} - Update or create properties of a target
- Method: postPath:
https://EM_HOST:8080/em/api/targets/{targetId}/actions/bulkUpdateProperties