Skip to content

Get Organization Adoption Wizard Capability

Request

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

GET
/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability
curl -i -X GET \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(AdoptionWizardCapabilityDTO)
Response
{ "supportToken": "1171c60d", "response": { "adoptionOptions": [] } }