Jump to content
Updated Privacy Statement
  • 0

Cloud Licensing URL Stopped Working or Moved


Kevin Dulli 2

Question

2 answers to this question

Recommended Posts

  • 0

I was getting straight 404 responses - looks like it's fixed as of this writing and I'm getting good data once again. 

You probably need to check your headers; they should look like this:

$headers = @{ 
    Accept = "application/json"
    Authorization = $GLOBAL:XDAuthToken
    'Citrix-CustomerId' = $customerId
}

 

Where Authorization's assignment is set from Get-XDAuthentication, or whatever your chosen method is, and Citrix-CustomerId is the name of your Citrix Cloud tenant.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...