Replace Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy Status

Replace Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy Status

replace status of the specified InfrastructurePolicy

Request
URI
PUT
https://{api_host}/apis/infrastructure.dataservices.vmware.com/v1alpha1/infrastructurepolicies/{name}/status
COPY
Path Parameters
string
name
Required

name of the InfrastructurePolicy

Query Parameters
string
pretty
Optional

If 'true', then the output is pretty printed.

string
dryRun
Optional

When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

string
fieldManager
Optional

fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

string
fieldValidation
Optional

fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.


Request Body
{
    "apiVersion": "string",
    "kind": "string",
    "metadata": {
        "creationTimestamp": "string",
        "deletionGracePeriodSeconds": 0,
        "deletionTimestamp": "string",
        "finalizers": [
            "string"
        ],
        "generateName": "string",
        "generation": 0,
        "managedFields": [
            {
                "apiVersion": "string",
                "fieldsType": "string",
                "manager": "string",
                "operation": "string",
                "subresource": "string",
                "time": "string"
            }
        ],
        "name": "string",
        "namespace": "string",
        "ownerReferences": [
            {
                "apiVersion": "string",
                "blockOwnerDeletion": false,
                "controller": false,
                "kind": "string",
                "name": "string",
                "uid": "string"
            }
        ],
        "resourceVersion": "string",
        "selfLink": "string",
        "uid": "string"
    },
    "spec": {
        "description": "string",
        "enabled": false,
        "ipRanges": [
            {
                "poolName": "string",
                "portGroups": [
                    {
                        "datacenter": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "placements": [
            {
                "cluster": "string",
                "datacenter": "string",
                "folder": "string",
                "portGroups": [
                    "string"
                ],
                "resourcePool": "string"
            }
        ],
        "storagePolicies": [
            "string"
        ],
        "vmClasses": [
            {
                "name": "string"
            }
        ]
    },
    "status": {
        "conditions": [
            {
                "lastTransitionTime": "string",
                "message": "string",
                "observedGeneration": 0,
                "reason": "string",
                "status": "string",
                "type": "string"
            }
        ]
    }
}
Authentication
This operation uses the following authentication methods.
Responses
200

OK

{
    "apiVersion": "string",
    "kind": "string",
    "metadata": {
        "creationTimestamp": "string",
        "deletionGracePeriodSeconds": 0,
        "deletionTimestamp": "string",
        "finalizers": [
            "string"
        ],
        "generateName": "string",
        "generation": 0,
        "managedFields": [
            {
                "apiVersion": "string",
                "fieldsType": "string",
                "manager": "string",
                "operation": "string",
                "subresource": "string",
                "time": "string"
            }
        ],
        "name": "string",
        "namespace": "string",
        "ownerReferences": [
            {
                "apiVersion": "string",
                "blockOwnerDeletion": false,
                "controller": false,
                "kind": "string",
                "name": "string",
                "uid": "string"
            }
        ],
        "resourceVersion": "string",
        "selfLink": "string",
        "uid": "string"
    },
    "spec": {
        "description": "string",
        "enabled": false,
        "ipRanges": [
            {
                "poolName": "string",
                "portGroups": [
                    {
                        "datacenter": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "placements": [
            {
                "cluster": "string",
                "datacenter": "string",
                "folder": "string",
                "portGroups": [
                    "string"
                ],
                "resourcePool": "string"
            }
        ],
        "storagePolicies": [
            "string"
        ],
        "vmClasses": [
            {
                "name": "string"
            }
        ]
    },
    "status": {
        "conditions": [
            {
                "lastTransitionTime": "string",
                "message": "string",
                "observedGeneration": 0,
                "reason": "string",
                "status": "string",
                "type": "string"
            }
        ]
    }
}

201

Created

{
    "apiVersion": "string",
    "kind": "string",
    "metadata": {
        "creationTimestamp": "string",
        "deletionGracePeriodSeconds": 0,
        "deletionTimestamp": "string",
        "finalizers": [
            "string"
        ],
        "generateName": "string",
        "generation": 0,
        "managedFields": [
            {
                "apiVersion": "string",
                "fieldsType": "string",
                "manager": "string",
                "operation": "string",
                "subresource": "string",
                "time": "string"
            }
        ],
        "name": "string",
        "namespace": "string",
        "ownerReferences": [
            {
                "apiVersion": "string",
                "blockOwnerDeletion": false,
                "controller": false,
                "kind": "string",
                "name": "string",
                "uid": "string"
            }
        ],
        "resourceVersion": "string",
        "selfLink": "string",
        "uid": "string"
    },
    "spec": {
        "description": "string",
        "enabled": false,
        "ipRanges": [
            {
                "poolName": "string",
                "portGroups": [
                    {
                        "datacenter": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "placements": [
            {
                "cluster": "string",
                "datacenter": "string",
                "folder": "string",
                "portGroups": [
                    "string"
                ],
                "resourcePool": "string"
            }
        ],
        "storagePolicies": [
            "string"
        ],
        "vmClasses": [
            {
                "name": "string"
            }
        ]
    },
    "status": {
        "conditions": [
            {
                "lastTransitionTime": "string",
                "message": "string",
                "observedGeneration": 0,
                "reason": "string",
                "status": "string",
                "type": "string"
            }
        ]
    }
}

401

Unauthorized

Operation doesn't return any data structure

Infrastructure Operations
POST
Create Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
POST
Create Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
POST
Create Infrastructure Dataservices Vmware Com V 1alpha1VM Class
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1 Collection Infrastructure Policy
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1 Collection IP Pool
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1 Collection VM Class
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
DELETE
Delete Infrastructure Dataservices Vmware Com V 1alpha1VM Class
GET
List Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
GET
List Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
GET
List Infrastructure Dataservices Vmware Com V 1alpha1VM Class
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy Status
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1IP Pool Status
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1VM Class
PATCH
Patch Infrastructure Dataservices Vmware Com V 1alpha1VM Class Status
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy Status
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1IP Pool Status
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1VM Class
GET
Read Infrastructure Dataservices Vmware Com V 1alpha1VM Class Status
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1 Infrastructure Policy Status
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1IP Pool
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1IP Pool Status
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1VM Class
PUT
Replace Infrastructure Dataservices Vmware Com V 1alpha1VM Class Status