Get application definition by name

get

/serviceapi/apm.dataserver/api/v1/applications/{applicationName}

Retrieve the application definition object for a known application name. For more information see Applications.

Request

Supported Media Types
Path Parameters
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 = /applications
  • 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 = /applications
Back to Top

Response

Supported Media Types

200 Response

Completed successfully. See Status Codes for special HTTP response status codes for operations on Applications.
Body ()
Root Schema : Application
Type: object
Information about an Application
Show Source
Nested Schema : applicationRules
Type: array
Application rules (required to create application, see Applications)
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