A solution add-on operation is the very fundamental operation that might hit an obstacle during its realization. Understanding the execution flow and context could reveal the root cause of the potential problem.
Local execution refers to a situation when the binary of the add-on is executed on the current machine and all automation tasks have also been performed by the same machine. Local execution is enforced when an operation is executed with the --encryption-key
flag.
IMPORTANT: When an operation is run locally all automation tasks are performed by the same machine, thus some automation tasks might fail due to firewall restrictions.
All the commands bellow assume developer is using Linux environment.
$ vcd-ext-shell
solution |> solution run <operation> <arguments>
NOTE: In development mode the encryption-key
configured via the setup
command is implicitly added to the command arguments.
$ sudo mount -o loop </path/to/add-on>.iso <mount/point>
$ cd <mount/point>
# Inject the add-on vendor certificate into the Cloud Director Certificate Manager targeted by operation.
$ ./linux.run trust --accept --host <host>
# Fetch and review the targeted Cloud Director identity
$ ./linux.run get certificate --accept --certificate-file server.pem <cloud director authentication arguments>
# Trust targeted Cloud Director identity and perform the operation
$ ./linux.run <operation> <arguments> --certificate-file server.pem --trace --encryption-key <your very own secret>
Remote execution refers to a situation when the binary of the add-on is executed on the current machine but all automation tasks have been delegated to a Cloud Director Solution Add-On Agent part of the Cloud Director product since 10.4.1. Remote execution is enforced when an operation is executed without the--encryption-key
flag.
All the commands bellow assume developer is using Linux environment.
In development an encryption key can be implicitly included if it was previously configured via setup
command. In order to run an operation in development mode the encryption key has to be deleted(reset).
$ vcd-ext-shell
solution |> setup encryption-key --key <user provided key>
solution |> solution run <operation> <arguments>
In production mode just skip encryption-key
from the operation arguments.
$ sudo mount -o loop </path/to/add-on>.iso <mount/point>
$ cd <mount/point>
# Inject the add-on vendor certificate into the Cloud Director Certificate Manager targeted by operation.
$ ./linxu.run trust --accept --host <host>
# Fetch and review the targeted Cloud Director identity
$ ./linxu.run get certificate --accept <cloud director authentication arguments> --certificate-file server.pem
# Trust targeted Cloud Director identity and perform the operation
$ ./linux.run <operation> <arguments> --certificate-file server.pem --trace
Both vcd-ext
and vcd-ext-shell
commands provides user control on the log level severity. - vcd-ext
- default logging level info
, debug
and trace
can be enforced by command line flags --debug
and --trace
. - vcd-ext-shell
- default logging level info
, debug
and trace
can be set via logging-level debug|trace
command.
vcd-ext-shell
new
and element
commands are using this library to fetch add-on building blocks.Solution add-on operations prints final set of error codes based on an unlike event. The error codes are concatenation of groups of four-digit codes representing an error path (stacktrace). The codes are read from left to right. Here are the details of the four-digit error codes.
Error Code | Error Identifier | Remediation Steps |
---|---|---|
0050 | CliAcceptEULA | |
0051 | CliReadSource | |
0052 | CliCommandValidation | |
0100 | ActionProgram | |
0101 | ActionProgramOutput | |
0102 | ActionProgramStart | |
0103 | ActionProgramMarshal | |
0104 | ActionProgramWait | |
0600 | Trust | |
0700 | Bootstrap | |
0701 | BootstrapSolutionLoadLatestRemoteType | |
0702 | BootstrapSolutionLoadLocalType | |
0703 | BootstrapSolutionRealizeRDE | |
0704 | BootstrapSolutionEntitleRoleToEntityType | |
0705 | BootstrapSolutionOrgEntitleRoleToEntityType | |
0706 | BootstrapInstanceLatestRemoteType | |
0707 | BootstrapInstanceLoadLocalType | |
0708 | BootstrapInstanceRealizeEntityType | |
0709 | BootstrapInstanceEntitleRoleToEntityType | |
1000 | Instance | |
1001 | InstancePropertiesDecryptUnmarshal | |
1002 | InstanceGetElementNotExists | |
1003 | InstanceRdeSchemaGet | |
1004 | InstanceRdeFindTypesByVendorAndNss | |
1005 | InstanceRdeNewVersion | |
1006 | InstanceRdeRealizeValidateNotRealized | |
1007 | InstanceRdeRealizeRealizeInterface | |
1008 | InstanceRdeRealizeRealizeType | |
1009 | InstanceRdeDeleteValidateRealize | |
1010 | InstanceRdeDeleteDeleteType | |
1011 | InstanceRdeDeleteDeleteInterface | |
1012 | InstanceRdeFindInstance | |
1013 | InstanceRdeCreateInstanceValidateRealized | |
1014 | InstanceRdeCreateInstanceCreateEntity | |
1015 | InstanceRdeCreateInstanceFindInstance | |
1016 | InstanceRdeCreateInstanceFailed | |
1017 | InstanceRdeCreateInstanceResolve | |
1018 | InstanceRdeCreateInstanceTaskAwait | |
1019 | InstanceRdeEntityTypeValidateRealizedFailed | |
1020 | InstanceRdeEntityTypeValidateNotRealizedFailed | |
1021 | InstanceRdeRealizeTypeFindTypeById | |
1022 | InstanceRdeRealizeTypeCreateType | |
1023 | InstanceRdeRealizeTypeRealizeBehaviorAccessControl | |
1024 | InstanceRdeRealizeInterfaceFindById | |
1025 | InstanceRdeRealizeInterfaceCreateInterface | |
1026 | InstanceRdeRealizeInterfaceRealizeInterfaceBehaviors | |
1027 | InstanceRdeDeleteType | |
1028 | InstanceRdeDeleteInterface | |
1029 | InstanceRdeFindInstancesValidateRealized | |
1030 | InstanceRdeFindInstancesFindEntities | |
1031 | InstanceRdeEntityInstanceGet | |
1032 | InstanceRdeEntityInstanceUpdate | |
1033 | InstanceRdeEntityInstanceUpdateAwaitTask | |
1034 | InstanceRdeEntityInstanceUpdateChanged | |
1035 | InstanceRdeEntityInstanceDelete | |
1036 | InstanceRdeEntityInstanceDeleteTaskAwait | |
1037 | InstanceRdeEntityInstanceReloved | |
1038 | InstanceRdeEntityInstanceResolve | |
1039 | InstanceRdeEntityInstanceResolveStateNotResolved | |
1040 | InstanceRdeEntityInstanceInvokePublishConvertJson | |
1041 | InstanceRdeEntityInstanceInvokeAndWaitInvokeEntityBehavior | |
1042 | InstanceRdeEntityInstanceInvokeAndWaitTaskWait | |
1043 | InstanceSchemaGet | |
1100 | CreateInstance | |
1101 | CreateInstanceCreateSolution | |
1102 | CreateInstanceCreateEntityType | |
1103 | CreateInstanceLoadRemoteInstance | |
1104 | CreateInstanceInstanceExist | |
1105 | CreateInstanceEncryptionKeyMissing | |
1106 | CreateInstanceCreateRDE | |
1107 | CreateInstanceUpdateRDE | |
1108 | CreateInstanceResolveRDE | |
1109 | CreateInstanceGenerateEncryptionKey | |
1110 | CreateInstanceCreateContextCommitInstance | |
1111 | CreateInstanceInvokeBehavior | |
1112 | CreateInstanceInvokeLoadRemote | |
1113 | CreateInstanceTriggerEventPreCreateSolution | |
1114 | CreateInstanceTriggerEventPostCreateSolution | |
1115 | CreateInstanceTriggerEventPreCreateElement | |
1116 | CreateInstanceTriggerEventPostCreateElement | |
1117 | CreateInstanceTriggerEventOnError | |
1118 | CreateInstanceCreateElement | |
1119 | CreateInstanceFindInstance | |
1120 | CreateInstanceOptionsBindFlags | |
1121 | CreateInstanceSolutionGetLocalManifest | |
1122 | CreateInstanceContextRealize | |
1123 | CreateInstanceBootstrapRealizeContext | |
1124 | CreateInstanceCommitInstance | |
1200 | DeleteInstance | |
1201 | DeleteInstanceLoadSolution | |
1202 | DeleteInstanceLoadRemoteSolution | |
1203 | DeleteInstanceLoadInstanceEntityType | |
1204 | DeleteInstanceLoadRemoteInstance | |
1205 | DeleteInstanceInstanceNotExist | |
1206 | DeleteInstanceEncryptionKeyMissing | |
1207 | DeleteInstanceInvokeRemoveBehavior | |
1208 | DeleteInstanceFindRDE | |
1209 | DeleteInstanceDeleteRDE | |
1210 | DeleteInstanceUpdateRDE | |
1211 | DeleteInstanceCreateContextCommitInstance | |
1212 | DeleteInstanceDeleteElement | |
1213 | DeleteInstanceTriggerEventPreDeleteSolution | |
1214 | DeleteInstanceTriggerEventPostDeleteSolution | |
1215 | DeleteInstanceTriggerEventPreDeleteElement | |
1216 | DeleteInstanceTriggerEventPostDeleteElement | |
1217 | DeleteInstanceRealizeSolution | |
1218 | DeleteInstanceRealizeInstance | |
1219 | DeleteInstanceCommitInstance | |
1220 | DeleteInstanceOptionsValidate | |
1221 | DeleteInstanceFindInstance | |
1222 | DeleteInstanceEntitleSolutionOrganization | |
1223 | DeleteInstanceGetLatestRemoteType | |
1224 | DeleteInstanceGetInstances | |
2000 | SolutionManifestGetInputNotExists | |
2000 | Solution | |
2001 | SolutionSignatureGetSolutionFolder | |
2001 | SolutionManifestGetElementNotExists | |
2002 | SolutionSignatureLoadVendorCertificate | |
2002 | SolutionManifestGetOperationNotExists | |
2003 | SolutionSignatureReadFile | |
2003 | SolutionManifestSaveToFileMarshal | |
2004 | SolutionSignatureInvalidFile | |
2004 | SolutionManifestGetLocalValidateSignature | |
2005 | SolutionManifestGetLocalGetSolutionFolder | |
2005 | SolutionSignatureWalkDir | |
2006 | SolutionSignatureHashFile | |
2006 | SolutionManifestGetLocalLoadFromDirectory | |
2007 | SolutionManifestDecodeFromYaml | |
2007 | SolutionSignatureReadFileSig | |
2008 | SolutionSignatureVerifyFile | |
2008 | SolutionManifestLoadFromFile | |
2009 | SolutionCertificateNotTrusted | |
2009 | SolutionPathSetSolutionFolderValidate | |
2010 | SolutionPathSetSolutionFolderFilepath | |
2011 | SolutionPathFindManifestWorkingDirectory | |
2012 | SolutionPathFindManifestPath | |
2013 | SolutionPathFindManifestValidate | |
2014 | SolutionPathFindManifestInExecutablePathGet | |
2015 | SolutionPathFindManifestInExecutablePathAbs | |
2016 | SolutionPathFindManifestInExecutablePathValidate | |
2017 | SolutionPathGetSolutionFolderNotFound | |
2018 | SolutionPathValidateFolderNoSolution | |
2019 | SolutionProgressRunGetEntity | |
2020 | SolutionProgressRunTimeout | |
2021 | SolutionRdeGetLocalTypeSchemaGet | |
2022 | SolutionRdeGetLatestRemoteTypeFindTypesByVendorAndNss | |
2023 | SolutionRdeGetLatestRemoteTypeNewVersion | |
2024 | SolutionRdeEntityTypeRealizeValidate | |
2025 | SolutionRdeEntityTypeRealizeInterface | |
2026 | SolutionRdeEntityTypeRealizeType | |
2027 | SolutionRdeEntityTypeDeleteValidate | |
2028 | SolutionRdeEntityTypeDeleteType | |
2029 | SolutionRdeEntityTypeDeleteInterface | |
2030 | SolutionRdeEntityTypeFindInstanceGet | |
2031 | SolutionRdeEntityTypeCreateInstanceValidate | |
2032 | SolutionRdeEntityTypeCreateInstanceCreateEntity | |
2033 | SolutionRdeEntityTypeCreateInstanceCreateFind | |
2034 | SolutionRdeEntityTypeCreateInstanceResolve | |
2035 | SolutionRdeEntityTypeCreateInstanceAwait | |
2036 | SolutionRdeEntityTypeCreateInstanceCreateReload | |
2037 | SolutionRdeEntityTypeRealizeFind | |
2038 | SolutionRdeEntityTypeRealizeCreate | |
2039 | SolutionRdeEntityTypeRealizeCreateBehaviorAccessControls | |
2040 | SolutionRdeEntityTypeRealizeInterfaceFind | |
2041 | SolutionRdeEntityTypeRealizeInterfaceCreate | |
2042 | SolutionRdeEntityTypeRealizeInterfaceBehaviors | |
2043 | SolutionRdeEntityTypeDelete | |
2044 | SolutionRdeEntityTypeFindInstancesValidate | |
2045 | SolutionRdeEntityTypeFindInstancesFindEntities | |
2046 | SolutionRdeEntityInstanceAwaitNewProgress | |
2047 | SolutionRdeEntityInstanceReloadGetEntity | |
2048 | SolutionRdeEntityInstanceUpdateEntity | |
2049 | SolutionRdeEntityInstanceAwaitTask | |
2050 | SolutionRdeEntityInstanceDeleteEntity | |
2051 | SolutionRdeEntityInstanceDeleteAwaitTask | |
2052 | SolutionRdeEntityInstanceResolveEntity | |
2053 | SolutionRdeEntityInstanceInvokeAndWaitEntityBehavior | |
2054 | SolutionRdeEntityInstanceInvokeAndWaitAwaitTask | |
2055 | SolutionRdeEntityTypeCreateInstanceFail | |
2056 | SolutionRdeEntityTypeValidateRealizedFail | |
2057 | SolutionRdeEntityTypeValidateNotRealizedFail | |
2058 | SolutionRdeEntityInstanceStateAlreadyResolved | |
2059 | SolutionRdeEntityInstanceStateNotResolved | |
2060 | SolutionOrgGetDataCenterNotExist | |
2061 | SolutionOrgGetCatalogNotExist | |
2062 | SolutionOrgRdeGetLatestRemoteTypeFind | |
2063 | SolutionOrgRdeGetLatestRemoteTypeNewVersion | |
2064 | SolutionOrgRdeEntityTypeFindInstance | |
2065 | SolutionOrgRdeEntityTypeFindInstances | |
2066 | SolutionOrgRdeEntityInstanceReload | |
2067 | SolutionSchemaGet | |
2100 | CreateSolution | |
2101 | CreateSolutionRealizeEntityType | |
2102 | CreateSolutionLoadRemoteSolution | |
2103 | CreateSolutionLoadSolutionsOrganization | |
2104 | CreateSolutionRealizeSolution | |
2105 | CreateSolutionWaitForSolutionCompleteState | |
2106 | CreateSolutionFindOrganizationCatalog | |
2107 | CreateSolutionIsoFlagMissing | |
2108 | CreateSolutionUploadFile | |
2109 | CreateSolutionCreateRDE | |
2110 | CreateSolutionUpdateRDE | |
2111 | CreateSolutionResolveRDE | |
2112 | CreateSolutionPresentWithOrganization | |
2113 | CreateSolutionPresentWithoutOrganization | |
2114 | CreateSolutionAbsentWithOrganization | |
2115 | CreateSolutionAbsentWithoutOrganization | |
2116 | CreateSolutionValidateManifestSolutionOrg | |
2117 | CreateSolutionFindRDE | |
2118 | CreateSolutionLoadInstances | |
2119 | CreateSolutionLoadGetRemoteType | |
2120 | CreateSolutionLoadEntitleSolution | |
2121 | CreateSolutionSolutionOrgCatalogMissing | |
2122 | CreateSolutionSolutionOrgCatalogMatching | |
2123 | CreateSolutionEntityInstanceAwait | |
2124 | CreateSolutionEntityInstanceReload | |
2125 | CreateSolutionGetLocalManifest | |
2126 | CreateSolutionGetLocalEULA | |
2127 | CreateSolutionGetLocalIcon | |
2128 | CreateSolutionValidatePresentIsoPath | |
2200 | DeleteSolution | |
2201 | DeleteSolutionLoadSolutionEntityType | |
2202 | DeleteSolutionLoadInstanceEntityType | |
2203 | DeleteSolutionLoadRemoteSolution | |
2204 | DeleteSolutionLoadSolutionsOrganization | |
2205 | DeleteInstanceSolutionNotExist | |
2206 | DeleteSolutionInstanceExist | |
2207 | DeleteSolutionLoadLatestInstanceRemoteType | |
2208 | DeleteInstanceLoadSolutionOrg | |
2209 | DeleteInstanceValidateEncryptionKey | |
2210 | DeleteInstanceValidateEncryptionKeyGetSession | |
2211 | DeleteSolutionFindRDE | |
2212 | DeleteSolutionLoadRemoteInstances | |
2213 | DeleteSolutionEntityInstanceDelete | |
2214 | DeleteSolutionRealizeSolution | |
2215 | DeleteSolutionDeleteCatalogItem | |
2216 | DeleteSolutionLoadRemoteInstancesGetInstances | |
2300 | GetInstanceOptionsValidate | |
2301 | GetInstanceAnalyticsReport | |
2302 | GetInstanceCreateVcdClient | |
2303 | GetInstanceBootstrapRealizeInstance | |
2304 | GetInstanceGetLatestRemoteType | |
2305 | GetInstanceSolutionGetLatestRemoteType | |
2306 | GetInstanceGetInstance | |
2350 | InstanceOther | |
2351 | TriggerInstanceGetSession | |
2352 | TriggerInstanceGetElementArtifactDir | |
2353 | TriggerInstanceExecuteProgram | |
2354 | ContextInstanceGetLocalManifest | |
2355 | CmdRemoveSolutionDeleteCommand | |
2356 | CmdRemoveInstanceDeleteCommand | |
3000 | Element | |
3001 | ElementsCoreCreateElementTypeCreateGetElementArtifactDir | |
3002 | ElementsCoreCreateElementTypeCreateResolveSpec | |
3003 | ElementsCoreRemoveElementTypeRemoveResolveSpec | |
3004 | ElementsCoreTemplateElementTypeResolveSpecJsonMarshall | |
3005 | ElementsCoreTemplateElementTypeResolveSpecParse | |
3006 | ElementsCoreTemplateElementTypeResolveSpecExecute | |
3007 | ElementsCoreTemplateElementTypeResolveSpecJsonUnmarshal | |
3008 | ElementsCoreTemplateRandomTemplateMinLowerLettersCount | |
3009 | ElementsCoreTemplateRandomTemplateMinUpperLettersCount | |
3010 | ElementsCoreTemplateRandomTemplateMinDigitsCount | |
3011 | ElementsCoreTemplateRandomTemplateEntropy | |
3012 | ElementsCoreTemplateRandomTemplateMinLength | |
3013 | ElementsCoreTemplateRandomTemplateMaxLength | |
3014 | ElementsCoreTemplateRandomTemplateStrconvAtoiMin | |
3015 | ElementsCoreTemplateRandomTemplateStrconvAtoiMax | |
3016 | ElementsCoreTemplateUnhandledType | |
3050 | ElementRDE | |
3051 | ElementsRdeArtifactLoadInterfaceFileOpen | |
3052 | ElementsRdeArtifactLoadInterfaceFileDecode | |
3053 | ElementsRdeArtifactLoadTypeFileOsOpen | |
3054 | ElementsRdeArtifactLoadTypeFileDecode | |
3055 | ElementsRdeArtifactLoadInstanceFileOpen | |
3056 | ElementsRdeArtifactLoadInstanceFileDecode | |
3057 | ElementsRdeArtifactLoadFilesFromDirectoryWalkInternal | |
3058 | ElementsRdeArtifactLoadFilesFromDirectoryFilePath | |
3059 | ElementsRdeArtifactLoadFilesFromDirectoryWalk | |
3060 | ElementRDESolutionOrgRequired | |
3061 | ElementRDECreateInterfaces | |
3062 | ElementRDECreateInterface | |
3063 | ElementRDECreateInterfaceBehaviors | |
3064 | ElementRDECreateLoadInterfaceFiles | |
3065 | ElementRDECreateTypes | |
3066 | ElementRDECreateType | |
3067 | ElementRDECreateTypeBehaviorAccessControls | |
3068 | ElementRDECreateLoadTypeFiles | |
3069 | ElementRDECreateInstances | |
3070 | ElementRDECreateInstance | |
3071 | ElementRDECreateInstanceLoadType | |
3072 | ElementRDECreateResolveInstance | |
3073 | ElementRDECreateInstanceInvalid | |
3074 | ElementRDECreateInstanceGlobalRoleMissing | |
3075 | ElementRDECreateInstanceAccessControl | |
3076 | ElementRDECreateLoadInstanceFiles | |
3077 | ElementRDEDeleteType | |
3078 | ElementRDEDeleteInterface | |
3079 | ElementRDEDeleteInstance | |
3080 | ElementRDEGetOwnerClient | |
3081 | ElementRDEFindTypeById | |
3082 | ElementRDEDeleteEntities | |
3083 | ElementRDEFindInterfaceById | |
3084 | ElementRDEFindEntities | |
3085 | ElementRDEDeleteEntity | |
3086 | ElementRDEGetType | |
3087 | ElementRDEDeleteEntityWithHook | |
3088 | ElementRDETaskAwait | |
3089 | ElementRDEAssignRightsByNamespaceToCurrentUserRole | |
3090 | ElementRDEFindGlobalByName | |
3100 | ElementRDEI | |
3101 | ElementRDEISolutionOrgRequired | |
3102 | ElementRDEICreateInstance | |
3103 | ElementRDEICreateGlobalRoleMissing | |
3104 | ElementRDEICreateInstanceAccessControl | |
3105 | ElementRDEIDeleteInstance | |
3106 | ElementRDEITaskAwait | |
3107 | ElementRDEIResolveEntity | |
3108 | ElementRDEIGetOwnerClient | |
3109 | ElementRDEIGetType | |
3110 | ElementRDEIStateNotResolved | |
3200 | ElementRight | |
3201 | ElementRightCreateBundle | |
3202 | ElementRightCreateBundleRights | |
3203 | ElementRightDeleteBundle | |
3204 | ElementRightFindBundle | |
3205 | ElementRightFindReferencesByRightNames | |
3300 | ElementRole | |
3301 | ElementRoleCreate | |
3302 | ElementRoleCreateGlobal | |
3303 | ElementRoleCreateRights | |
3304 | ElementRoleCreateGlobalRights | |
3305 | ElementRoleCreatePublishGlobal | |
3306 | ElementRoleDelete | |
3307 | ElementRoleDeleteGlobal | |
3308 | ElementRoleFindReferencesByRightNames | |
3309 | ElementRoleFindByName | |
3310 | ElementRoleFindGlobalByName | |
3311 | ElementRoleOrganizationRequired | |
3400 | ElementUser | |
3401 | ElementUserCreate | |
3402 | ElementUserCreateSolutionOrgMissing | |
3403 | ElementUserCreatePassword | |
3404 | ElementUserCreateLoadRole | |
3405 | ElementUserCreateRoleNoRole | |
3406 | ElementUserCreateLoadUser | |
3407 | ElementUserCreateUserExist | |
3408 | ElementUserDelete | |
3409 | ElementUserDeleteLoadUser | |
3500 | ElementUI | |
3501 | ElementUICreatePlugin | |
3502 | ElementUICreateUpload | |
3503 | ElementUICreateFindPluginZip | |
3504 | ElementUICreateLoadPlugin | |
3505 | ElementUICreateLoadManifest | |
3506 | ElementUIDeletePlugin | |
3507 | ElementUIDeleteLoadPlugin | |
3508 | ElementUIParseJsonFileFromZip | |
3600 | ElementVapp | |
3601 | ElementsVappCreateCreateCallLoadApplianceFromDir | |
3602 | ElementsVappCreateCreateCallGetEnvelop | |
3603 | ElementsVappCreateCreateCallResolveOvaResources | |
3604 | ElementsVappCreateCreateCallRemoveExistingVapp | |
3605 | ElementsVappCreateCreateCallInstantiateOvf | |
3606 | ElementsVappCreateCreateCallUploadVappFiles | |
3607 | ElementsVappCreateCreateCallRemoveUnusedNetworks | |
3608 | ElementsVappCreateCreateCallConfigureGuestCustomization | |
3609 | ElementsVappCreateCreateCallPowerOnVapp | |
3610 | ElementsVappCreateCreateCallWaitForVmProperties | |
3611 | ElementsVappCreateCreateManyVirutalSystems | |
3612 | ElementsVappCreateRemoveExistingVappCallFindVappRefByName | |
3613 | ElementsVappCreateRemoveExistingVappCallGet | |
3614 | ElementsVappCreateRemoveExistingVappCallRemoveVapp | |
3615 | ElementsVappCreateInstantiateOvfCallSpecCreateInstantiateOvfBody | |
3616 | ElementsVappCreateCreateInstantiateOvfBodyCallUtilsConvertJsonStructs | |
3617 | ElementsVappUploadVappFilesUploadOvfFile | |
3618 | ElementsVappUploadVappFilesUploadOtherFile | |
3619 | ElementsVappUploadVappFileWaitForFileUploadTasks | |
3620 | ElementsVappCreateUploadOvfFileCallVappGet | |
3621 | ElementsVappCreateUploadOvfFileCallApplianceFindEntry | |
3622 | ElementsVappCreateUploadOvfFileCallProgressNewReaderOperation | |
3623 | ElementsVappCreateUploadOvfFileProgressRunFailure | |
3624 | ElementsVappCreateUploadOtherFileCallVappGet | |
3625 | ElementsVappCreateUploadOtherFileCallApplianceFindEntry | |
3626 | ElementsVappCreateUploadOtherFileCallCallNewReaderOperation | |
3627 | ElementsVappCreateUploadOtherFileProgressRunFailure | |
3628 | ElementsVappCreateWaitForFileUploadTasksCallVappGet | |
3629 | ElementsVappCreateWaitForFileUploadTasksCallTaskNewProgressOperation | |
3630 | ElementsVappCreateWaitForFileUploadTasksProgressRun | |
3631 | ElementsVappCreateRemoveUnusedNetworksCallVappGet | |
3632 | ElementsVappCreateRemoveUnusedNetworksCallVappFindNetworks | |
3633 | ElementsVappCreateRemoveUnusedNetworksCallVappRemoveNetwork | |
3634 | ElementsVappCreateRemoveUnusedNetworksTAwait | |
3635 | ElementsVappCreateConfigureGuestCustomizationCallVappGet | |
3636 | ElementsVappCreateConfigureGuestCustomizationVappCustomizeGuestVm | |
3637 | ElementsVappCreateConfigureGuestCustomizationCalltAwait | |
3638 | ElementsVappCreatePowerOnVappCallVappPowerOn | |
3639 | ElementsVappCreatePowerOnVappCallAwait | |
3640 | ElementsVappCreatePowerOffVappCallVappPowerOn | |
3641 | ElementsVappCreatePowerOffVappCallAwait | |
3642 | ElementsVappCreateRunCallVappGet | |
3643 | ElementsVappCreateRunCallOScrapeOutputProperties | |
3644 | ElementsVappCreateScrapeOutputPropertiesCallVappGet | |
3645 | ElementsVappCreateScrapeOutputPropertiesCallNetworkGetOrgVdcNetwork | |
3646 | ElementsVappCreateScrapeOutputPropertiesCallNetParseCIDR | |
3647 | ElementsVappCreateDeployOvfRunTimedOut | |
3648 | ElementsVappCreateReadyConditionOperationTimedOut | |
3649 | ElementsVappCreateReadyConditionOperationIsReadyNotChanged | |
3650 | ElementsVappCreateReadyConditionOperationIsReadyNotAsExpected | |
3651 | ElementsVappRemoveRemoveVappFindVappRefById | |
3652 | ElementsVappRemoveRemoveVappGet | |
3653 | ElementsVappRemoveRemoveVapp | |
3654 | ElementsVappVappRemoveVapp | |
3655 | ElementsVappVappFindVappRefById | |
3656 | ElementsVappVappTawait | |
3657 | ElementsVappVappDelete | |
3658 | ElementsVappVappTaskNewProgressOperation | |
3659 | ElementsVappVappErrorVappTaskCancel | |
3660 | ElementsVappVappFailToDeleteVapp | |
3661 | ElementVappVappOrgDatacenterMissing | |
3662 | ElementVappVappVdcMissingStoragePolicy | |
3663 | ElementVappVappVdcDoesNotHaveNetwork | |
3700 | ElementService | |
3701 | ElementsServiceSpecServiceCreateCtxOrganizationGetDataCenter | |
3702 | ElementsServiceSpecServiceCreateRdeGetEntity | |
3703 | ElementsServiceSpecServiceCreateRdeCreateEntity | |
3704 | ElementsServiceSecServiceCreateRdeTaskAwait | |
3705 | ElementsServiceRemoveSpecServiceRemoveRdeDeleteEntity | |
3706 | ElementsServiceRemoveSpecServiceRdeDeleteEntity | |
3707 | ElementsServiceRemoveSpecServiceTaskAwait | |
3800 | ElementNetPolicy | |
3801 | ElementsNetworkPolicyCreateSpecNetworkPolicyCreateCtxOrganizationGetDataCenter | |
3802 | ElementNetPolicyCreateSpecNetworkPolicyCreateVdcNetworkManagerMissing | |
3803 | ElementsNetworkPolicyCreateSpecNetworkPolicyCreateRdeGetEntity | |
3804 | ElementsNetworkPolicyCreateSpecNetworkPolicyCreateRdeCreateEntity | |
3805 | ElementsNetworkPolicyRemoveSpecNetworkPolicyRemoveDeleteEntity | |
3806 | ElementsNetworkPolicyRemoveSpecNetworkPolicyDeleteEntityRdeDeleteEntity | |
3807 | ElementsNetworkPolicyRemoveSpecNetworkPolicyDeleteEntityTaskAwait | |
4000 | Vcd | |
4001 | VcdCreateClient | |
4002 | VcdClientPost | |
4003 | VcdClientGet | |
4004 | VcdClientGetParseResponse | |
4005 | VcdClientPut | |
4006 | VcdClientDelete | |
4007 | VcdClientValidateSessionLoad | |
4008 | VcdClientGetSessionNotAuthenticated | |
4009 | VcdQueryAllPages | |
4010 | VcdQueryGetPageRequest | |
4011 | VcdQueryApiPageRequest | |
4012 | VcdQueryApiPageAllPages | |
4013 | VcdQueryApiGetAllPagesQueryError | |
4014 | VcdQueryApiGetAllPages | |
4015 | VcdTransferClientWithProgressOpenFile | |
4016 | VcdTransferClientReaderCreateRequest | |
4017 | VcdTransferClientReaderDoRequest | |
4018 | VcdVersionLoadGet | |
4019 | VcdVersionLoadDecodeResponse | |
4020 | VcdVersionLoadNoVersionInfo | |
4021 | VcdVersionLoadProductVersionGet | |
4022 | VcdVersionLoadProductVersionDecodeResponse | |
4023 | VcdVersionLoadProductVersionNew | |
4024 | VcdSessionLoadSessionRequest | |
4025 | VcdSessionLoadSessionResponse | |
4050 | VcdAuthRoundTripperLoginUnauthorized | |
4051 | VcdAuthRoundTripperLoginEmptyToken | |
4052 | VcdAuthRoundTripperRoundTrip | |
4053 | VcdAuthClientLoginPasswordNewRequest | |
4054 | VcdAuthClientLoginPasswordCurrentSession | |
4055 | VcdAuthClientLoginTokenPost | |
4056 | VcdAuthClientLoginTokenParseResponse | |
4057 | VcdAuthClientLoginTokenLoadSession | |
4058 | VcdAuthClientLogoutGetSession | |
4059 | VcdAuthClientLoginMissingCredentials | |
4060 | VcdClientConfigLoadCertificateDecodeExisting | |
4061 | VcdClientConfigLoadCertificateReadFile | |
4062 | VcdClientConfigLoadCertificateDecodeFromFile | |
4063 | VcdClientNewLoadCertificates | |
4064 | VcdClientNewConfigureCertificates | |
4065 | VcdClientNewLoadApiVersion | |
4066 | VcdClientNewLoadProductVersion | |
4067 | VcdClientNewLoadSession | |
4068 | VcdClientConfigureCertificates | |
4069 | VcdClientDoRequest | |
4100 | VcdCatalogGetRequest | |
4101 | VcdCatalogGetResponse | |
4102 | VcdCatalogItemGetRequest | |
4103 | VcdCatalogItemGetResponse | |
4104 | VcdCatalogCancelMediaTasksGetItem | |
4105 | VcdCatalogCancelMediaTasksGetMedia | |
4106 | VcdCatalogCancelMediaTasksRequest | |
4107 | VcdCatalogCancelMediaTaskProgressOperation | |
4108 | VcdCatalogCancelMediaTaskCancelOperation | |
4109 | VcdCatalogItemDeleteRequest | |
4110 | VcdCatalogGetMediaRequest | |
4111 | VcdCatalogGetMediaResponse | |
4112 | VcdCatalogUploadRequest | |
4113 | VcdCatalogUploadResponse | |
4114 | VcdCatalogUploadFileOpen | |
4115 | VcdCatalogUploadFileStat | |
4116 | VcdCatalogUploadFileGet | |
4117 | VcdCatalogUploadFileRecreateCancelMediaTask | |
4118 | VcdCatalogUploadFileRecreateDeleteItem | |
4119 | VcdCatalogUploadFileUploadItem | |
4120 | VcdCatalogUploadFileGetMedia | |
4121 | VcdCatalogUploadFileUploadIso | |
4122 | VcdCatalogUploadIsoFileReaderOperation | |
4123 | VcdCatalogUploadIsoFileProgressOperation | |
4150 | VcdRdeEntityFindRequest | |
4151 | VcdRdeEntityFindResponse | |
4152 | VcdRdeEntityGetRequest | |
4153 | VcdRdeEntityGetResponse | |
4154 | VcdRdeEntityCreateRequest | |
4155 | VcdRdeEntityCreateGetLocation | |
4156 | VcdRdeEntityCreateTaskAwait | |
4157 | VcdRdeEntityUpdateRequest | |
4158 | VcdRdeEntityUpdateStatusPreconditionFailed | |
4159 | VcdRdeEntityUpdateGetLocation | |
4160 | VcdRdeEntityUpdateGetTask | |
4161 | VcdRdeEntityDeleteRequest | |
4162 | VcdRdeEntityDeleteGetLocation | |
4163 | VcdRdeEntityDeleteGetTask | |
4164 | VcdRdeEntityResolveRequest | |
4165 | VcdRdeEntityResolveResponse | |
4166 | VcdRdeEntityCreateAccessControl | |
4167 | VcdRdeEntityInvokeBehaviorRequest | |
4168 | VcdRdeEntityInvokeBehaviorGetLocation | |
4169 | VcdRdeEntityInvokeBehaviorGetTask | |
4170 | VcdRdeEntityCreateErrorMessageExists | |
4171 | VcdRdeEntityUpdateErrorMessageExists | |
4172 | VcdRdeEntityDeleteErrorMessageExists | |
4173 | VcdRdeEntityInvokeBehaviorErrorMessageExists | |
4200 | VcdRdeInterfaceFindByIdRequest | |
4201 | VcdRdeInterfaceFindByIdResponse | |
4202 | VcdRdeInterfaceFindByVendorAndNss | |
4203 | VcdRdeInterfaceGetRequest | |
4204 | VcdRdeInterfaceGetResponse | |
4205 | VcdRdeInterfaceCreateRequest | |
4206 | VcdRdeInterfaceCreateResponse | |
4207 | VcdRdeInterfaceDeleteRequest | |
4208 | VcdRdeInterfaceGetBehaviors | |
4209 | VcdRdeInterfaceCreateBehavior | |
4210 | VcdRdeInterfaceRealizeBehaviorGet | |
4211 | VcdRdeInterfaceRealizeBehaviorCreate | |
4250 | VcdRdeTypeFindByIdRequest | |
4251 | VcdRdeTypeFindByIdResponse | |
4252 | VcdRdeTypeFindByVendorAndNss | |
4253 | VcdRdeTypeGetRequest | |
4254 | VcdRdeTypeGetResponse | |
4255 | VcdRdeTypeCreateRequest | |
4256 | VcdRdeTypeCreateResponse | |
4257 | VcdRdeTypeDelete | |
4258 | VcdRdeTypeGetBehaviorAccessControls | |
4259 | VcdRdeTypeGetBehaviorAccessControl | |
4260 | VcdRdeTypeRealizeBehaviorAccessControlGet | |
4261 | VcdRdeTypeRealizeBehaviorAccessControlCreate | |
4300 | VcdRightBundleFindRequest | |
4301 | VcdRightBundleFindResponse | |
4302 | VcdRightBundleGetRequest | |
4303 | VcdRightBundleGetResponse | |
4304 | VcdRightBundleCreateRequest | |
4305 | VcdRightBundleCreateResponse | |
4306 | VcdRightBundleDelete | |
4307 | VcdRightBundleAssignRights | |
4308 | VcdRightGetAll | |
4309 | VcdRightFindByRightNames | |
4310 | VcdRightFindByRightNamesNotFound | |
4350 | VcdRoleGlobalFindByNameRequest | |
4351 | VcdRoleGlobalFindByNameResponse | |
4352 | VcdRoleGlobalGetRequest | |
4353 | VcdRoleGlobalGetResponse | |
4354 | VcdRoleGlobalCreateRequest | |
4355 | VcdRoleGlobalCreateResonse | |
4356 | VcdRoleGlobalDelete | |
4357 | VcdRoleGlobalAssignRights | |
4358 | VcdRoleGlobalPublish | |
4359 | VcdRoleGlobalPublishAll | |
4360 | VcdRoleGlobalUnpublishAll | |
4361 | VcdRoleFindByNameRequest | |
4362 | VcdRoleFindByNameResponse | |
4363 | VcdRoleGetRequest | |
4364 | VcdRoleGetResponse | |
4365 | VcdRoleCreateRequest | |
4366 | VcdRoleCreateResponse | |
4367 | VcdRoleDeleteRequest | |
4368 | VcdRoleGetRights | |
4369 | VcdRoleAssignRights | |
4370 | VcdRoleAssignRightsToCurrentUserRole | |
4371 | VcdRoleGetSession | |
4400 | VcdServiceAccountFindByIdRequest | |
4401 | VcdServiceAccountFindByIdResponse | |
4402 | VcdServiceAccountFindByNameRequest | |
4403 | VcdServiceAccountFindByNameResponse | |
4404 | VcdServiceAccountGetRequest | |
4405 | VcdServiceAccountGetResponse | |
4450 | VcdUiPluginFindRequest | |
4451 | VcdUiPluginFindResponse | |
4452 | VcdUiPluginFindByIdRequest | |
4453 | VcdUiPluginFindByIdResponse | |
4454 | VcdUiPluginGetRequest | |
4455 | VcdUiPluginGetResponse | |
4456 | VcdUiPluginGetAllRequest | |
4457 | VcdUiPluginGetAllResponse | |
4458 | VcdUiPluginCreateRequest | |
4459 | VcdUiPluginCreateResponse | |
4460 | VcdUiPluginUpdateResponse | |
4461 | VcdUiPluginUpdateRequest | |
4462 | VcdUiPluginUploadOpenZip | |
4463 | VcdUiPluginUploadFileStat | |
4464 | VcdUiPluginUploadGetSha | |
4465 | VcdUiPluginUploadPost | |
4466 | VcdUiPluginUploadProgress | |
4467 | VcdUiPluginDelete | |
4468 | VcdUiPluginGetShaReadFile | |
4469 | VcdUiPluginGetShaWriteHash | |
4500 | VcdUserFindById | |
4501 | VcdUserFindByName | |
4502 | VcdUserGet | |
4503 | VcdUserCreate | |
4504 | VcdUserUpdate | |
4505 | VcdUserDeleteRequest | |
4506 | VcdUserDeleteGetLocation | |
4507 | VcdUserDeleteAwaitTask | |
4900 | VcdOther | |
4901 | VcdCellGet | |
4902 | VcdCellGetAllPages | |
4903 | VcdNetworkOrgvdcGetNetwork | |
4904 | VcdPvdcAdminGet | |
4905 | VcdSslGetTrustedCertificate | |
4906 | VcdSslFindX509TrustedCertificates | |
4907 | VcdSslGetTrustedCertificateNotTrusted | |
4908 | VcdSslTrustCertificate | |
4909 | VcdSslDeleteTrustedCertificate | |
4910 | VcdTaskProgressRunGet | |
4911 | VcdTaskProgressRunFailedState | |
4912 | VcdTaskProgressRunTimeout | |
4913 | VcdTaskGet | |
4914 | VcdTaskAwait | |
4915 | VcdTaskAwaitFailed | |
4916 | VcdVcGet | |
4917 | VdcVcdAdminFindRefByIdQueryPages | |
4918 | VdcVcdAdminFindRefByNameQueryPages | |
4919 | VcdVdcAdminGet | |
4920 | VdcVersionGet | |
4921 | VdcVersionGetProductVersionRequest | |
4922 | VdcVersionGetProductVersionResponse | |
5000 | Cmd | |
5001 | CmdErrorsToError | |
5002 | CmdOutputOptionsPrintYaml | |
5003 | CmdOutputOptionsPrintJson | |
5004 | CmdBootstrapEntitleSolutionOrganization | |
5005 | CmdBootstrapRealizeInstance | |
5006 | CmdBootstrapRealizeSolution | |
5007 | CmdCertificateGetValidate | |
5008 | CmdCertificateGetHostCertificates | |
5009 | CmdCertificateOpenFile | |
5010 | CmdCertificateTruncateFile | |
5011 | CmdCertificateEncodeCertificate | |
5012 | CmdCliExecute | |
5013 | CmdCliTrustNewCommand | |
5014 | CmdCliBootstrapNewCommand | |
5015 | CmdCliGetNewCommand | |
5016 | CmdCliCreateNewCommand | |
5017 | CmdCliRemoveNewCommand | |
5018 | CmdCliVersionNewCommand | |
5019 | CmdCliNewDecoder | |
5020 | CmdCliUnmarshal | |
5021 | CmdCliStdEncoding | |
5022 | CmdCliDecodeString | |
5023 | CmdCliNewCommand | |
5024 | CmdCliMissingJsonParams | |
5025 | CmdCliMissingEncodedJsonParams | |
5026 | CmdCliMissingYamlParams | |
5027 | CmdCliMissingEncodedYamlParams | |
5028 | CmdCliMissingNoInputSourceType | |
5029 | CmdCreateInstanceNewCreateCommand | |
5030 | CmdCreateSolutionNewCreateCommand | |
5031 | CmdGetInstanceNewGetCommand | |
5032 | CmdGetCertificateNewGetCommand | |
5100 | Crypto | |
5101 | CryptoAsymmetricParsePrivateKey | |
5102 | CryptoAsymmetricNewSignerFromPem | |
5103 | CryptoAsymmetricReadFile | |
5104 | CryptoAsymmetricNewVerifierFromPem | |
5105 | CryptoAsymmetricParseCertificate | |
5106 | CryptoAsymmetricSign | |
5107 | CryptoAsymmetricDecodeString | |
5108 | CryptoCertsDecodeCertificate | |
5109 | CryptoCertsParseCertificates | |
5110 | CryptoCertsEncodeCertificate | |
5111 | CryptoCertsEncodeCertificates | |
5112 | CryptoHashOpenFile | |
5113 | CryptoHashYeld | |
5114 | CryptoHashCopy | |
5115 | CryptoPasswordRandomize | |
5116 | CryptoPasswordRandomize2 | |
5117 | CryptoPasswordFactoryTotalLength | |
5118 | CryptoPasswordFactoryNextLower | |
5119 | CryptoPasswordFactoryNextUpper | |
5120 | CryptoPasswordFactoryNextUpperDigit | |
5121 | CryptoPasswordFactoryNextSymbols | |
5122 | CryptoPasswordFactoryRandomizeInt | |
5123 | CryptoPasswordFactoryInsertion | |
5124 | CryptoSymmetricEncryptCreateEncryptionKey | |
5125 | CryptoSymmetricEncryptNewCypher | |
5126 | CryptoSymmetricEncryptNewGCM | |
5127 | CryptoSymmetricDecryptCreateEncryptionKey | |
5128 | CryptoSymmetricDecryptNewCypher | |
5129 | CryptoSymmetricDecryptNewCGM | |
5130 | CryptoSymmetricAesCipherEncryptString | |
5131 | CryptoSymmetricAesCipherDecryptSaltSize | |
5132 | CryptoSymmetricAesCipherDecryptNonceSize | |
5133 | CryptoSymmetricAesCipherDecryptStringDecode | |
5134 | CryptoSymmetricAesCipherDecryptString | |
5135 | CryptoTlsDial | |
5200 | LoggingFireWrite | |
5201 | LoggingFireFormat | |
5300 | OvaDirGetEnvelopUnmarshall | |
5301 | OvaDirGetEnvelopRead | |
5302 | OvaDirGetEnvelopFindEntry | |
5303 | OvaDirFindEntryInfo | |
5304 | OvaDirFindEntryOpen | |
5305 | OvaDirFindEntryReadDir | |
5306 | OvaDirFindEntryUnableToFind | |
5307 | OvaDirLoadDirDoesNotExists | |
5308 | OvaOvaLoadStat | |
5309 | OvaTarLoadFileNotExists | |
5310 | OvaTarLoadFileNoFileInOva | |
5311 | OvaTarGetEnvelopUnmarshal | |
5312 | OvaTarGetEnvelopRead | |
5313 | OvaTarGetEnvelopFindEntry | |
5314 | OvaTarFindEntryOpen | |
5400 | UtilsFindFilesWalk | |
5401 | UtilsFindFilesWalkFunction | |
5402 | UtilsJsonParse | |
5403 | UtilsJsonParseFile | |
5404 | UtilsJsonParseFileFromZipOpenArchive | |
5405 | UtilsJsonParseFromZipNotFound | |
5406 | UtilsJsonParseFileFromZipOpenFile | |
5407 | UtilsJsonConvertStructs | |
5408 | UtilsFilepathGetAbsPath | |
5409 | UtilsFindFilesWithExtension | |
5410 | UtilsFindFilesWithExtensionNotFound | |
5411 | UtilsFindFilesWithExtensionMoreThanOne | |
5412 | UtilsFindFilesWithoutExtension | |
5413 | UtilsJsonPrint | |
5414 | UtilsReaderReadTimeout | |
5500 | AnalyticsSuperColliderReadAll | |
5501 | AnalyticsSuperColliderReadAllBody | |
5502 | AnalyticsSuperColliderClientDo | |
5503 | AnalyticsSuperColliderNewRequest | |
5504 | AnalyticsSuperColliderJsonUnmarshal |