Skip to main content

Get Application Capability

Allows the retrieval of application information in the context of given machines.

Path Parameters
  • capabilityType string required

    Capabilitiy type

Request Body

Capabilities request

  • tmids string[] nullable

    The list of tmids (TapioMachineIds) to request the capabilities for

  • applicationIds uuid[] nullable

    If present, the response is filtered by this list of application ids

Responses

Successful


Schema
  • Array [
  • tmid string nullable

    TapioMachineId

  • capabilityType string nullable

    Capability type

  • applications object[] nullable

    Applications assigned to this TapioMachineId

  • Array [
  • applicationId uuid

    Application id

  • displayName string nullable

    Display name

  • aadClientIds string[] nullable

    Assigned AAD client ids

  • endpoints object[] nullable

    List of endpoints

  • Array [
  • id uuid

    Internal id

  • endpointType string nullable

    Endpoint type, "eventhub" or "storageAccount"

  • endpointValue nullable

    Connection information for the endpoint

  • tags string[] nullable

    Tags

  • ]
  • ]
  • ]
Loading...