"404 Not Found" error while acquiring an authentication token using REST API requests
search cancel

"404 Not Found" error while acquiring an authentication token using REST API requests

book

Article ID: 324819

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:

Error while trying to acquire authentication token for vRealize Operations Manager when using the following request header:

POST https://vrealize.example.com/api/auth/token/acquire
Content-Type: application/json
Accept: application/json
Request body in JSON format:
{
"username" : "vRealize-user",
"password" : "vRealize-dummy-password"
}


Resolution

To resolve this issue, acquire an authentication token by using a POST request to this login URL:

https://vrealize.example.com/suite-api/api/auth/token/acquire