# Import a new probe

Import a new probe

Endpoint: POST /gateway/chaos/manager/api/rest/v2/probes/import
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    account id that want to access the resource

  - `organizationIdentifier` (string, required)
    organization id that want to access the resource

  - `projectIdentifier` (string, required)
    project id that want to access the resource

## Request fields (application/json):

  - `description` (string)

  - `hubIdentifiers` (object)

  - `hubIdentifiers.accountID` (string)

  - `hubIdentifiers.orgID` (string)

  - `hubIdentifiers.projectID` (string)

  - `hubRef` (string)

  - `identity` (string, required)

  - `importType` (string, required)
    Enum: "LOCAL", "REFERENCE"

  - `managedBy` (string)
    Enum: "EXPERIMENT"

  - `name` (string, required)

  - `probeRef` (string, required)

  - `tags` (array)

## Response 200 fields (application/json):

  - `apmProperties` (object)

  - `apmProperties.appDynamicsProbeInputs` (object)

  - `apmProperties.appDynamicsProbeInputs.appdMetrics` (object)

  - `apmProperties.appDynamicsProbeInputs.appdMetrics.applicationName` (string)

  - `apmProperties.appDynamicsProbeInputs.appdMetrics.durationInMin` (any)

  - `apmProperties.appDynamicsProbeInputs.appdMetrics.metricsFullPath` (string)

  - `apmProperties.appDynamicsProbeInputs.connectorID` (string)

  - `apmProperties.attempt` (any)

  - `apmProperties.comparator` (object)

  - `apmProperties.comparator.criteria` (string)

  - `apmProperties.comparator.type` (string)

  - `apmProperties.comparator.value` (string)

  - `apmProperties.datadogApmProbeInputs` (object)

  - `apmProperties.datadogApmProbeInputs.connectorID` (string)

  - `apmProperties.datadogApmProbeInputs.durationInMin` (any)

  - `apmProperties.datadogApmProbeInputs.query` (string)

  - `apmProperties.datadogApmProbeInputs.syntheticsTest` (object)

  - `apmProperties.datadogApmProbeInputs.syntheticsTest.publicId` (string)

  - `apmProperties.datadogApmProbeInputs.syntheticsTest.testType` (string)
    Enum: "api", "browser"

  - `apmProperties.dynatraceApmProbeInputs` (object)

  - `apmProperties.dynatraceApmProbeInputs.connectorID` (string)

  - `apmProperties.dynatraceApmProbeInputs.durationInMin` (any)

  - `apmProperties.dynatraceApmProbeInputs.metrics` (object)

  - `apmProperties.dynatraceApmProbeInputs.metrics.entitySelector` (string)

  - `apmProperties.dynatraceApmProbeInputs.metrics.metricsSelector` (string)

  - `apmProperties.gcpCloudMonitoringProbeInputs` (object)

  - `apmProperties.gcpCloudMonitoringProbeInputs.projectID` (string)

  - `apmProperties.gcpCloudMonitoringProbeInputs.query` (string)

  - `apmProperties.gcpCloudMonitoringProbeInputs.serviceAccountKey` (string)

  - `apmProperties.initialDelay` (string)

  - `apmProperties.initialDelaySeconds` (any)

  - `apmProperties.interval` (string)

  - `apmProperties.newRelicProbeInputs` (object)

  - `apmProperties.newRelicProbeInputs.connectorID` (string)

  - `apmProperties.newRelicProbeInputs.newRelicMetric` (object)

  - `apmProperties.newRelicProbeInputs.newRelicMetric.query` (string)

  - `apmProperties.newRelicProbeInputs.newRelicMetric.queryMetric` (string)

  - `apmProperties.pollingInterval` (string)

  - `apmProperties.probeTimeout` (string)

  - `apmProperties.prometheusProbeInputs` (object)

  - `apmProperties.prometheusProbeInputs.connectorID` (string)

  - `apmProperties.prometheusProbeInputs.query` (string)

  - `apmProperties.prometheusProbeInputs.tlsConfig` (object)

  - `apmProperties.prometheusProbeInputs.tlsConfig.caCrt` (object)

  - `apmProperties.prometheusProbeInputs.tlsConfig.caCrt.identifier` (string)

  - `apmProperties.prometheusProbeInputs.tlsConfig.clientCrt` (object)

  - `apmProperties.prometheusProbeInputs.tlsConfig.insecureSkipVerify` (boolean)

  - `apmProperties.prometheusProbeInputs.tlsConfig.key` (object)

  - `apmProperties.retry` (any)

  - `apmProperties.splunkObservabilityProbeInputs` (object)

  - `apmProperties.splunkObservabilityProbeInputs.connectorID` (string)

  - `apmProperties.splunkObservabilityProbeInputs.splunkObservabilityMetrics` (object)

  - `apmProperties.splunkObservabilityProbeInputs.splunkObservabilityMetrics.durationInMin` (any)

  - `apmProperties.splunkObservabilityProbeInputs.splunkObservabilityMetrics.query` (string)

  - `apmProperties.stopOnFailure` (boolean)

  - `apmProperties.type` (string)

  - `apmProperties.verbosity` (string)

  - `containerHttpProperties` (object)

  - `containerHttpProperties.attempt` (any)

  - `containerHttpProperties.auth` (object)

  - `containerHttpProperties.auth.credentials` (string)

  - `containerHttpProperties.auth.type` (string)

  - `containerHttpProperties.headers` (array)

  - `containerHttpProperties.headers.key` (string)

  - `containerHttpProperties.headers.value` (string)

  - `containerHttpProperties.initialDelay` (string)

  - `containerHttpProperties.initialDelaySeconds` (any)

  - `containerHttpProperties.interval` (string)

  - `containerHttpProperties.method` (object)

  - `containerHttpProperties.method.get` (object)

  - `containerHttpProperties.method.get.criteria` (string)

  - `containerHttpProperties.method.get.responseBody` (string)

  - `containerHttpProperties.method.get.responseCode` (string)

  - `containerHttpProperties.method.post` (object)

  - `containerHttpProperties.method.post.body` (string)

  - `containerHttpProperties.method.post.bodyPath` (string)

  - `containerHttpProperties.method.post.contentType` (string)

  - `containerHttpProperties.method.post.criteria` (string)

  - `containerHttpProperties.method.post.responseBody` (string)

  - `containerHttpProperties.method.post.responseCode` (string)

  - `containerHttpProperties.pollingInterval` (string)

  - `containerHttpProperties.probeTimeout` (string)

  - `containerHttpProperties.retry` (any)

  - `containerHttpProperties.stopOnFailure` (boolean)

  - `containerHttpProperties.tlsConfig` (object)

  - `containerHttpProperties.tlsConfig.caFile` (string)

  - `containerHttpProperties.tlsConfig.certFile` (string)

  - `containerHttpProperties.tlsConfig.insecureSkipVerify` (boolean)

  - `containerHttpProperties.tlsConfig.keyFile` (string)

  - `containerHttpProperties.url` (string)

  - `containerHttpProperties.verbosity` (string)

  - `containerProbeProperties` (object)

  - `containerProbeProperties.affinity` (object)

  - `containerProbeProperties.affinity.preferred` (array)

  - `containerProbeProperties.affinity.preferred.key` (string)

  - `containerProbeProperties.affinity.preferred.operator` (string)
    default: In

  - `containerProbeProperties.affinity.preferred.values` (string)

  - `containerProbeProperties.affinity.preferred.weight` (string)

  - `containerProbeProperties.affinity.required` (array)

  - `containerProbeProperties.affinity.required.key` (string)

  - `containerProbeProperties.affinity.required.operator` (string)
    default: In

  - `containerProbeProperties.affinity.required.values` (string)

  - `containerProbeProperties.annotations` (object)

  - `containerProbeProperties.args` (string)

  - `containerProbeProperties.attempt` (any)

  - `containerProbeProperties.command` (array)

  - `containerProbeProperties.comparator` (object)

  - `containerProbeProperties.containerSecurityContext` (object)

  - `containerProbeProperties.containerSecurityContext.allowPrivilegeEscalation` (boolean)
    AllowPrivilegeEscalation controls whether a process can gain more
privileges than its parent process. This bool directly controls if
the no_new_privs flag will be set on the container process.
AllowPrivilegeEscalation is true always when the container is:
1) run as Privileged
2) has CAP_SYS_ADMIN
+optional

  - `containerProbeProperties.containerSecurityContext.capabilities` (object)
    The capabilities to add/drop when running containers.
Defaults to the default set of capabilities granted by the container runtime.
+optional

  - `containerProbeProperties.containerSecurityContext.capabilities.add` (array)
    Added capabilities
+optional

  - `containerProbeProperties.containerSecurityContext.capabilities.drop` (array)
    Removed capabilities
+optional

  - `containerProbeProperties.containerSecurityContext.privileged` (boolean)
    Run container in privileged mode.
Processes in privileged containers are essentially equivalent to root on the host.
Defaults to false.
+optional

  - `containerProbeProperties.containerSecurityContext.procMount` (string)
    procMount denotes the type of proc mount to use for the containers.
The default is DefaultProcMount which uses the container runtime defaults for
readonly paths and masked paths.
This requires the ProcMountType feature flag to be enabled.
+optional
    Enum: "Default", "Unmasked"

  - `containerProbeProperties.containerSecurityContext.readOnlyRootFilesystem` (boolean)
    Whether this container has a read-only root filesystem.
Default is false.
+optional

  - `containerProbeProperties.containerSecurityContext.runAsGroup` (integer)
    The GID to run the entrypoint of the container process.
Uses runtime default if unset.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.containerSecurityContext.runAsNonRoot` (boolean)
    Indicates that the container must run as a non-root user.
If true, the Kubelet will validate the image at runtime to ensure that it
does not run as UID 0 (root) and fail to start the container if it does.
If unset or false, no such validation will be performed.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.containerSecurityContext.runAsUser` (integer)
    The UID to run the entrypoint of the container process.
Defaults to user specified in image metadata if unspecified.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.containerSecurityContext.seLinuxOptions` (object)
    The SELinux context to be applied to the container.
If unspecified, the container runtime will allocate a random SELinux context for each
container.  May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.containerSecurityContext.seLinuxOptions.level` (string)
    Level is SELinux level label that applies to the container.
+optional

  - `containerProbeProperties.containerSecurityContext.seLinuxOptions.role` (string)
    Role is a SELinux role label that applies to the container.
+optional

  - `containerProbeProperties.containerSecurityContext.seLinuxOptions.type` (string)
    Type is a SELinux type label that applies to the container.
+optional

  - `containerProbeProperties.containerSecurityContext.seLinuxOptions.user` (string)
    User is a SELinux user label that applies to the container.
+optional

  - `containerProbeProperties.containerSecurityContext.seccompProfile` (object)
    The seccomp options to use by this container. If seccomp options are
provided at both the pod & container level, the container options
override the pod options.
+optional

  - `containerProbeProperties.containerSecurityContext.seccompProfile.localhostProfile` (string)
    localhostProfile indicates a profile defined in a file on the node should be used.
The profile must be preconfigured on the node to work.
Must be a descending path, relative to the kubelet's configured seccomp profile location.
Must only be set if type is "Localhost".
+optional

  - `containerProbeProperties.containerSecurityContext.seccompProfile.type` (string)
    type indicates which kind of seccomp profile will be applied.
Valid options are:

Localhost - a profile defined in a file on the node should be used.
RuntimeDefault - the container runtime default profile should be used.
Unconfined - no profile should be applied.
+unionDiscriminator
    Enum: "Unconfined", "RuntimeDefault", "Localhost"

  - `containerProbeProperties.containerSecurityContext.windowsOptions` (object)
    The Windows specific settings applied to all containers.
If unspecified, the options from the PodSecurityContext will be used.
If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.containerSecurityContext.windowsOptions.gmsaCredentialSpec` (string)
    GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
+optional

  - `containerProbeProperties.containerSecurityContext.windowsOptions.gmsaCredentialSpecName` (string)
    GMSACredentialSpecName is the name of the GMSA credential spec to use.
+optional

  - `containerProbeProperties.containerSecurityContext.windowsOptions.runAsUserName` (string)
    The UserName in Windows to run the entrypoint of the container process.
Defaults to the user specified in image metadata if unspecified.
May also be set in PodSecurityContext. If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.env` (array)

  - `containerProbeProperties.env.name` (string)
    Name of the environment variable. Must be a C_IDENTIFIER.

  - `containerProbeProperties.env.value` (string)
    Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any service environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "".
+optional

  - `containerProbeProperties.env.valueFrom` (object)
    Source for the environment variable's value. Cannot be used if value is not empty.
+optional

  - `containerProbeProperties.env.valueFrom.configMapKeyRef` (object)
    Selects a key of a ConfigMap.
+optional

  - `containerProbeProperties.env.valueFrom.configMapKeyRef.key` (string)
    The key to select.

  - `containerProbeProperties.env.valueFrom.configMapKeyRef.name` (string)
    Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
+optional

  - `containerProbeProperties.env.valueFrom.configMapKeyRef.optional` (boolean)
    Specify whether the ConfigMap or its key must be defined
+optional

  - `containerProbeProperties.env.valueFrom.fieldRef` (object)
    Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels[''], metadata.annotations[''],
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
+optional

  - `containerProbeProperties.env.valueFrom.fieldRef.apiVersion` (string)
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
+optional

  - `containerProbeProperties.env.valueFrom.fieldRef.fieldPath` (string)
    Path of the field to select in the specified API version.

  - `containerProbeProperties.env.valueFrom.resourceFieldRef` (object)
    Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
+optional

  - `containerProbeProperties.env.valueFrom.resourceFieldRef.containerName` (string)
    Container name: required for volumes, optional for env vars
+optional

  - `containerProbeProperties.env.valueFrom.resourceFieldRef.divisor` (object)
    Specifies the output format of the exposed resources, defaults to "1"
+optional

  - `containerProbeProperties.env.valueFrom.resourceFieldRef.divisor.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `containerProbeProperties.env.valueFrom.resourceFieldRef.resource` (string)
    Required: resource to select

  - `containerProbeProperties.env.valueFrom.secretKeyRef` (object)
    Selects a key of a secret in the pod's namespace
+optional

  - `containerProbeProperties.env.valueFrom.secretKeyRef.key` (string)
    The key of the secret to select from.  Must be a valid secret key.

  - `containerProbeProperties.env.valueFrom.secretKeyRef.name` (string)
    Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
+optional

  - `containerProbeProperties.env.valueFrom.secretKeyRef.optional` (boolean)
    Specify whether the Secret or its key must be defined
+optional

  - `containerProbeProperties.hostIPC` (boolean)

  - `containerProbeProperties.hostNetwork` (boolean)

  - `containerProbeProperties.hostPID` (boolean)

  - `containerProbeProperties.image` (string)

  - `containerProbeProperties.imagePullPolicy` (string)
    Enum: "Always", "Never", "IfNotPresent"

  - `containerProbeProperties.imagePullSecrets` (array)

  - `containerProbeProperties.initialDelay` (string)

  - `containerProbeProperties.initialDelaySeconds` (any)

  - `containerProbeProperties.interval` (string)

  - `containerProbeProperties.labels` (object)

  - `containerProbeProperties.namespace` (string)

  - `containerProbeProperties.nodeSelector` (object)

  - `containerProbeProperties.podSecurityContext` (object)

  - `containerProbeProperties.podSecurityContext.fsGroup` (integer)
    A special supplemental group that applies to all containers in a pod.
Some volume types allow the Kubelet to change the ownership of that volume
to be owned by the pod:

1. The owning GID will be the FSGroup
2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume.
+optional

  - `containerProbeProperties.podSecurityContext.fsGroupChangePolicy` (string)
    fsGroupChangePolicy defines behavior of changing ownership and permission of the volume
before being exposed inside Pod. This field will only apply to
volume types which support fsGroup based ownership(and permissions).
It will have no effect on ephemeral volume types such as: secret, configmaps
and emptydir.
Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.
+optional
    Enum: "OnRootMismatch", "Always"

  - `containerProbeProperties.podSecurityContext.runAsGroup` (integer)
    The GID to run the entrypoint of the container process.
Uses runtime default if unset.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence
for that container.
+optional

  - `containerProbeProperties.podSecurityContext.runAsNonRoot` (boolean)
    Indicates that the container must run as a non-root user.
If true, the Kubelet will validate the image at runtime to ensure that it
does not run as UID 0 (root) and fail to start the container if it does.
If unset or false, no such validation will be performed.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.podSecurityContext.runAsUser` (integer)
    The UID to run the entrypoint of the container process.
Defaults to user specified in image metadata if unspecified.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence
for that container.
+optional

  - `containerProbeProperties.podSecurityContext.seLinuxOptions` (object)
    The SELinux context to be applied to all containers.
If unspecified, the container runtime will allocate a random SELinux context for each
container.  May also be set in SecurityContext.  If set in
both SecurityContext and PodSecurityContext, the value specified in SecurityContext
takes precedence for that container.
+optional

  - `containerProbeProperties.podSecurityContext.seLinuxOptions.level` (string)
    Level is SELinux level label that applies to the container.
+optional

  - `containerProbeProperties.podSecurityContext.seLinuxOptions.role` (string)
    Role is a SELinux role label that applies to the container.
+optional

  - `containerProbeProperties.podSecurityContext.seLinuxOptions.type` (string)
    Type is a SELinux type label that applies to the container.
+optional

  - `containerProbeProperties.podSecurityContext.seLinuxOptions.user` (string)
    User is a SELinux user label that applies to the container.
+optional

  - `containerProbeProperties.podSecurityContext.seccompProfile` (object)
    The seccomp options to use by the containers in this pod.
+optional

  - `containerProbeProperties.podSecurityContext.seccompProfile.localhostProfile` (string)
    localhostProfile indicates a profile defined in a file on the node should be used.
The profile must be preconfigured on the node to work.
Must be a descending path, relative to the kubelet's configured seccomp profile location.
Must only be set if type is "Localhost".
+optional

  - `containerProbeProperties.podSecurityContext.seccompProfile.type` (string)
    type indicates which kind of seccomp profile will be applied.
Valid options are:

Localhost - a profile defined in a file on the node should be used.
RuntimeDefault - the container runtime default profile should be used.
Unconfined - no profile should be applied.
+unionDiscriminator
    Enum: "Unconfined", "RuntimeDefault", "Localhost"

  - `containerProbeProperties.podSecurityContext.supplementalGroups` (array)
    A list of groups applied to the first process run in each container, in addition
to the container's primary GID.  If unspecified, no groups will be added to
any container.
+optional

  - `containerProbeProperties.podSecurityContext.sysctls` (array)
    Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported
sysctls (by the container runtime) might fail to launch.
+optional

  - `containerProbeProperties.podSecurityContext.sysctls.name` (string)
    Name of a property to set

  - `containerProbeProperties.podSecurityContext.sysctls.value` (string)
    Value of a property to set

  - `containerProbeProperties.podSecurityContext.windowsOptions` (object)
    The Windows specific settings applied to all containers.
If unspecified, the options within a container's SecurityContext will be used.
If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.podSecurityContext.windowsOptions.gmsaCredentialSpec` (string)
    GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
+optional

  - `containerProbeProperties.podSecurityContext.windowsOptions.gmsaCredentialSpecName` (string)
    GMSACredentialSpecName is the name of the GMSA credential spec to use.
+optional

  - `containerProbeProperties.podSecurityContext.windowsOptions.runAsUserName` (string)
    The UserName in Windows to run the entrypoint of the container process.
Defaults to the user specified in image metadata if unspecified.
May also be set in PodSecurityContext. If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `containerProbeProperties.pollingInterval` (string)

  - `containerProbeProperties.probeTimeout` (string)

  - `containerProbeProperties.resources` (object)

  - `containerProbeProperties.resources.limits` (object)

  - `containerProbeProperties.resources.requests` (object)

  - `containerProbeProperties.retry` (any)

  - `containerProbeProperties.serviceAccountName` (string)

  - `containerProbeProperties.stopOnFailure` (boolean)

  - `containerProbeProperties.tolerations` (array)

  - `containerProbeProperties.tolerations.effect` (string)
    Effect indicates the taint effect to match. Empty means match all taint effects.
When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
+optional
    Enum: "NoSchedule", "PreferNoSchedule", "NoExecute"

  - `containerProbeProperties.tolerations.key` (string)
    Key is the taint key that the toleration applies to. Empty means match all taint keys.
If the key is empty, operator must be Exists; this combination means to match all values and all keys.
+optional

  - `containerProbeProperties.tolerations.operator` (string)
    Operator represents a key's relationship to the value.
Valid operators are Exists and Equal. Defaults to Equal.
Exists is equivalent to wildcard for value, so that a pod can
tolerate all taints of a particular category.
+optional
    Enum: "Exists", "Equal"

  - `containerProbeProperties.tolerations.tolerationSeconds` (integer)
    TolerationSeconds represents the period of time the toleration (which must be
of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
it is not set, which means tolerate the taint forever (do not evict). Zero and
negative values will be treated as 0 (evict immediately) by the system.
+optional

  - `containerProbeProperties.tolerations.value` (string)
    Value is the taint value the toleration matches to.
If the operator is Exists, the value should be empty, otherwise just a regular string.
+optional

  - `containerProbeProperties.verbosity` (string)

  - `containerProbeProperties.volumeMounts` (array)

  - `containerProbeProperties.volumeMounts.mountPath` (string)
    Path within the container at which the volume should be mounted.  Must
not contain ':'.

  - `containerProbeProperties.volumeMounts.mountPropagation` (string)
    mountPropagation determines how mounts are propagated from the host
to container and the other way around.
When not set, MountPropagationNone is used.
This field is beta in 1.10.
+optional
    Enum: "None", "HostToContainer", "Bidirectional"

  - `containerProbeProperties.volumeMounts.name` (string)
    This must match the Name of a Volume.

  - `containerProbeProperties.volumeMounts.readOnly` (boolean)
    Mounted read-only if true, read-write otherwise (false or unspecified).
Defaults to false.
+optional

  - `containerProbeProperties.volumeMounts.subPath` (string)
    Path within the volume from which the container's volume should be mounted.
Defaults to "" (volume's root).
+optional

  - `containerProbeProperties.volumeMounts.subPathExpr` (string)
    Expanded path within the volume from which the container's volume should be mounted.
Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment.
Defaults to "" (volume's root).
SubPathExpr and SubPath are mutually exclusive.
+optional

  - `containerProbeProperties.volumes` (array)

  - `containerProbeProperties.volumes.configMap` (object)

  - `containerProbeProperties.volumes.configMap.defaultMode` (string)

  - `containerProbeProperties.volumes.configMap.items` (object)

  - `containerProbeProperties.volumes.configMap.name` (string)

  - `containerProbeProperties.volumes.configMap.optional` (boolean)

  - `containerProbeProperties.volumes.emptyDir` (object)

  - `containerProbeProperties.volumes.emptyDir.medium` (string)
    What type of storage medium should back this directory.
The default is "" which means to use the node's default medium.
Must be an empty string (default) or Memory.
More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
+optional
    Enum: "", "Memory", "HugePages", "HugePages-"

  - `containerProbeProperties.volumes.emptyDir.sizeLimit` (object)
    Total amount of local storage required for this EmptyDir volume.
The size limit is also applicable for memory medium.
The maximum usage on memory medium EmptyDir would be the minimum value between
the SizeLimit specified here and the sum of memory limits of all containers in a pod.
The default is nil which means that the limit is undefined.
More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
+optional

  - `containerProbeProperties.volumes.emptyDir.sizeLimit.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `containerProbeProperties.volumes.hostPath` (object)

  - `containerProbeProperties.volumes.hostPath.path` (string)
    Path of the directory on the host.
If the path is a symlink, it will follow the link to the real path.
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

  - `containerProbeProperties.volumes.hostPath.type` (string)
    Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
    Enum: "", "DirectoryOrCreate", "Directory", "FileOrCreate", "File", "Socket", "CharDevice", "BlockDevice"

  - `containerProbeProperties.volumes.name` (string)

  - `containerProbeProperties.volumes.persistentVolumeClaim` (object)

  - `containerProbeProperties.volumes.persistentVolumeClaim.claimName` (string)
    ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

  - `containerProbeProperties.volumes.persistentVolumeClaim.readOnly` (boolean)
    Will force the ReadOnly setting in VolumeMounts.
Default false.
+optional

  - `containerProbeProperties.volumes.secret` (object)

  - `containerProbeProperties.volumes.type` (string)
    Enum: "HostPath", "EmptyDir", "Secret", "PersistentVolumeClaim", "ConfigMap"

  - `description` (string)

  - `inputs` (array)

  - `inputs.allowedValues` (array)

  - `inputs.category` (string)
    Enum: "FaultTarget", "FaultTunable", "TargetInfra", "ExperimentTunable", "ActionProperties", "ProbeProperties", "RunProperties", "FaultAuthentication"

  - `inputs.default` (any)

  - `inputs.description` (string)

  - `inputs.name` (string, required)

  - `inputs.path` (string)

  - `inputs.required` (boolean)

  - `inputs.stringify` (boolean)

  - `inputs.tags` (array)

  - `inputs.tooltipId` (string)

  - `inputs.type` (string)
    Enum: "String", "Integer", "Boolean", "Number", "SecretFile", "SecretText"

  - `inputs.validator` (string)

  - `inputs.value` (any, required)

  - `k8sProperties` (object)

  - `k8sProperties.attempt` (any)

  - `k8sProperties.fieldSelector` (string)

  - `k8sProperties.group` (string)

  - `k8sProperties.initialDelay` (string)

  - `k8sProperties.initialDelaySeconds` (any)

  - `k8sProperties.interval` (string)

  - `k8sProperties.labelSelector` (string)

  - `k8sProperties.namespace` (string)

  - `k8sProperties.operation` (string)

  - `k8sProperties.pollingInterval` (string)

  - `k8sProperties.probeTimeout` (string)

  - `k8sProperties.resource` (string)

  - `k8sProperties.resourceNames` (string)

  - `k8sProperties.retry` (any)

  - `k8sProperties.stopOnFailure` (boolean)

  - `k8sProperties.verbosity` (string)

  - `k8sProperties.version` (string)

  - `kubernetesCmdProperties` (object)

  - `kubernetesCmdProperties.attempt` (any)

  - `kubernetesCmdProperties.command` (string)

  - `kubernetesCmdProperties.comparator` (object)

  - `kubernetesCmdProperties.env` (array)

  - `kubernetesCmdProperties.env.name` (string)

  - `kubernetesCmdProperties.env.value` (string)

  - `kubernetesCmdProperties.initialDelay` (string)

  - `kubernetesCmdProperties.initialDelaySeconds` (any)

  - `kubernetesCmdProperties.interval` (string)

  - `kubernetesCmdProperties.pollingInterval` (string)

  - `kubernetesCmdProperties.probeTimeout` (string)

  - `kubernetesCmdProperties.retry` (any)

  - `kubernetesCmdProperties.source` (any)

  - `kubernetesCmdProperties.stopOnFailure` (boolean)

  - `kubernetesCmdProperties.verbosity` (string)

  - `kubernetesDatadogProperties` (object)

  - `kubernetesDatadogProperties.attempt` (any)

  - `kubernetesDatadogProperties.datadogCredentialsSecretName` (string)

  - `kubernetesDatadogProperties.datadogSite` (string)

  - `kubernetesDatadogProperties.initialDelay` (string)

  - `kubernetesDatadogProperties.initialDelaySeconds` (any)

  - `kubernetesDatadogProperties.interval` (string)

  - `kubernetesDatadogProperties.metrics` (object)

  - `kubernetesDatadogProperties.metrics.comparator` (object)

  - `kubernetesDatadogProperties.metrics.query` (string)

  - `kubernetesDatadogProperties.metrics.timeFrame` (string)

  - `kubernetesDatadogProperties.pollingInterval` (string)

  - `kubernetesDatadogProperties.probeTimeout` (string)

  - `kubernetesDatadogProperties.retry` (any)

  - `kubernetesDatadogProperties.stopOnFailure` (boolean)

  - `kubernetesDatadogProperties.syntheticsTest` (object)

  - `kubernetesDatadogProperties.verbosity` (string)

  - `kubernetesDynatraceProperties` (object)

  - `kubernetesDynatraceProperties.apiTokenSecretName` (string)

  - `kubernetesDynatraceProperties.attempt` (any)

  - `kubernetesDynatraceProperties.comparator` (object)

  - `kubernetesDynatraceProperties.endpoint` (string)

  - `kubernetesDynatraceProperties.initialDelay` (string)

  - `kubernetesDynatraceProperties.initialDelaySeconds` (any)

  - `kubernetesDynatraceProperties.interval` (string)

  - `kubernetesDynatraceProperties.metrics` (object)

  - `kubernetesDynatraceProperties.pollingInterval` (string)

  - `kubernetesDynatraceProperties.probeTimeout` (string)

  - `kubernetesDynatraceProperties.retry` (any)

  - `kubernetesDynatraceProperties.stopOnFailure` (boolean)

  - `kubernetesDynatraceProperties.timeFrame` (string)

  - `kubernetesDynatraceProperties.verbosity` (string)

  - `kubernetesHttpProperties` (object)

  - `linuxCmdProperties` (object)

  - `linuxCmdProperties.attempt` (any)

  - `linuxCmdProperties.command` (string)

  - `linuxCmdProperties.comparator` (object)

  - `linuxCmdProperties.env` (array)

  - `linuxCmdProperties.initialDelay` (string)

  - `linuxCmdProperties.initialDelaySeconds` (any)

  - `linuxCmdProperties.interval` (string)

  - `linuxCmdProperties.pollingInterval` (string)

  - `linuxCmdProperties.probeTimeout` (string)

  - `linuxCmdProperties.retry` (any)

  - `linuxCmdProperties.source` (any)

  - `linuxCmdProperties.stopOnFailure` (boolean)

  - `linuxCmdProperties.verbosity` (string)

  - `linuxDatadogProperties` (object)

  - `linuxDynatraceProperties` (object)

  - `linuxHttpProperties` (object)

  - `name` (string)

  - `probeId` (string)

  - `promProperties` (object)

  - `promProperties.attempt` (any)

  - `promProperties.auth` (object)

  - `promProperties.comparator` (object)

  - `promProperties.endpoint` (string)

  - `promProperties.initialDelay` (string)

  - `promProperties.initialDelaySeconds` (any)

  - `promProperties.interval` (string)

  - `promProperties.pollingInterval` (string)

  - `promProperties.probeTimeout` (string)

  - `promProperties.query` (string)

  - `promProperties.queryPath` (string)

  - `promProperties.retry` (any)

  - `promProperties.stopOnFailure` (boolean)

  - `promProperties.tlsConfig` (object)

  - `promProperties.verbosity` (string)

  - `revisionId` (string)

  - `sloProperties` (object)

  - `sloProperties.attempt` (any)

  - `sloProperties.comparator` (object)

  - `sloProperties.evaluationTimeout` (string)

  - `sloProperties.evaluationWindow` (object)

  - `sloProperties.evaluationWindow.evaluationEndTime` (any)
    End time of evaluation

  - `sloProperties.evaluationWindow.evaluationStartTime` (any)
    Start time of evaluation

  - `sloProperties.initialDelay` (string)

  - `sloProperties.initialDelaySeconds` (any)

  - `sloProperties.insecureSkipVerify` (boolean)

  - `sloProperties.interval` (string)

  - `sloProperties.platformEndpoint` (string)

  - `sloProperties.pollingInterval` (string)

  - `sloProperties.probeTimeout` (string)

  - `sloProperties.retry` (any)

  - `sloProperties.sloIdentifier` (string)

  - `sloProperties.sloSourceMetadata` (object)

  - `sloProperties.sloSourceMetadata.apiTokenSecret` (string)
    APITokenSecret for authenticating with the platform service

  - `sloProperties.sloSourceMetadata.scope` (object)
    Scope required for fetching details

  - `sloProperties.sloSourceMetadata.scope.accountIdentifier` (string)
    AccountIdentifier for account ID

  - `sloProperties.sloSourceMetadata.scope.orgIdentifier` (string)
    OrgIdentifier for organization ID

  - `sloProperties.sloSourceMetadata.scope.projectIdentifier` (string)
    ProjectIdentifier for project ID

  - `sloProperties.stopOnFailure` (boolean)

  - `sloProperties.verbosity` (string)

  - `tags` (array)

  - `variables` (array)
    CHAOS-11100

  - `windowsCmdProperties` (object)

  - `windowsCmdProperties.attempt` (any)

  - `windowsCmdProperties.command` (string)

  - `windowsCmdProperties.comparator` (object)

  - `windowsCmdProperties.env` (array)

  - `windowsCmdProperties.initialDelay` (string)

  - `windowsCmdProperties.initialDelaySeconds` (any)

  - `windowsCmdProperties.interval` (string)

  - `windowsCmdProperties.pollingInterval` (string)

  - `windowsCmdProperties.probeTimeout` (string)

  - `windowsCmdProperties.retry` (any)

  - `windowsCmdProperties.stopOnFailure` (boolean)

  - `windowsCmdProperties.verbosity` (string)

  - `windowsHttpProperties` (object)

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


