Get the target with the given id

get

https://EM_HOST:8080/em/api/targets/{targetId}

This api returns the target with the given id. It allows to expand the target properties, the groups which include the target and the targets access points.

Request

Path Parameters
Query Parameters
  • used to request additional detail about the targets. The supported values are properties and accessPoints given as a comma-separated list.
    Example:
    properties,accessPoints

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful Response
Body ()
Root Schema : schema
Type: object
Target details
Show Source

400 Response

Error while processing the request. See the response message for the reason.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

client is not authenticated
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

target not found or not authorized
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

internal error serving the request
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

indicates that a required service is not available.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top