v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Infrastructure Provider

Retrieve Infrastructure Provider for current Org

Retrieve Infrastructure Provider entity for current Org.

User must have authorization role with PROVIDER_ADMIN suffix.

get/v2/org/{org}/nico/infrastructure-provider/current

Response

OK

idstring uuid

Unique UUID v4 identifier for the Infrastructure Provider

orgstring

Name of the org this Infrastructure Provider belongs to

orgDisplayNamestring nullable

Display name of the org this Infrastructure Provider belongs to

createdstring date-time

Date/time when the Infrastructure Provider was created

updatedstring date-time

Date/time when the Infrastructure Provider was last updated

Example response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "org": "rf43bbtnb9c5",
  "orgDisplayName": "Dell Corporation",
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}