Versions Compared

Key

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

Introduction

When you submit a virtual machine deployment request, change request, snapshot request or any other request, the backing API would send an email notification upon submission and completion. However, if you wish to opt-out to receiving notifications or pick and choose which kind of notifications you wish to receive, you can do that by using either the 

...

API, the VSS Command Line Interface, or The

...

Cloud Portal.

This how-to provides the steps to customize your account Object Notifications and choose a preferred notification format using the VSS Portal and CLI.

...

Enable/Disable notification

VSS Portal

  1. Login to the https://vss-portal.eis.utoronto.ca 

  2. Go to the top-right corner where your Gravatar image is shown.

...

  1. Image Added
  2. Click on Settings

  3. Check the desired notification settings: all, none or submission, error, completion.

...

  1. Image Added
  2. Click on Save.

...

Command-

...

Line Interface

Usinghttps://vss-cli.eis.utoronto.ca or a local VSS CLI install

  1. Display your existing notification preferences with vss-cli account get notification request

    Code Block

...

  1. vss-cli account get notification request
    
    ALL                 : True
    NONE                : False
    COMPLETION          : False
    ERROR               : False
    SUBMISSION          : False
  2. To disable all email notification, execute vss-cli account set notification request none

    Code Block

...

  1. vss-cli account set notification request none
    
    Notifications triggered by requests have been disabled.
    ALL                 : False               
    NONE                : True                
    COMPLETION          : False               
    ERROR               : False               
    SUBMISSION          : False         
  2. If you are interested in only receiving email notifications when an error happened, execute vss-cli account set notification request error

    Code Block

...

collapsetrue
  1. vss-cli account set notification request error
    
    Notifications triggered by request error have been enabled.
    ALL                 : False               
    NONE                : False               
    COMPLETION          : False               
    ERROR               : True                
    SUBMISSION          : False        
  2. To enable multiple notifications, please include the options as follows:

    Code Block

...

collapsetrue
  1. vss account set notification request error completion
    
    Notifications triggered by request error have been enabled.
    ALL                 : False               
    NONE                : False               
    COMPLETION          : True               
    ERROR               : True                
    SUBMISSION          : False               

...

Info

For more information about user notifications, please refer to User Notification Settings

Notification format

VSS Portal

  1. Login to the https://vss-portal.eis.utoronto.ca 

  2. Go to the top-right corner where your Gravatar image is shown.

...

  1. Image Added
  2. Click on Settings

  3. Check the desired notification format: html or text

...

  1. Image Added
  2. Click on Save.

...

Command-

...

Line Interface

Usinghttps://vss-cli.eis.utoronto.ca or a local VSS CLI install

  1. Display your existing notification format with vss-cli account get notification format

    Code Block

...

collapsetrue
  1. vss-cli account get notification format
    
    ALL                 : html     
  2. We are currently supporting two formats: html or text. If you are more comfortable receiving text rather than html, please run the following command:

    Code Block

...

collapsetrue
  1. vss-cli account set notification format text
    
    ALL                 : text

...

Info

From now on, all incoming notifications will be using text format instead of HTML.

Filter by label (Content by label)
showLabelsfalse
max5
spacesVSSPublic
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "vsscli" , "vssapi" ) and type = "page" and space = "VSSPublic"
labelsvsscli vssapi


Page Properties
hiddentrue


Related issues