getIntersectedPackageDeployments

GET 

/v1/package-deployments/intersected

Retrieves RUNNING package-deployments that have functions intersecting with the specified channels. FunctionType is optional and can be used to filter by specific function types.

Request

Example
{
  "data": [
    {
      "channel": "string",
      "packageDeployments": [
        {}
      ]
    }
  ],
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": []
}
Example
{
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": [
    {
      "code": "FAAS-500",
      "message": "Internal Server Error!"
    }
  ]
}