This type allows applications to create a product deployment configuration including reference APS resources presenting various service profiles.
The schema: download
{
"name": "ServiceProfile",
"id": "http://aps-standard.org/types/core/profile/service/1.0",
"apsVersion": "2.0",
"implements": [
"http://aps-standard.org/types/core/resource/1.0"
],
"properties": {
"profileName": {
"type": "string",
"title": "Profile name"
}
}
}
An APS application can define an APS type that implements the ServiceProfile
APS type
and is intended to create service profiles (offers).
Then the application can create a default configuration for product initialization wizard
including a number of reference APS resources based on this APS type.
Get more details in the concepts and look on its implementation in the Product Deployment Assistance demo.