Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hewlett Packard Enterprise Authorization API

The Authorization API from Hewlett Packard Enterprise — 7 operation(s) for authorization.

Hewlett Packard Enterprise Authorization API is one of 4 APIs that Hewlett Packard Enterprise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Authorization. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 11 operations across 7 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://global.api.greenlake.hpe.com.

11 operations 7 paths 0 schemas 3 DELETE3 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://global.api.greenlake.hpe.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Hewlett Packard Enterprise Authorization API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 client-credentials access token. Use the token as Authorization: Bearer on every request.

Paths & Operations 11

Across 7 paths, the API surfaces 11 operations — 3 DELETE, 3 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Authorization 11
POST
/authorization/v1beta1/scope-groups
Create a scope group
createScopeGroup → 201
GET
/authorization/v1beta1/scope-groups/{scope-group-id}
Retrieve a scope group
getScopeGroup 1 param → 200
PUT
/authorization/v1beta1/scope-groups/{scope-group-id}
Update a scope group
updateScopeGroup 1 param → 200
DELETE
/authorization/v1beta1/scope-groups/{scope-group-id}
Delete a scope group
deleteScopeGroup 1 param → 204
GET
/authorization/v1beta1/scope-groups/{scope-group-id}/scopes
List scopes in a scope group
listScopes 1 param → 200
POST
/authorization/v1beta1/scope-groups/{scope-group-id}/scopes/batch
Add resources to a scope group
addScopesBatch 1 param → 200
DELETE
/authorization/v1beta1/scope-groups/{scope-group-id}/scopes/bulk
Remove multiple scopes from a scope group
removeScopesBulk 1 param → 204
POST
/authorization/v1beta1/role-assignments
Create a role assignment
createRoleAssignment → 201
GET
/authorization/v1beta1/role-assignments/{id}
Retrieve a role assignment
getRoleAssignment 1 param → 200
PUT
/authorization/v1beta1/role-assignments/{id}
Update a role assignment
updateRoleAssignment 1 param → 200
DELETE
/authorization/v1beta1/role-assignments/{id}
Delete a role assignment
deleteRoleAssignment 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hpe-authorization-api-openapi.yml Raw ↑

Other APIs Hewlett Packard Enterprise publishes across the network.

HPE GreenLake API
Hewlett Packard Enterprise Identity API
Hewlett Packard Enterprise Workspaces API