ServiceProfile

Service profile.

In this document:

GraphViz

Schema

The considered APS type (download) extends the Resource APS type(s) and looks as follows:

{
  "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"
    }
  }
}

The APS type is used to manage a collection of APS resources. To get a list of resources from that collection, use the following API call:

GET  /aps/2/collections/service-profiles?<RQL-filter>

Properties

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

profileName

String

Not Required

Profile name.

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: