Create Api Client

Create Api Client
Create new API Client in SSO Realm

Creates a new API Client in the specified SSO Realm for API access.

Request
URI
POST
https://{api_host}/suite-api/api/fleet-management/iam/ssorealms/{ssoRealmId}/api-clients
COPY
Path Parameters
string
ssoRealmId
Required

SSO Realm identifier


Request Body

API Client configuration object

ApiClient of type(s) application/json
Required

Show optional properties

{
    "clientId": "string",
    "clientName": "string"
}
"{\n  \"clientId\" : \"api-client-id\",\n  \"clientName\" : \"Automation API Client\",\n  \"clientDescription\" : \"API Client for automation purposes\"\n}"
string
clientDescription
Optional

Optional description for the API client

string
clientId
Required
Constraints: minLength: 1

API client unique string that is used for the CRUD operations within identity broker single tenant

string
clientName
Required

Friendly name for the API client

string As uuid As uuid
clientUuid
Optional

API Client unique string that is used as the principal for role assignment within identity broker

array of object
roles
Optional

Roles assigned to this API client

Authentication
This operation uses the following authentication methods.
Responses
201

Created API Client details

Returns ApiClient of type(s) application/json
"{\n  \"clientId\" : \"api-client-id\",\n  \"clientUuid\" : \"77ca0ca8-a504-4969-aeed-4ac453c1ef61\",\n  \"clientName\" : \"Automation API Client\",\n  \"clientDescription\" : \"API Client for automation purposes\"\n}"
string
clientDescription
Optional

Optional description for the API client

string
clientId
Required
Constraints: minLength: 1

API client unique string that is used for the CRUD operations within identity broker single tenant

string
clientName
Required

Friendly name for the API client

string As uuid As uuid
clientUuid
Optional

API Client unique string that is used as the principal for role assignment within identity broker

array of object
roles
Optional

Roles assigned to this API client


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"clientId":"string","clientName":"string"}' https://{api_host}/suite-api/api/fleet-management/iam/ssorealms/{ssoRealmId}/api-clients
                
Iam Apis Operations
GET
Get Eligible Components
DELETE
Delete Iam Component Auth Source
POST
Create Iam Component Auth Source
POST
Get Iam Component Auth Sources
GET
Get Component Roles
POST
Provision Component Role
PUT
Update Component Role
GET
Get Component Role Summaries
DELETE
Delete Component Role
GET
Get Component Role
POST
Trigger Drift Check
POST
Retry Apply For Role
GET
Get Component Role Definitions
POST
Configure IDP
PUT
Update IDP Configuration
DELETE
Delete IDP Configuration
GET
Get IDP Configuration
GET
Get Scim Sync Client Info
POST
Generate Scim Sync Client
GET
Get Ldap Directories
POST
Lookup Ldap Groups
POST
Execute Ldap Sync
GET
Get Ldap Sync Logs
GET
Get Ldap Sync Log By Id
GET
Get Ldap Sync Profile
PUT
Update Ldap Sync Profile
POST
Lookup Ldap Users
GET
Get VCF Roles Paginated
POST
Create Role
PUT
Update Role Definition
DELETE
Delete Role
GET
Get Role
POST
Validate Saml Metadata
GET
Get Iam Settings
PUT
Update Iam Settings
GET
Get Sso Realm List
POST
Create Sso Realm
DELETE
Delete Sso Realm
GET
Get Sso Realm
PATCH
Update Api Client
POST
Create Api Client
POST
Query Api Clients
DELETE
Delete Api Client
GET
Get Api Client
PATCH
Update Api Token
POST
Generate Api Token
POST
Query Api Tokens
DELETE
Delete Api Token
GET
Get Api Token
POST
Re Generate Api Token
GET
List Emergency Clients
POST
Create Emergency Client
DELETE
Delete Emergency Client
GET
Get Emergency Client
POST
Regenerate Emergency Client
POST
Get Groups List
POST
Get Group Members List
GET
List O Auth Apps
POST
Create O Auth App
PUT
Update O Auth App
DELETE
Delete O Auth App
GET
Get O Auth App
POST
Rotate O Auth App Secret
DELETE
Delete Role Assignments
GET
Get Role Assignment
PUT
Update Role Assignment
POST
Get Users List
GET
Get Iam Task Details
GET
Get Eligible Vidbs
PATCH
Update Vidb Metadata