Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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.

 

On this page:

Child pages:

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 Settings/user/setting/emailEmail account settings(tick)  (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)

OPTIONS 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.

http OPTIONS "https://vss-api.eis.utoronto.ca/v2/user"
curl -X OPTIONS "https://vss-api.eis.utoronto.ca/v2/user" 
  • No labels