How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nuon installs API is one of 18 APIs that Nuon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 97 operations across 86 paths, and defines 270 schemas. It is described by OpenAPI 3.2.0, at version 0.19.1074.

Requests are made against a single base URL, https://api.nuon.co/.

97 operations 86 paths 270 schemas 2 DELETE60 GET6 PATCH29 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon installs API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 97

Across 86 paths, the API surfaces 97 operations — 2 DELETE, 60 GET, 6 PATCH, 29 POST. Each is listed below with its method, path, parameters, and response codes.

installs 97

installs

GET
/v1/apps/{app_id}/installs
get all installs for an app
GetAppInstalls 6 params → 200400401403404500
POST
/v1/apps/{app_id}/installsdeprecated
create an app install
CreateInstall 1 param body → 201400401403404409500
GET
/v1/install-workflows/{install_workflow_id}deprecated
get an install workflow
GetInstallWorkflow 1 param → 200400401403404500
PATCH
/v1/install-workflows/{install_workflow_id}deprecated
update an install workflow
UpdateInstallWorkflow 1 param body → 200400401403404500
POST
/v1/install-workflows/{install_workflow_id}/canceldeprecated
cancel an ongoing install workflow
CancelInstallWorkflow 1 param → 202400401403404500
GET
/v1/install-workflows/{install_workflow_id}/stepsdeprecated
get all of the steps for a given install workflow
GetInstallWorkflowSteps 4 params → 200400401403404500
GET
/v1/install-workflows/{install_workflow_id}/steps/{install_workflow_step_id}deprecated
get an install workflow step
GetInstallWorkflowStep 2 params → 200400401403404500
GET
/v1/install-workflows/{install_workflow_id}/steps/{install_workflow_step_id}/approvals/{approval_id}deprecated
get an install workflow step approval
GetInstallWorkflowStepApproval 3 params → 200400401403404500
GET
/v1/installs
get all installs for an org
GetOrgInstalls 6 params → 200400401403404500
POST
/v1/installs
create an app install
CreateInstallV2 body → 201400401403404409500
GET
/v1/installs/label-keys
get distinct label key:value pairs across all installs for an org
GetInstallLabelKeys → 200
GET
/v1/installs/sandbox-runs/{run_id}deprecated
get an install sandbox run
GetInstallSandboxRun 1 param → 200400401403404500
GET
/v1/installs/stacks/{stack_id}
get an install stack by stack ID
GetInstallStack 1 param → 200400401403404500
DELETE
/v1/installs/{install_id}
delete an install
DeleteInstall 1 param → 200400401403404500
GET
/v1/installs/{install_id}
get an install
GetInstall 2 params → 200400401403404500
PATCH
/v1/installs/{install_id}
update an install
UpdateInstall 1 param body → 200400401403404500
GET
/v1/installs/{install_id}/action-workflowsdeprecated
get an installs action workflows
GetInstallActionWorkflows 4 params → 200400401403404500
GET
/v1/installs/{install_id}/action-workflows/{action_workflow_id}deprecated
get an install action workflow
GetInstallActionWorkflow 2 params → 200400401403404500
GET
/v1/installs/{install_id}/actions
get an installs action workflows
GetInstallActions 4 params → 200400401403404500
GET
/v1/installs/{install_id}/actions/{action_id}
get an install action
GetInstallAction 2 params → 200400401403404500
GET
/v1/installs/{install_id}/actions/{action_id}/outputs
get an install action workflow outputs
GetInstallActionWorkflowOutputs 2 params → 200400401403404500
POST
/v1/installs/{install_id}/app-config-updates
trigger an app config update for an install
CreateInstallAppConfigUpdate 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/app-config-versions
get app config versions for an install
GetInstallAppConfigVersions 1 param → 200400401403404500
GET
/v1/installs/{install_id}/app-config-versions/{version_id}/diff
get the diff for an install app config version
GetInstallAppConfigVersionDiff 2 params → 200400401403404500
GET
/v1/installs/{install_id}/app-permissions-config
get app permissions config for an install with provisioning status
GetInstallAppPermissionsConfig 1 param → 200400401403404500
GET
/v1/installs/{install_id}/audit_logs
get install audit logs
GetInstallAuditLogs 3 params → 200400401403404500
GET
/v1/installs/{install_id}/available-roles
get available IAM roles for a specific operation
GetAvailableRoles 4 params → 200400401403404500
GET
/v1/installs/{install_id}/components
get an installs components
GetInstallComponents 7 params → 200400401403404500
POST
/v1/installs/{install_id}/components/deploy-all
deploy all components on an install
DeployInstallComponents 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/components/deploysdeprecated
get all deploys to an install
GetInstallComponentsDeploys 4 params → 200400401403404500
POST
/v1/installs/{install_id}/components/teardown-all
teardown an install's components
TeardownInstallComponents 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/components/{component_id}
get an install component
GetInstallComponent 2 params → 200400401403404500
GET
/v1/installs/{install_id}/components/{component_id}/deploys
get an install components deploys
GetInstallComponentDeploys 5 params → 200400401403404500
POST
/v1/installs/{install_id}/components/{component_id}/deploys
deploy a build to an install
CreateInstallComponentDeploy 2 params body → 201400401403404409500
GET
/v1/installs/{install_id}/components/{component_id}/deploys/latest
get the latest deploy for an install component
GetInstallComponentLatestDeploy 2 params → 200400401403404500
GET
/v1/installs/{install_id}/components/{component_id}/deploys/{deploy_id}deprecated
get an install deploy
GetInstallComponentDeploy 3 params → 200400401403404500
POST
/v1/installs/{install_id}/components/{component_id}/forget
forget an install component
ForgetInstallComponent 2 params body → 200400404500
GET
/v1/installs/{install_id}/components/{component_id}/outputs
get an install component outputs
GetInstallComponentOutputs 2 params → 200400401403404500
POST
/v1/installs/{install_id}/components/{component_id}/teardown
teardown an install component
TeardownInstallComponent 2 params body → 201400401403404500
POST
/v1/installs/{install_id}/components/{component_id}/toggle
toggle an install component on or off
ToggleInstallComponent 2 params body → 201400401403404409500
POST
/v1/installs/{install_id}/configs
create an install config
CreateInstallConfig 1 param body → 201400401403404409500
PATCH
/v1/installs/{install_id}/configs/{config_id}
update an install config
UpdateInstallConfig 2 params body → 201400401403404500
GET
/v1/installs/{install_id}/deploysdeprecated
get all deploys to an install
GetInstallDeploys 4 params → 200400401403404500
POST
/v1/installs/{install_id}/deploysdeprecated
deploy a build to an install
CreateInstallDeploy 1 param body → 201400401403404409500
GET
/v1/installs/{install_id}/deploys/latestdeprecated
get an install's latest deploy
GetInstallLatestDeploy 1 param → 200400401403404500
GET
/v1/installs/{install_id}/deploys/{deploy_id}
get an install deploy
GetInstallDeploy 2 params → 200400401403404500
POST
/v1/installs/{install_id}/deprovision
deprovision an install
DeprovisionInstall 1 param body → 201400401403404500
POST
/v1/installs/{install_id}/deprovision-sandbox
deprovision an install
DeprovisionInstallSandbox 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/drifted-objects
get drifted objects for an install
GetDriftedObjects 1 param → 200400401403404500
GET
/v1/installs/{install_id}/events
get events for an install
GetInstallEvents 4 params → 200400401403404500
GET
/v1/installs/{install_id}/events/{event_id}
get an install event
GetInstallEvent 2 params → 200400401403404500
POST
/v1/installs/{install_id}/forget
forget an install
ForgetInstall 1 param body → 200400404500
GET
/v1/installs/{install_id}/generate-cli-install-config
generate an install config to be used with CLI
GenerateCLIInstallConfig 1 param → 200400401403404500
GET
/v1/installs/{install_id}/generate-terraform-installer-config
generate a Terraform installer config
GenerateTerraformInstallerConfig 1 param → 200400401403404500
GET
/v1/installs/{install_id}/inputs
get an installs inputs
GetInstallInputs 4 params → 200400401403404500
PATCH
/v1/installs/{install_id}/inputs
Updates install input config for app
UpdateInstallInputs 1 param body → 200400401403404500
POST
/v1/installs/{install_id}/inputs
create install inputs
CreateInstallInputs 1 param body → 201400401403404409500
GET
/v1/installs/{install_id}/inputs/current
get an installs current inputs
GetCurrentInstallInputs 1 param → 200400401403404500
DELETE
/v1/installs/{install_id}/labels
remove labels from an install
RemoveInstallLabels 1 param body → 200400401403404500
POST
/v1/installs/{install_id}/labels
add labels to an install
AddInstallLabels 1 param body → 200400401403404500
POST
/v1/installs/{install_id}/phone-home/{phone_home_id}
phone home for an install
PhoneHome 2 params body → 201400401403404500
GET
/v1/installs/{install_id}/readme
get install readme rendered with
GetInstallReadme 1 param → 200206400401403404500
POST
/v1/installs/{install_id}/reprovision
reprovision an install
ReprovisionInstall 1 param body → 201400401403404500
POST
/v1/installs/{install_id}/reprovision-sandbox
reprovision an install sandbox
ReprovisionInstallSandbox 1 param body → 201400401403404500
POST
/v1/installs/{install_id}/retry-workflowdeprecated
rerun the workflow steps starting from input step id, can be used to retry a failed step
RetryWorkflow 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/roles
get install roles
GetInstallRoles 5 params → 200400401403404500
GET
/v1/installs/{install_id}/roles/latest
get latest install roles
GetLatestInstallRoles 5 params → 200400401403404500
GET
/v1/installs/{install_id}/roles/usages
get install role usages
GetInstallRoleUsages 5 params → 200400401403404500
PATCH
/v1/installs/{install_id}/roles/{role_id}
update an install role
UpdateInstallRole 2 params body → 200400401403404500
POST
/v1/installs/{install_id}/runner-bootstrap-token
create a bootstrap token for an install's runner
CreateRunnerBootstrapToken 1 param → 201400401403404409500
GET
/v1/installs/{install_id}/runner-group
Get an install's runner group
GetInstallRunnerGroup 1 param → 200400401403404500
GET
/v1/installs/{install_id}/sandbox-runs
get an installs sandbox runs
GetInstallSandboxRuns 4 params → 200400401403404500
GET
/v1/installs/{install_id}/sandbox-runs/{run_id}
get an install sandbox run
GetInstallSandboxRunV2 2 params → 200400401403404500
GET
/v1/installs/{install_id}/stack
get an install stack by install ID
GetInstallStackByInstallID 1 param → 200400401403404500
GET
/v1/installs/{install_id}/stack-runs
get an install's stack runs
GetInstallStackRuns 1 param → 200400401403404500
GET
/v1/installs/{install_id}/state
Get the current state of an install.
GetInstallState 1 param → 200400401403404500
GET
/v1/installs/{install_id}/state-history
Get install state history.
GetInstallStateHistory 4 params → 200400401403404500
POST
/v1/installs/{install_id}/sync-secrets
sync secrets install
SyncSecrets 1 param body → 201400401403404500
GET
/v1/installs/{install_id}/workflows
get workflows
GetWorkflows 10 params → 200400401403404500
GET
/v1/workflows
get all workflows for the org
GetOrgWorkflows 8 params → 200400401403500
POST
/v1/workflows/cancel
cancel multiple workflows
CancelWorkflows body → 200400401403500
GET
/v1/workflows/pending-approvals
get all pending workflow step approvals for the org
GetOrgPendingApprovals 3 params → 200400401403500
GET
/v1/workflows/{workflow_id}
get a workflow
GetWorkflow 1 param → 200400401403404500
PATCH
/v1/workflows/{workflow_id}
update a workflow
UpdateWorkflow 1 param body → 200400401403404500
POST
/v1/workflows/{workflow_id}/cancel
cancel an ongoing workflow
CancelWorkflow 1 param → 202400401403404500
GET
/v1/workflows/{workflow_id}/queue-position
get queue position for a workflow
GetWorkflowQueuePosition 1 param → 200400401403404500
GET
/v1/workflows/{workflow_id}/step-groups
get all step groups for a workflow
GetWorkflowStepGroups 1 param → 200400401403404500
GET
/v1/workflows/{workflow_id}/step-groups/{step_group_id}
get a workflow step group
GetWorkflowStepGroup 2 params → 200400401403404500
GET
/v1/workflows/{workflow_id}/steps
get all of the steps for a given workflow
GetWorkflowSteps 4 params → 200400401403404500
GET
/v1/workflows/{workflow_id}/steps/{step_id}
get a workflow step
GetWorkflowStep 2 params → 200400401403404500
GET
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}
get an workflow step approval
GetWorkflowStepApproval 3 params → 200400401403404500
GET
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}/contents
get a workflow step approval contents
GetWorkflowStepApprovalContents 3 params → 200400401403404500
POST
/v1/workflows/{workflow_id}/steps/{step_id}/approvals/{approval_id}/response
Create an approval response for a workflow step.
CreateWorkflowStepApprovalResponse 3 params body → 201400401403404409500
GET
/v1/workflows/{workflow_id}/steps/{step_id}/await
long-poll for workflow step completion
AwaitWorkflowStep 2 params → 200400401404408500
POST
/v1/workflows/{workflow_id}/steps/{step_id}/cancel
cancel an in-progress workflow step
CancelWorkflowStep 2 params → 202400401403404500
POST
/v1/workflows/{workflow_id}/steps/{step_id}/retry
retry a failed or awaiting-approval workflow step
RetryWorkflowStep 2 params → 201400401403404500
POST
/v1/workflows/{workflow_id}/steps/{step_id}/skip
skip a failed workflow step and continue the workflow
SkipWorkflowStep 2 params → 201400401403404500

Schemas 270

The contract defines 270 schemas that model the data the API accepts and returns. The most detailed are app.Install (45 properties), app.WorkflowStep (36 properties), app.RunnerGroupSettings (35 properties), app.RunnerJob (33 properties). Each schema is shown below with its type and property counts.

plantypes.SyncSecretsPlan
object
6 properties
state.InputsState
object
2 properties
github_com_nuonco_nuon_pkg_labels.Labels
object
state.RunnerState
object
4 properties
service.CreateWorkflowStepApprovalResponseRequest
object
2 properties
generics.NullTime
object
2 properties
app.VCSConnectionCommit
object
11 properties
compositeerrors.CompositeErrorData
object
9 properties
app.InstallAppBranchConnection
object
10 properties
signaldb.SignalData
object
1 property
app.Role
object
7 properties
app.PulumiComponentConfig
object
11 properties
plantypes.TerraformBackend
object
1 property 1 required
service.CreateRunnerBootstrapTokenResponse
object
2 properties
state.AzureCloudAccount
object
1 property
outputs.SecretSyncOutput
object
10 properties
iam.StaticCredentials
object
3 properties
plantypes.KubernetesManifestDeployPlan
object
8 properties
configs.OCIRegistryAuth
object
2 properties
app.ComponentType
string
state.ActionWorkflowState
object
4 properties
plantypes.BuildPlan
object
12 properties 2 required
app.QueueSignal
object
20 properties
app.WorkflowStepPolicyValidation
object
8 properties
app.InstallStackVersion
object
21 properties
app.InstallRoleUsage
object
13 properties
state.AWSCloudAccount
object
1 property
service.ForgetInstallRequest
object
app.QueueEmitter
object
21 properties
github_com_nuonco_nuon_pkg_labels.Selector
object
2 properties
app.InstallEvent
object
10 properties
app.Status
string
plantypes.FetchImageMetadataPlan
object
6 properties 2 required
app.InstallRoles
object
12 properties
app.RunnerJobPlan
object
8 properties
compositeerrors.SectionKind
string
service.DeprovisionInstallSandboxRequest
object
2 properties
app.ComponentBuild
object
31 properties
compositeerrors.Hints
object
plantypes.SandboxMode
object
6 properties
app.JobComponentConfig
object
10 properties
service.DeprovisionInstallRequest
object
1 property
service.CreateInstallAppConfigUpdateRequest
object
2 properties 1 required
app.WorkflowResponse
object
1 property
plantypes.TerraformDeployPlan
object
12 properties
plantypes.OCIArtifactReference
object
3 properties
service.CancelWorkflowError
object
2 properties
app.AppAWSIAMPolicyConfig
object
15 properties
service.DeployInstallComponentsRequest
object
2 properties
plantypes.OCISource
object
2 properties
service.SkipWorkflowStepResponse
object
2 properties
app.StackVersionRunRoleDiff
object
2 properties
plantypes.TerraformSandboxMode
object
4 properties
app.AppBranch
object
12 properties
app.ComponentDiffEntry
object
5 properties
app.HelmConfig
object
8 properties
service.ReprovisionInstallRequest
object
2 properties
credentials.StaticCredentials
object
3 properties 3 required
callback.Ref
object
3 properties
configs.OCIRegistryRepository
object
10 properties
app.PolicyReportOwnerType
string
service.CancelWorkflowStepResponse
object
1 property
service.UpdateInstallInputsRequest
object
3 properties 1 required
config.CustomNestedStackStatus
string
app.HelmRelease
object
14 properties
app.PolicyName
string
service.UpdateInstallRoleRequest
object
1 property 1 required
app.InstallStack
object
8 properties
plantypes.SyncOCIPlan
object
5 properties 4 required
plantypes.CompositePlan
object
7 properties
state.DomainState
object
3 properties
app.AccountType
string
app.AppBranchRunType
string
app.UserJourneyStep
object
7 properties
credentials.AssumeRoleConfig
object
6 properties 2 required
permissions.Permission
string
service.CreateInstallInputsRequest
object
1 property 1 required
app.TerraformWorkspace
object
7 properties
app.InstallStackVersionRun
object
9 properties
app.InstallStateGenerateSource
string
app.RunnerGroup
object
11 properties
service.UpdateInstallConfigRequest
object
5 properties
service.CreateInstallDeployRequest
object
5 properties
refs.Ref
object
4 properties
app.AWSIAMRoleType
string
app.Account
object
10 properties
app.OperationStatus
string
credentials.ServicePrincipalCredentials
object
2 properties
app.InstallActionWorkflowRunStep
object
10 properties
service.ReprovisionInstallSandboxRequest
object
3 properties
service.TeardownInstallComponentRequest
object
2 properties
plantypes.PulumiSandboxMode
object
3 properties
plantypes.PulumiDeployPlan
object
14 properties
state.SecretsState
object
service.InstallPhoneHomeRequest
object
app.AppBranchConfig
object
13 properties
config.CustomNestedStack
object
7 properties
plantypes.NoopDeployPlan
object
service.RetryWorkflowResponse
object
1 property
app.DockerBuildComponentConfig
object
11 properties
app.AppBranchRun
object
31 properties
service.CancelWorkflowsResponse
object
2 properties
app.AWSAccount
object
6 properties
plantypes.DeployPlan
object
16 properties 2 required
app.AWSStackOutputs
object
13 properties
state.OrgState
object
4 properties
app.WorkflowRun
object
11 properties
app.RunnerJob
object
33 properties
plantypes.ActionWorkflowRunStepPlan
object
6 properties
app.Policy
object
7 properties
app.InstallActionWorkflow
object
9 properties
app.Component
object
17 properties
service.AddInstallLabelsRequest
object
1 property 1 required
service.AvailableRole
object
4 properties
service.WorkflowQueuePositionResponse
object
3 properties
app.ConnectedGithubVCSConfig
object
14 properties
app.KustomizeConfig
object
4 properties
app.WorkflowStepGroup
object
14 properties
app.GCPAccount
object
6 properties
app.ExternalImageComponentConfig
object
11 properties
state.PartialName
string
app.RunnerGroupSettings
object
35 properties
app.RunnerJobStatus
string
plantypes.ContainerImagePullPlan
object
5 properties
app.InstallConfig
object
12 properties
app.AzureACRImageConfig
object
9 properties
app.InstallInputs
object
10 properties
app.ActionWorkflowStepConfig
object
16 properties
service.Readme
object
3 properties
service.TeardownInstallComponentsRequest
object
2 properties
plantypes.HelmDeployPlan
object
14 properties
service.ToggleInstallComponentRequest
object
2 properties 1 required
app.GCPStackOutputs
object
14 properties
plantypes.KubernetesSecretSyncTarget
object
3 properties
app.WorkflowRunType
string
state.CloudAccount
object
3 properties
app.AWSECRImageConfig
object
8 properties
plantypes.ActionWorkflowRunPlan
object
12 properties
state.ActionsState
object
2 properties
app.WorkflowStepApproval
object
14 properties
app.WorkflowStepApprovalType
string
plantypes.SandboxRunPlan
object
21 properties
app.PublicGitVCSConfig
object
10 properties
app.WorkflowStepExecutionType
string
cctx.SignalContext
object
4 properties
app.InstallRoleSelectionRecord
object
5 properties
app.WorkflowStep
object
36 properties
service.WorkflowQueueItem
object
5 properties
app.WorkflowType
string
plantypes.GitSource
object
4 properties 3 required
service.InstallAppPermissionsConfigResponse
object
5 properties
plantypes.TerraformDeployHooks
object
3 properties
app.InstallDeployType
string
app.AppAWSIAMRoleConfig
object
18 properties
app.InstallAppConfigVersion
object
15 properties
service.CreateWorkflowStepApprovalResponseResponse
object
3 properties
service.CreateInstallRequest
object
8 properties 1 required
app.AdHocStepConfig
object
16 properties
plantypes.KubernetesSandboxMode
object
2 properties
config.HelmRepoConfig
object
3 properties
app.RunnerOperationType
string
state.SandboxState
object
6 properties
app.GCPGARImageConfig
object
10 properties
service.CreateInstallComponentDeployRequest
object
5 properties
app.InstallSandbox
object
10 properties
app.QueueEmitterMode
string
app.ActionWorkflowConfig
object
17 properties
state.InstallStackState
object
7 properties
app.PolicyInputRef
object
3 properties
plantypes.HelmSandboxMode
object
2 properties
app.RunnerJobGroup
string
app.AppBranchInstallGroup
object
12 properties
github_com_nuonco_nuon_pkg_aws_credentials.Config
object
6 properties
app.VCSConnection
object
10 properties
app.LogStream
object
11 properties
app.OCIArtifact
object
20 properties
app.CloudPlatform
string
github_com_nuonco_nuon_pkg_azure_credentials.Config
object
3 properties
app.TerraformModuleComponentConfig
object
11 properties
app.RunnerJobExecution
object
11 properties
app.UserJourney
object
3 properties
service.CreateInstallV2Request
object
9 properties 2 required
app.RunnerOperation
object
10 properties
app.WorkflowStepResponseType
string
app.PolicyResult
object
7 properties
blobstore.Blob
object
github_com_nuonco_nuon_pkg_types_state.State
object
16 properties
service.SyncSecretsRequest
object
1 property
app.PolicyViolation
object
6 properties
app.ActionWorkflowTriggerType
string
app.RunnerGroupType
string
iam.TwoStepConfig
object
3 properties
app.InstallActionWorkflowRunStepStatus
string
state.GCPCloudAccount
object
2 properties
helpers.InstallMetadata
object
1 property
app.HelmComponentConfig
object
15 properties
plantypes.HelmValue
object
3 properties
plantypes.HelmBuildPlan
object
4 properties
service.RetryWorkflowStepResponse
object
2 properties
app.ComponentReleaseStep
object
10 properties
app.RunnerJobOperationType
string
app.RunnerJobType
string
app.InstallConfigDiff
object
10 properties
service.RemoveInstallLabelsRequest
object
1 property 1 required
plantypes.TerraformBuildPlan
object
3 properties
app.InstallDeploy
object
32 properties
app.RunnerJobExecutionResult
object
14 properties
configs.OCIRegistryType
string
plantypes.TerraformLocalArchive
object
1 property
app.HelmRepoConfig
object
3 properties
compositeerrors.Severity
string
app.AppSandboxConfig
object
26 properties
app.JSONMap
object
app.ComponentRelease
object
9 properties
github_com_nuonco_nuon_pkg_gcp_credentials.Config
object
3 properties
kube.ClusterInfo
object
10 properties
service.UpdateInstallRequest
object
3 properties
app.InstallState
object
13 properties
state.AppState
object
5 properties
app.StackVersionRunType
string
service.CreateInstallConfigRequest
object
5 properties
app.InstallApprovalOption
string
app.Install
object
45 properties
service.InstallPermissionsRoleStatus
object
20 properties
app.AppRunnerType
string
plantypes.KustomizeBuildConfig
object
3 properties
service.CancelWorkflowsRequest
object
1 property 1 required
app.InstallComponent
object
16 properties
app.InstallAuditLog
object
4 properties
app.KubernetesManifestComponentConfig
object
10 properties
plantypes.KubernetesSecretSync
object
9 properties
service.RetryWorkflowRequest
object
3 properties
app.EmptyResponse
object
app.RoleType
string
app.HelmChart
object
8 properties
service.UpdateWorkflowRequest
object
1 property 1 required
app.Runner
object
18 properties
app.InstallSandboxRun
object
24 properties
app.RunnerJobExecutionOutputs
object
8 properties
app.AzureStackOutputs
object
19 properties
app.InstallActionWorkflowRun
object
29 properties
plantypes.PulumiBuildPlan
object
1 property
app.ComponentConfigConnection
object
32 properties
app.CompositeStatus
object
6 properties
refs.RefType
string
plantypes.PulumiBackend
object
6 properties 3 required
app.ActionWorkflowTriggerConfig
object
12 properties
app.RunnerJobExecutionStatus
string
plantypes.DockerBuildPlan
object
4 properties
app.InstallStackOutputs
object
12 properties
app.AzureAccount
object
9 properties
state.InstallState
object
7 properties
app.StackVersionRunInputDiff
object
3 properties
app.Queue
object
16 properties
signaldb.WorkflowRef
object
3 properties
helpers.CreateInstallConfigParams
object
5 properties
service.PatchInstallConfigParams
object
1 property
permissions.Set
object
app.DriftedObject
object
10 properties
stderr.ErrResponse
object
3 properties
sql.NullBool
object
2 properties
app.Workflow
object
30 properties
app.ActionWorkflow
object
12 properties
compositeerrors.Section
object
3 properties
plantypes.KubernetesManifestBuildPlan
object
5 properties
app.AppRunnerConfig
object
15 properties
service.ForgetInstallComponentRequest
object
app.SandboxRunType
string
app.PolicyReport
object
24 properties
service.AvailableRolesResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-installs-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon apps API
Nuon auth API
Nuon components API
Nuon general API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API
Nuon queues API
Where this information came from

This is an independent, third-party profile of Nuon installs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.