Get service definitions

get

/serviceapi/apm.dataserver/api/v1/services

Retrieve a list of service definitions. For more information see Services.

Request

Supported Media Types
Query Parameters
  • Maximum number of elements in the result set, useful for paging [default = all, max = 1000]. For more information see Paging.
  • Offset into result set at which to start returning data, useful for paging [default = 0].
  • Comma-separated list of one or more attributes by which the result set is ordered [default = null]. For more information see Sorting. Use attribute or attribute:asc or attribute:desc. Valid attributes can be found by using Get resource metadata with metadataType = OrderBy and metadataQuery resource = /services
  • Query clause of one or more predicates to restrict the result set to those objects satisfying the clause [default = null]. For more information see Filtering. Use query like predicates, such as attribute<=value< code>. Multiple predicates should be parenthesized and joined by AND or OR. Valid attributes can be found by using Get resource metadata with metadataType = Filter and metadataQuery resource = /services
Back to Top

Response

Supported Media Types

200 Response

Completed successfully. See Status Codes for special HTTP response status codes for operations on Services.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : Service
Type: object
Information about an Service
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : ErrorMessage
Type: object
An error message
Show Source
Back to Top