Docs are work in progress
Skip to main content

Fetch app service details

GET 

/api/v1/app-services/:appId

This API endpoint retrieve details of an app service identified by the provided appId, including port mapping attributes and configurations.

Request

Path Parameters

    appId stringrequired

    The appId - unique id of the app service

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for app services response

    appId string
    appName string
    dnsName string

    portMappings

    object[]

  • Array [

  • targetPort int32
    localPort int32
    protocol string
    description string
  • ]

  • machineIdOrAliasList string[]
Loading...