Retrieves a list of application profile metadata
GET/v1/dashboard/appProfiles/metadata
Retrieves a list of application profile metadata
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...