Services¶
SDK services are defined to execute requests on available ISP services (such as SIA). When a service is initialized, a valid authenticator is required to authorize access to the ISP service. To perform service actions, each service exposes a set of classes and methods.
Here's an example that initializes the ArkCmgrService
service:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|
The above example authenticates to the specified ISP tenant, initializes a CMGR service using the authorized authenticator, and then uses the service to add a network and pool.
Secure Infrastructure Access service¶
The Secure Infrastructure Access (sia) service requires the ArkISPAuth authenticator, and exposes these service classes:
- ArkSIAAccessService (access) - SIA access service
- ArkSIAK8SService (Kubernetes) - SIA end-user Kubernetes service
- ArkSIASecretsService (secrets) - SIA secrets management
- ArkSIAVMSecretsService (VM) - SIA VM secrets services
- ArkSIADBSecretsService (DB) - SIA DB secrets services
- ArkSIASSOService (SSO) - SIA end-user SSO service
- ArkSIADatabasesService (databases) - SIA end-user databases service
- ArkSIAWorkspacesService (workspaces) - SIA workspaces management
- ArkSIATargetSetsWorkspaceService (target-sets) - SIA Target Sets workspace management
- ArkSIADBWorkspaceService (db) - SIA DB workspace management
Identity service¶
The Identity (identity) service requires the ArkISPAuth authenticator, and exposes those service classes:
- ArkIdentityRolesService - Identity roles service
- ArkIdentityUsersService - Identity users service
- ArkIdentityDirectoriesService - Identity directories service
Privilege Cloud service¶
The Privilege Cloud (pCloud) service requires the ArkISPAuth authenticator, and exposes those service classes:
- ArkPCloudAccountsService - Accounts management service
- ArkPCloudSafesService - Safes management service
Connector Manager Service¶
The Connector Manager (cmgr) service requires the ArkISPAuth authenticator, and exposes those service classes:
- ArkCmgrService - Connector Manager service