VMware Cloud Community
BOULA73
Enthusiast
Enthusiast

How can add project in Active Directory Integration with api

Hi everybody

I have a question, i have test the Active Directory Integration and that work fine Manually 

 but if i have a have lot of project i want automate the action. (add project in the active directory integration)

It's possible with API ?  i search i have not found .

Regards

 

Labels (1)
Reply
0 Kudos
2 Replies
paul_xtravirt
Expert
Expert

As far as I can see you cannot do this (yet) as the API call is not exposed

If you found this helpful, please consider awarding some points
Tags (1)
Reply
0 Kudos
xian_
Expert
Expert

This is what Chrome Developer Tools reveals:

POST https://vra.corp.local/provisioning/uerp/provisioning/activedirectory/api/providers

DATA:

{
  "id": "",
  "integrationId": "73145944-e51b-464c-889e-2a8aab54ecd1",
  "projectId": "22a712bc-5c9e-4784-a55c-0b3719134190",
  "integrationType": "activedirectory",
  "properties": {
    "ou": "cn=project1",
    "defaultOU": "DC=corp,DC=local"
  },
  "tags": [
    
  ],
  "allowOverrideRelativeDN": false,
  "allowIgnoreActiveDirectory": false
}

 

HTH