Skip to main content

List Services belonging to a Project

GET /v2/projects/{projectId}/services/
v2
GET
container-list-services

Request

  • projectIdstring (uuid)
    required

    ID of the Project to list Services for.

Responses

application/json

OK

  • Array[
  • *object
    • deployedStateobject
      required
      • commandarray of string
        • Array[
        • *string
        • ]
    • entrypointarray of string
      • Array[
      • *string
      • ]
  • envsobject
    • *string
  • imagestring
    required
  • portsarray of string
    • Array[
    • *string
    • ]
  • volumesarray of string
    • Array[
    • *string
    • ]
  • descriptionstring
    required
  • idstring (uuid)
    required
  • pendingStateobject
    required
    • commandarray of string
      • Array[
      • *string
      • ]
  • entrypointarray of string
    • Array[
    • *string
    • ]
  • envsobject
    • *string
  • imagestring
    required
  • portsarray of string
    • Array[
    • *string
    • ]
  • volumesarray of string
    • Array[
    • *string
    • ]
  • projectIdstring (uuid)
    required
  • serviceNamestring
    required
  • stackIdstring (uuid)
    required
  • statusstring (one of: running, stopped, restarting, error, creating, starting)
    required
  • ]

    Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v2/projects/f0f86186-0a5a-45b2-aa33-502777496347/services?stackId=f0f86186-0a5a-45b2-aa33-502777496347