Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Secure Connect Gateway 5.x — Virtual Edition User's Guide

Request gateway health status through an email

About this task

By default, secure connect gateway verifies the overall health status of the gateway everyday at 11 p.m. However, you can manually request to receive information about the health status through an email, when necessary.
NOTE:An email message is sent even when no issue is detected during the health check.

Steps

  1. Open the terminal window on a system running the Linux operating system.
  2. Run the following command to generate an access token:
    curl -k -X POST -H 'accept: application/json' https://<<IP address of secure connect gateway virtual appliance>>:5700/SupportAssist/api/v2/auth/token -d '{"username":"<<username of the administrator account>>", "password":"<<password of the administrator account>>"}' 2>/dev/null | grep accessToken | sed 's/^.*accessToken" : "\([^"]*\)",.*$/\1/g'
  3. Run the following command to view the health status and receive the status through an email:
    curl -k -H "Authorization: Bearer <<token generated in step 2>>" 'https://<<IP address of secure connect gateway virtual appliance>>:5700/SupportAssist/api/v2/service/healthstatus?emailOptin=yes'
  4. Optionally, you can create and run a shell file with the following commands:
    TOKEN=`curl -k -X POST -H 'accept: application/json' https://<<IP address of secure connect gateway virtual appliance>>:5700/SupportAssist/api/v2/auth/token -d '{"username":"<<username of the administrator account>>", "password":"<<password of the administrator account>>"}' 2>/dev/null | grep accessToken | sed 's/^.*accessToken" : "\([^"]*\)",.*$/\1/g'`
    
    echo "TOKEN::$TOKEN"
    
    echo ""
    curl -k -H "Authorization: Bearer $TOKEN" 'https://<<IP address of secure connect gateway virtual appliance>>:5700/SupportAssist/api/v2/service/healthstatus?emailOptin=yes'
    echo ""
    

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\