Retrieves a list of application profile metadata
GET/v1/dashboard/appProfiles/metadata
Retrieves a list of application profile metadata
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of application profile summary items
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
appProfiles
object[]
metadata
object
Object identity meta
namestring
uidstring
spec
versionstring
{
  "appProfiles": [
    {
      "metadata": {
        "name": "string",
        "uid": "string"
      },
      "spec": {
        "version": "string"
      }
    }
  ]
}
Loading...