Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

In order to keep track of your activity, the ITS Private Cloud API provides resources to manage your user account request and token history, as well as notification and role settings and additional information such as last access and related system's data including vCenter and VSKEY5.

 


Panel

On this page:

Table of Contents
maxLevel2
outlinetrue

Child pages:

Child pages (Children Display)
alltrue
depth1


The following table shows a brief description and HTTP methods allowed to interact with the user account data:

ResourceURIDescriptionGETPOSTPUTDELETEPATCHOPTIONS
User/userUser Management resource.(tick)     (tick)
Roles/user/roleUser roles: access and request(tick)     (tick)
Settings/user/settingAccount settings(tick)     (tick)
Email
Notification Settings/user/setting/
email
notification
Email account
Notification settings(tick)  (tick)  (tick)
Request notification settings/user/setting/notification/requestRequest notification settings(tick)
(tick)

(tick)
Notification format/user/setting/notification/formatNotification format(tick)
(tick)


Weekly digests/user/setting/digestDigest settings(tick)
(tick)


Tokens/user/tokenAccount tokens(tick) (tick)(tick) (tick)
User Images/user/imageISO, Floppy and OVA/OVF vm images(tick)



(tick)
User ISOs/user/image/isoISO images(tick)


(tick)(tick)
User Floppies/user/image/floppyFloppy images(tick)


(tick)
User OVF/OVM/user/image/vmOVA/OVF vm images(tick)


(tick)(tick)


Note
titleOPTIONS HTTP method

Remember, you can also show what methods are allowed and method description, parameters, etc. by making an OPTIONS HTTP request to /v2/user.

Code Block
languagebash
http OPTIONS "https://vss-api.eis.utoronto.ca/v2/user"
curl -X OPTIONS "https://vss-api.eis.utoronto.ca/v2/user"