Target REST Endpoints

Target
APIs to manage targets
Create a new target
Method: post
Path: https://EM_HOST:8080/em/api/targets
Delete the target with the given id
Method: delete
Path: https://EM_HOST:8080/em/api/targets/{targetId}
Get target properties
Method: get
Path: https://EM_HOST:8080/em/api/targets/{targetId}/properties
Get the target with the given id
Method: get
Path: https://EM_HOST:8080/em/api/targets/{targetId}
List targets
Method: get
Path: https://EM_HOST:8080/em/api/targets
Modify an existing target
Method: patch
Path: https://EM_HOST:8080/em/api/targets/{targetId}
Update or create properties of a target
Method: post
Path: https://EM_HOST:8080/em/api/targets/{targetId}/actions/bulkUpdateProperties