UserServices

Realm Operations

Resource path: /users/{user}/services

Resource version: 1.0

create

Usage:

am> create UserServices --realm Realm --body body

Parameters:

--body

The resource in JSON format, described by the following JSON schema:

{
  "type" : "object"
}

delete

Usage:

am> delete UserServices --realm Realm

getAllTypes

Obtain the collection of all secondary configuration types related to the resource.

Usage:

am> action UserServices --realm Realm --user user --actionName getAllTypes

Parameters:

--user

getCreatableTypes

Obtain the collection of secondary configuration types that have yet to be added to the resource.

Usage:

am> action UserServices --realm Realm --user user --actionName getCreatableTypes

Parameters:

--user

nextdescendents

Obtain the collection of secondary configuration instances that have been added to the resource.

Usage:

am> action UserServices --realm Realm --user user --actionName nextdescendents

Parameters:

--user

read

Usage:

am> read UserServices --realm Realm

unassignServices

action.unassignServices.description

Usage:

am> action UserServices --realm Realm --body body --user user --actionName unassignServices

Parameters:

--body

The resource in JSON format, described by the following JSON schema:

{
  "description" : "i18n:api-descriptor/UserServicesResource#schema.description",
  "type" : "object",
  "title" : "i18n:api-descriptor/UserServicesResource#schema.title",
  "properties" : {
    "serviceNames" : {
      "type" : "array",
      "title" : "i18n:api-descriptor/UserServicesResource#schema.servicename.title",
      "description" : "i18n:api-descriptor/UserServicesResource#schema.servicename.description",
      "items" : {
        "type" : "string"
      }
    }
  }
}
--user

update

Usage:

am> update UserServices --realm Realm --body body

Parameters:

--body

The resource in JSON format, described by the following JSON schema:

{
  "type" : "object"
}
Read a different version of :