diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8f287ab..bd68c8b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.9.2 (July 21, 2023) +[Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/feat/1.9.1...feat/1.9.2) + +**Merged pull request:** +- Fixing terraform doc link for detailed references. [\#618](https://github.com/nutanix/terraform-provider-nutanix/pull/618) + +**Closed issues:** +- All "see detailed information" at the bottom of the doc pages are broken. [\#617](https://github.com/nutanix/terraform-provider-nutanix/issues/617) +- Subnet documentation missing attributes. [\#616](https://github.com/nutanix/terraform-provider-nutanix/issues/616) +- Unsupported attribute for Volume Groups should be removed from VM resource documentation. [\#613](https://github.com/nutanix/terraform-provider-nutanix/issues/613) +- Typo in documentation guest_customization_sysrep_custom_key_values. [\#495](https://github.com/nutanix/terraform-provider-nutanix/issues/495) + ## 1.9.1 (June 14, 2023) [Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/feat/1.9.0...feat/1.9.1) diff --git a/README.md b/README.md index f7c8bb536..876d33da4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Terraform provider plugin to integrate with Nutanix Enterprise Cloud -NOTE: The latest version of the Nutanix provider is [v1.9.1](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v1.9.1) +NOTE: The latest version of the Nutanix provider is [v1.9.2](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v1.9.2) Modules based on Terraform Nutanix Provider can be found here : [Modules](https://github.com/nutanix/terraform-provider-nutanix/tree/master/modules) ## Build, Quality Status diff --git a/website/docs/d/access_control_policies.html.markdown b/website/docs/d/access_control_policies.html.markdown index 0f7339ffe..b7edd3e42 100644 --- a/website/docs/d/access_control_policies.html.markdown +++ b/website/docs/d/access_control_policies.html.markdown @@ -112,4 +112,4 @@ The `project_reference`, `owner_reference`, `role_reference` attributes supports For `user_reference_list` and `user_group_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/reference/prism_central/v3/api/access-control-policies/). +See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/api_references/prism-central-v3/#/2af39c1874e36-get-a-list-of-existing-access-control-policies) \ No newline at end of file diff --git a/website/docs/d/access_control_policy.html.markdown b/website/docs/d/access_control_policy.html.markdown index 59d80e900..ba478aadd 100644 --- a/website/docs/d/access_control_policy.html.markdown +++ b/website/docs/d/access_control_policy.html.markdown @@ -122,4 +122,4 @@ The `project_reference`, `owner_reference`, `role_reference` attributes supports For `user_reference_list` and `user_group_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/reference/prism_central/v3/api/access-control-policies/). +See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/api_references/prism-central-v3/#/15eefbae9e620-get-a-existing-access-control-policy). diff --git a/website/docs/d/address_group.html.markdown b/website/docs/d/address_group.html.markdown index c379412b7..31237a501 100644 --- a/website/docs/d/address_group.html.markdown +++ b/website/docs/d/address_group.html.markdown @@ -48,4 +48,4 @@ The ip_address_block_list argument supports the following: * `prefix_length`: - (ReadOnly) Prefix length of address block in int -See detailed information in [Nutanix Address Group](https://www.nutanix.dev/reference/prism_central/v3/api/address-groups/getaddressgroupsuuid). +See detailed information in [Nutanix Address Group](https://www.nutanix.dev/api_references/prism-central-v3/#/7921eaae69b35-get-a-existing-address-group). diff --git a/website/docs/d/address_groups.html.markdown b/website/docs/d/address_groups.html.markdown index b7724afd6..14a127fab 100644 --- a/website/docs/d/address_groups.html.markdown +++ b/website/docs/d/address_groups.html.markdown @@ -63,4 +63,4 @@ The following attributes are exported as list: * `uuid`: - (ReadOnly) UUID of associated policy -See detailed information in [Nutanix Address Group List](https://www.nutanix.dev/reference/prism_central/v3/api/address-groups/postaddressgroupslist). +See detailed information in [Nutanix Address Group List](https://www.nutanix.dev/api_references/prism-central-v3/#/7504287ad168d-address-groups-lists). diff --git a/website/docs/d/category_key.html.markdown b/website/docs/d/category_key.html.markdown index 30512bda1..714f57a9e 100644 --- a/website/docs/d/category_key.html.markdown +++ b/website/docs/d/category_key.html.markdown @@ -45,4 +45,4 @@ The following attributes are exported: * `api_version` - The version of the API. * `values`: - A list of the values from this category key (if it has them). -See detailed information in [Nutanix Image](https://nutanix.github.io/Automation/experimental/swagger-redoc-sandbox/#tag/category/paths/~1categories~1{name}/get). +See detailed information in [Nutanix Image](https://www.nutanix.dev/api_references/prism-central-v3/#/d9979ade0b152-get-a-category-key). diff --git a/website/docs/d/cluster.html.markdown b/website/docs/d/cluster.html.markdown index 384a121a5..3162fbfc0 100644 --- a/website/docs/d/cluster.html.markdown +++ b/website/docs/d/cluster.html.markdown @@ -113,4 +113,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Image](https://nutanix.github.io/Automation/experimental/swagger-redoc-sandbox/#tag/clusters/paths/~1clusters~1multicluster_config/post). \ No newline at end of file +See detailed information in [Nutanix Cluster](https://www.nutanix.dev/api_references/prism-central-v3/#/a03307e88420c-get-a-existing-cluster). \ No newline at end of file diff --git a/website/docs/d/clusters.html.markdown b/website/docs/d/clusters.html.markdown index e16460edf..6dee00156 100644 --- a/website/docs/d/clusters.html.markdown +++ b/website/docs/d/clusters.html.markdown @@ -114,4 +114,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Image](https://nutanix.github.io/Automation/experimental/swagger-redoc-sandbox/#tag/clusters/paths/~1clusters~1multicluster_config/post). +See detailed information in [Nutanix Clusters](https://www.nutanix.dev/api_references/prism-central-v3/#/d93c30e04327e-get-a-list-of-existing-clusters). diff --git a/website/docs/d/floating_ip.html.markdown b/website/docs/d/floating_ip.html.markdown index 095b9ab17..63755580e 100644 --- a/website/docs/d/floating_ip.html.markdown +++ b/website/docs/d/floating_ip.html.markdown @@ -71,4 +71,6 @@ The `vpc_reference`, `vm_nic_reference`, `external_subnet_reference` attributes * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix Floating IP](https://www.nutanix.dev/api_references/prism-central-v3/#/0e13f093658de-get-a-existing-floating-ip). \ No newline at end of file diff --git a/website/docs/d/floating_ips.html.markdown b/website/docs/d/floating_ips.html.markdown index 8b1d2e632..69c7f16e8 100644 --- a/website/docs/d/floating_ips.html.markdown +++ b/website/docs/d/floating_ips.html.markdown @@ -68,4 +68,6 @@ The `vpc_reference`, `vm_nic_reference`, `external_subnet_reference` attributes * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix Floating IPs](https://www.nutanix.dev/api_references/prism-central-v3/#/5f65d87a3d014-get-a-list-of-existing-floating-i-ps). \ No newline at end of file diff --git a/website/docs/d/foundation_central_get_api_key.html.markdown b/website/docs/d/foundation_central_get_api_key.html.markdown index ed488fe8c..78830bd0f 100644 --- a/website/docs/d/foundation_central_get_api_key.html.markdown +++ b/website/docs/d/foundation_central_get_api_key.html.markdown @@ -33,4 +33,4 @@ The following attributes are exported: * `current_time`: Current time of Foundation Central. -See detailed information in [Nutanix Foundation Central Get an API key](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3NDI-get-an-api-key). \ No newline at end of file +See detailed information in [Nutanix Foundation Central Get an API key](https://www.nutanix.dev/api_references/foundation-central/#/92553fa628770-get-an-api-key). \ No newline at end of file diff --git a/website/docs/d/foundation_central_imaged_cluster_details.html.markdown b/website/docs/d/foundation_central_imaged_cluster_details.html.markdown index 4b57a66f1..0de830adc 100644 --- a/website/docs/d/foundation_central_imaged_cluster_details.html.markdown +++ b/website/docs/d/foundation_central_imaged_cluster_details.html.markdown @@ -76,4 +76,4 @@ The following attributes are exported: * `message_list`: List of messages for the client based on process state. -See detailed information in [Nutanix Foundation Central Get the details of a cluster](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3MzA-get-the-details-of-a-cluster). \ No newline at end of file +See detailed information in [Nutanix Foundation Central Get the details of a cluster](https://www.nutanix.dev/api_references/foundation-central/#/52a237a955f44-get-the-details-of-a-cluster). \ No newline at end of file diff --git a/website/docs/d/foundation_central_imaged_node_details.html.markdown b/website/docs/d/foundation_central_imaged_node_details.html.markdown index d68161e91..98321a400 100644 --- a/website/docs/d/foundation_central_imaged_node_details.html.markdown +++ b/website/docs/d/foundation_central_imaged_node_details.html.markdown @@ -61,4 +61,4 @@ The following attributes are exported: * `cvm_ip`: IP address of the cvm. * `aos_version`: AOS version currently installed on the node. -See detailed information in [Nutanix Foundation Central Get the details of a single node](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3NDA-get-the-details-of-a-single-node). \ No newline at end of file +See detailed information in [Nutanix Foundation Central Get the details of a single node](https://www.nutanix.dev/api_references/foundation-central/#/0222d2d05b2a6-get-the-details-of-a-single-node). \ No newline at end of file diff --git a/website/docs/d/foundation_central_list_all_api_keys.html.markdown b/website/docs/d/foundation_central_list_all_api_keys.html.markdown index c30cd8bb6..f871b3315 100644 --- a/website/docs/d/foundation_central_list_all_api_keys.html.markdown +++ b/website/docs/d/foundation_central_list_all_api_keys.html.markdown @@ -39,4 +39,4 @@ The following attributes are exported: * `current_time`: Current time of Foundation Central. -See detailed information in [Nutanix Foundation Central List all the API keys](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3Mzc-list-all-the-api-keys). \ No newline at end of file +See detailed information in [Nutanix Foundation Central List all the API keys](https://www.nutanix.dev/api_references/foundation-central/#/91806fd4d9abc-list-all-the-api-keys). \ No newline at end of file diff --git a/website/docs/d/foundation_central_list_all_imaged_clusters.html.markdown b/website/docs/d/foundation_central_list_all_imaged_clusters.html.markdown index df6f7eb5b..6461ece47 100644 --- a/website/docs/d/foundation_central_list_all_imaged_clusters.html.markdown +++ b/website/docs/d/foundation_central_list_all_imaged_clusters.html.markdown @@ -78,4 +78,4 @@ The following attributes are exported: * `message_list`: List of messages for the client based on process state. -See detailed information in [Nutanix Foundation Central List all the Imaged Clusters](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3MzE-get-the-details-of-all-clusters). \ No newline at end of file +See detailed information in [Nutanix Foundation Central List all the Imaged Clusters](https://www.nutanix.dev/api_references/foundation-central/#/4d52589d65c08-get-the-details-of-all-clusters). \ No newline at end of file diff --git a/website/docs/d/foundation_central_list_all_imaged_nodes.html.markdown b/website/docs/d/foundation_central_list_all_imaged_nodes.html.markdown index 71f0deaff..fab833ca9 100644 --- a/website/docs/d/foundation_central_list_all_imaged_nodes.html.markdown +++ b/website/docs/d/foundation_central_list_all_imaged_nodes.html.markdown @@ -67,4 +67,4 @@ The following attributes are exported: * `cvm_ip`: IP address of the cvm. * `aos_version`: AOS version currently installed on the node. -See detailed information in [Nutanix Foundation Central List all the nodes](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3NDQ-list-all-the-nodes). \ No newline at end of file +See detailed information in [Nutanix Foundation Central List all the nodes](https://www.nutanix.dev/api_references/foundation-central/#/26192129ae504-list-all-the-nodes). \ No newline at end of file diff --git a/website/docs/d/host.html.markdown b/website/docs/d/host.html.markdown index 95c093d40..d6191b562 100644 --- a/website/docs/d/host.html.markdown +++ b/website/docs/d/host.html.markdown @@ -88,4 +88,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Host](https://www.nutanix.dev/reference/prism_central/v3/api/hosts/gethostsuuid/). \ No newline at end of file +See detailed information in [Nutanix Host](https://www.nutanix.dev/api_references/prism-central-v3/#/5ef25d36e143a-get-a-existing-host). \ No newline at end of file diff --git a/website/docs/d/hosts.html.markdown b/website/docs/d/hosts.html.markdown index fa281026c..5ac0a4fbe 100644 --- a/website/docs/d/hosts.html.markdown +++ b/website/docs/d/hosts.html.markdown @@ -87,4 +87,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Hosts](https://www.nutanix.dev/reference/prism_central/v3/api/hosts/posthostslist/). \ No newline at end of file +See detailed information in [Nutanix Hosts](https://www.nutanix.dev/api_references/prism-central-v3/#/6805c5cff86e0-get-a-list-of-existing-hosts). \ No newline at end of file diff --git a/website/docs/d/image.html.markdown b/website/docs/d/image.html.markdown index 03416b320..6a4c8ab96 100644 --- a/website/docs/d/image.html.markdown +++ b/website/docs/d/image.html.markdown @@ -84,4 +84,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Image](http://developer.nutanix.com/reference/prism_central/v3/#images). \ No newline at end of file +See detailed information in [Nutanix Image](https://www.nutanix.dev/api_references/prism-central-v3/#/7dff8c26aa7ff-get-a-existing-image). \ No newline at end of file diff --git a/website/docs/d/karbon_cluster.html.markdown b/website/docs/d/karbon_cluster.html.markdown index f4b1ebf13..555bb86a0 100644 --- a/website/docs/d/karbon_cluster.html.markdown +++ b/website/docs/d/karbon_cluster.html.markdown @@ -84,4 +84,4 @@ The cni_config attribute exports the following: * `calico_config.ip_pool_config`: - List of IP pools to be configured/managed by calico. * `calico_config.ip_pool_config.cidr`: - IP range to use for this pool, it should fall within pod cidr. -See detailed information in [Nutanix Karbon Cluster](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NTc-get-the-k8s-cluster-details). +See detailed information in [Nutanix Karbon Cluster](https://www.nutanix.dev/api_references/nke/#/31fc4aec34c3d-get-the-kubernetes-cluster-details). diff --git a/website/docs/d/karbon_cluster_kubeconfig.html.markdown b/website/docs/d/karbon_cluster_kubeconfig.html.markdown index f393883b4..9db937bec 100644 --- a/website/docs/d/karbon_cluster_kubeconfig.html.markdown +++ b/website/docs/d/karbon_cluster_kubeconfig.html.markdown @@ -41,4 +41,4 @@ The following arguments are supported: * `cluster_ca_certificate` * `cluster_url` -See detailed information in [Get Nutanix Karbon Cluster KubeConfig](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NjA-get-the-kubeconfig-to-access-the-k8s-cluster). +See detailed information in [Get Nutanix Karbon Cluster KubeConfig](https://www.nutanix.dev/api_references/nke/#/1afde071b42be-get-the-kubeconfig-to-access-the-kubernetes-cluster). diff --git a/website/docs/d/karbon_cluster_ssh.html.markdown b/website/docs/d/karbon_cluster_ssh.html.markdown index 674542a55..1b88d12c5 100644 --- a/website/docs/d/karbon_cluster_ssh.html.markdown +++ b/website/docs/d/karbon_cluster_ssh.html.markdown @@ -40,4 +40,4 @@ The following arguments are supported: * `private_key` The private key of the user for SSH access. * `username` The username for which credentials are returned. -See detailed information in [Get Nutanix Karbon Cluster SSH Credentials](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NjE-get-ssh-credentials-to-remotely-access-nodes-belonging-to-the-k8s-cluster). +See detailed information in [Get Nutanix Karbon Cluster SSH Credentials](https://www.nutanix.dev/api_references/nke/#/ca0911a3655d3-get-ssh-credentials-to-remotely-access-nodes-that-belong-to-the-kubernetes-cluster). diff --git a/website/docs/d/karbon_clusters.html.markdown b/website/docs/d/karbon_clusters.html.markdown index fff3445e9..b3d27b388 100644 --- a/website/docs/d/karbon_clusters.html.markdown +++ b/website/docs/d/karbon_clusters.html.markdown @@ -79,4 +79,4 @@ The boot_device_disk_address attribute supports the following: * `calico_config.ip_pool_config`: - List of IP pools to be configured/managed by calico. * `calico_config.ip_pool_config.cidr`: - IP range to use for this pool, it should fall within pod cidr. -See detailed information in [Nutanix Karbon Cluster](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NTE-list-all-of-the-k8s-clusters). \ No newline at end of file +See detailed information in [Nutanix Karbon Clusters](https://www.nutanix.dev/api_references/nke/#/3683a2ec2599a-list-all-the-kubernetes-clusters). \ No newline at end of file diff --git a/website/docs/d/karbon_private_registries.html.markdown b/website/docs/d/karbon_private_registries.html.markdown index 4e09d4e8e..5a624c701 100644 --- a/website/docs/d/karbon_private_registries.html.markdown +++ b/website/docs/d/karbon_private_registries.html.markdown @@ -34,4 +34,4 @@ The following attributes are supported: * `endpoint`: - Endpoint of the private in format `url:port`. -See detailed information in [Nutanix Karbon Registries](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NDY-list-private-registry-configurations-api-format-https-server-nutanix-com-9440-karbon-v1-alpha-1-registries). +See detailed information in [Nutanix Karbon Registries](https://www.nutanix.dev/api_references/nke/#/6542bb676c318-list-the-private-registry-configurations-api-format-https-server-nutanix-com-9440-karbon-v1-alpha-1-registries). \ No newline at end of file diff --git a/website/docs/d/karbon_private_registry.html.markdown b/website/docs/d/karbon_private_registry.html.markdown index f234edfd1..2eb31174d 100644 --- a/website/docs/d/karbon_private_registry.html.markdown +++ b/website/docs/d/karbon_private_registry.html.markdown @@ -34,4 +34,4 @@ The following attributes are supported: * `endpoint`: - Endpoint of the private in format `url:port`. -See detailed information in [Nutanix Karbon Registry](https://www.nutanix.dev/api_references/karbon/#/b3A6NDM0MDU2NDg-get-the-private-registry-configuration-of-the-specified-name-api-format-https-server-nutanix-com-9440-karbon-v1-alpha-1-registries-test-reg). +See detailed information in [Nutanix Karbon Registry](https://www.nutanix.dev/api_references/nke/#/fed89354bc228-get-the-private-registry-configuration-of-the-specified-name-api-format-https-server-nutanix-com-9440-karbon-v1-alpha-1-registries-test-reg). diff --git a/website/docs/d/ndb_clone.html.markdown b/website/docs/d/ndb_clone.html.markdown index df9264855..6e6483242 100644 --- a/website/docs/d/ndb_clone.html.markdown +++ b/website/docs/d/ndb_clone.html.markdown @@ -71,4 +71,4 @@ Describes the clone present in Nutanix Database Service * `linked_databases`: linked databases within database instance * `databases`: database for a cloned instance -See detailed information in [NDB Clone](https://www.nutanix.dev/api_references/ndb/#/2f225874df95a-get-clone-by-value-type). \ No newline at end of file +See detailed information in [NDB Clone](https://www.nutanix.dev/api_references/ndb/#/fd37879a2d8c0-get-clone-by-value-type). \ No newline at end of file diff --git a/website/docs/d/ndb_clones.html.markdown b/website/docs/d/ndb_clones.html.markdown index db3272187..84e7a4a57 100644 --- a/website/docs/d/ndb_clones.html.markdown +++ b/website/docs/d/ndb_clones.html.markdown @@ -74,4 +74,4 @@ List all the clone present in Nutanix Database Service * `databases`: database for a cloned instance -See detailed information in [NDB Clones](https://www.nutanix.dev/api_references/ndb/#/fc568988b42e5-get-a-list-of-all-clones). \ No newline at end of file +See detailed information in [NDB Clones](https://www.nutanix.dev/api_references/ndb/#/02b17b417ac8a-get-a-list-of-all-clones). \ No newline at end of file diff --git a/website/docs/d/ndb_cluster.html.markdown b/website/docs/d/ndb_cluster.html.markdown index 77d5f4a87..22e43b9d3 100644 --- a/website/docs/d/ndb_cluster.html.markdown +++ b/website/docs/d/ndb_cluster.html.markdown @@ -62,4 +62,4 @@ The following attributes are exported: * `healthy`: - if healthy status -See detailed information in [NDB Cluster](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1NzY-get-cluster-by-id). +See detailed information in [NDB Cluster](https://www.nutanix.dev/api_references/ndb/#/b4f28e2f7b6a9-get-a-cluster-by-id). diff --git a/website/docs/d/ndb_clusters.html.markdown b/website/docs/d/ndb_clusters.html.markdown index 8ef7aacdf..1b4b7e3a0 100644 --- a/website/docs/d/ndb_clusters.html.markdown +++ b/website/docs/d/ndb_clusters.html.markdown @@ -57,4 +57,4 @@ The following attributes are exported for each cluster: * `entity_counts`: - no. of entities related * `healthy`: - if healthy status -See detailed information in [NDB Clusters](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1NzQ-get-all-clusters). +See detailed information in [NDB Clusters](https://www.nutanix.dev/api_references/ndb/#/b00cac8329db1-get-a-list-of-all-clusters). diff --git a/website/docs/d/ndb_database.html.markdown b/website/docs/d/ndb_database.html.markdown index 9bb69bbc8..93c6d7c9d 100644 --- a/website/docs/d/ndb_database.html.markdown +++ b/website/docs/d/ndb_database.html.markdown @@ -58,4 +58,4 @@ The following attributes are exported: * `linked_databases`: - list of databases created in instance with info -See detailed information in [Database Instance](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1NDA-get-a-database-using-id). +See detailed information in [Database Instance](https://www.nutanix.dev/api_references/ndb/#/7ea718d287345-get-the-database-by-value-type). diff --git a/website/docs/d/ndb_databases.html.markdown b/website/docs/d/ndb_databases.html.markdown index 774e41960..ce86078c0 100644 --- a/website/docs/d/ndb_databases.html.markdown +++ b/website/docs/d/ndb_databases.html.markdown @@ -56,4 +56,4 @@ The following attributes are exported for each database_instances: * `linked_databases`: - list of databases created in instance with info -See detailed information in [List Database Instances](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1MzY-get-all-source-databases). +See detailed information in [List Database Instances](https://www.nutanix.dev/api_references/ndb/#/1e508756bcdcc-get-all-the-databases). diff --git a/website/docs/d/ndb_profile.html.markdown b/website/docs/d/ndb_profile.html.markdown index d1db8b63d..bf9034f09 100644 --- a/website/docs/d/ndb_profile.html.markdown +++ b/website/docs/d/ndb_profile.html.markdown @@ -55,4 +55,4 @@ The following attributes are exported: * `cluster_availability`: - list of clusters availability * `nx_cluster_id`: - era cluster ID -See detailed information in [Nutanix Database Service Profile](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1MjY-get-all-profiles). +See detailed information in [Nutanix Database Service Profile](https://www.nutanix.dev/api_references/ndb/#/74ae456d63b24-get-all-profiles). diff --git a/website/docs/d/ndb_profiles.html.markdown b/website/docs/d/ndb_profiles.html.markdown index c8af10532..748e687e2 100644 --- a/website/docs/d/ndb_profiles.html.markdown +++ b/website/docs/d/ndb_profiles.html.markdown @@ -55,4 +55,4 @@ The following attributes are exported for each profile: * `cluster_availability`: - list of clusters availability * `nx_cluster_id`: - era cluster ID -See detailed information in [Nutanix Database Service Profiles](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1MjY-get-all-profiles). +See detailed information in [Nutanix Database Service Profiles](https://www.nutanix.dev/api_references/ndb/#/74ae456d63b24-get-all-profiles). diff --git a/website/docs/d/ndb_sla.html.markdown b/website/docs/d/ndb_sla.html.markdown index b71981b27..c15ed66c9 100644 --- a/website/docs/d/ndb_sla.html.markdown +++ b/website/docs/d/ndb_sla.html.markdown @@ -56,4 +56,4 @@ The following attributes are exported: -See detailed information in [Nutanix Database Service SLA](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1ODc-get-sla-by-id). +See detailed information in [Nutanix Database Service SLA](https://www.nutanix.dev/api_references/ndb/#/eabbbab3f7eff-get-sla-by-name). \ No newline at end of file diff --git a/website/docs/d/ndb_slas.html.markdown b/website/docs/d/ndb_slas.html.markdown index 33d2baa92..66f3a2d5a 100644 --- a/website/docs/d/ndb_slas.html.markdown +++ b/website/docs/d/ndb_slas.html.markdown @@ -49,4 +49,4 @@ Each sla in list exports following attributes: * `pitr_enabled`: - If point in time recovery enabled * `current_active_frequency`: - Current active frequency -See detailed information in [Nutanix Database Service SLAs](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1ODU-get-all-sl-as). +See detailed information in [Nutanix Database Service SLAs](https://www.nutanix.dev/api_references/ndb/#/fbcfae008ec2a-get-all-sl-as). diff --git a/website/docs/d/ndb_snapshot.html.markdown b/website/docs/d/ndb_snapshot.html.markdown index 8c3d44b15..34be6f664 100644 --- a/website/docs/d/ndb_snapshot.html.markdown +++ b/website/docs/d/ndb_snapshot.html.markdown @@ -73,4 +73,4 @@ Describes the snapshot present in Nutanix Database Service * `parent_snapshot`: parent snapshot * `snapshot_size`: snapshot size -See detailed information in [NDB Snapshot](https://www.nutanix.dev/api_references/ndb/#/f0844bb9b0dd4-get-snapshot-by-value-type). \ No newline at end of file +See detailed information in [NDB Snapshot](https://www.nutanix.dev/api_references/ndb/#/d50fb18097051-get-snapshot-by-value-type). \ No newline at end of file diff --git a/website/docs/d/ndb_snapshots.html.markdown b/website/docs/d/ndb_snapshots.html.markdown index e2d6d6a4b..2cb8cebd7 100644 --- a/website/docs/d/ndb_snapshots.html.markdown +++ b/website/docs/d/ndb_snapshots.html.markdown @@ -77,4 +77,4 @@ List all snapshots present in Nutanix Database Service * `snapshot_size`: snapshot size -See detailed information in [NDB Snapshots](https://www.nutanix.dev/api_references/ndb/#/e10c0725f8541-get-list-of-all-snapshots). \ No newline at end of file +See detailed information in [NDB Snapshots](https://www.nutanix.dev/api_references/ndb/#/d0b89ff892448-get-list-of-all-snapshots). \ No newline at end of file diff --git a/website/docs/d/ndb_time_machine.html.markdown b/website/docs/d/ndb_time_machine.html.markdown index f6fb399c8..6c79cf591 100644 --- a/website/docs/d/ndb_time_machine.html.markdown +++ b/website/docs/d/ndb_time_machine.html.markdown @@ -54,4 +54,4 @@ description: |- * `sla`: sla info * `schedule`: schedule info -See detailed information in [NDB Time Machine](https://www.nutanix.dev/api_references/ndb/#/cb7ba8c0c3284-get-time-machine-by-value-type) . \ No newline at end of file +See detailed information in [NDB Time Machine](https://www.nutanix.dev/api_references/ndb/#/5a3e0962ef442-get-time-machine-by-value-type). \ No newline at end of file diff --git a/website/docs/d/ndb_time_machine_capability.html.markdown b/website/docs/d/ndb_time_machine_capability.html.markdown index 795bc2e75..f81d98e7e 100644 --- a/website/docs/d/ndb_time_machine_capability.html.markdown +++ b/website/docs/d/ndb_time_machine_capability.html.markdown @@ -43,4 +43,4 @@ description: |- * `last_db_log`: last db log info * `last_continuous_snapshot`: last continuous snapshot info -See detailed information in [NDB Time Machine Capability](https://www.nutanix.dev/api_references/ndb/#/8f40c26af7837-get-capability-of-given-time-machine) . +See detailed information in [NDB Time Machine Capability](https://www.nutanix.dev/api_references/ndb/#/011b39e32bdc5-get-capability-of-given-time-machine) . diff --git a/website/docs/d/ndb_time_machines.html.markdown b/website/docs/d/ndb_time_machines.html.markdown index bd92348e7..e613ed261 100644 --- a/website/docs/d/ndb_time_machines.html.markdown +++ b/website/docs/d/ndb_time_machines.html.markdown @@ -52,4 +52,4 @@ List all time machines present in Nutanix Database Service * `schedule`: schedule info -See detailed information in [NDB Time Machines](https://www.nutanix.dev/api_references/ndb/#/256497800ee3c-get-list-of-all-time-machines) . \ No newline at end of file +See detailed information in [NDB Time Machines](https://www.nutanix.dev/api_references/ndb/#/e68ba687086ed-get-list-of-all-time-machines). \ No newline at end of file diff --git a/website/docs/d/network_security_rule.html.markdown b/website/docs/d/network_security_rule.html.markdown index cb5893a4e..307e6a9a5 100644 --- a/website/docs/d/network_security_rule.html.markdown +++ b/website/docs/d/network_security_rule.html.markdown @@ -125,4 +125,4 @@ The version attribute supports the following: * `product_name`: - Name of the producer/distribution of the image. For example windows or red hat. * `product_version`: - Version string for the disk image. -See detailed information in [Nutanix Security Rules](https://www.nutanix.dev/reference/prism_central/v3/api/network-security-rules/getnetworksecurityrulesuuid). +See detailed information in [Nutanix Security Rules](https://www.nutanix.dev/api_references/prism-central-v3/#/064cd0a641d8d-get-a-existing-network-security-rule). diff --git a/website/docs/d/pbr.html.markdown b/website/docs/d/pbr.html.markdown index 821004d35..bdf33ec13 100644 --- a/website/docs/d/pbr.html.markdown +++ b/website/docs/d/pbr.html.markdown @@ -89,4 +89,6 @@ The `vpc_reference` attributes supports the following: * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix Policy Based Routing](https://www.nutanix.dev/api_references/prism-central-v3/#/3506dc2d5ec27-get-a-existing-routing-policy). \ No newline at end of file diff --git a/website/docs/d/pbrs.html.markdown b/website/docs/d/pbrs.html.markdown index 171ef3370..236d2a39c 100644 --- a/website/docs/d/pbrs.html.markdown +++ b/website/docs/d/pbrs.html.markdown @@ -86,4 +86,6 @@ The `vpc_reference` attributes supports the following: * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix Policy Based Routings](https://www.nutanix.dev/api_references/prism-central-v3/#/81005f2996866-get-a-list-of-existing-routing-policies). \ No newline at end of file diff --git a/website/docs/d/permission.html.markdown b/website/docs/d/permission.html.markdown index a106353e2..543c376b4 100644 --- a/website/docs/d/permission.html.markdown +++ b/website/docs/d/permission.html.markdown @@ -83,4 +83,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Permission](https://www.nutanix.dev/reference/prism_central/v3/api/permissions/getpermissionsuuid/). +See detailed information in [Nutanix Permission](https://www.nutanix.dev/api_references/prism-central-v3/#/7f6065dfcebee-get-a-permission). diff --git a/website/docs/d/permissions.html.markdown b/website/docs/d/permissions.html.markdown index 3d6bddb05..3276a3bc1 100644 --- a/website/docs/d/permissions.html.markdown +++ b/website/docs/d/permissions.html.markdown @@ -70,4 +70,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Permissions](https://www.nutanix.dev/reference/prism_central/v3/api/permissions/postpermissionslist/). +See detailed information in [Nutanix Permissions](https://www.nutanix.dev/api_references/prism-central-v3/#/0fabd54b59459-list-the-permissions). diff --git a/website/docs/d/project.html.markdown b/website/docs/d/project.html.markdown index ba5ef6268..b256cdcd5 100644 --- a/website/docs/d/project.html.markdown +++ b/website/docs/d/project.html.markdown @@ -214,4 +214,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Project](https://www.nutanix.dev/reference/prism_central/v3/api/projects/getprojectsuuid/). +See detailed information in [Nutanix Project](https://www.nutanix.dev/api_references/prism-central-v3/#/81f93ec6d7685-get-a-existing-project). diff --git a/website/docs/d/projects.html.markdown b/website/docs/d/projects.html.markdown index b6c0ce797..fafa9d3ee 100644 --- a/website/docs/d/projects.html.markdown +++ b/website/docs/d/projects.html.markdown @@ -109,4 +109,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Projects](https://www.nutanix.dev/reference/prism_central/v3/api/projects/postprojectslist). +See detailed information in [Nutanix Projects](https://www.nutanix.dev/api_references/prism-central-v3/#/226263506f77a-get-a-list-of-existing-projects). diff --git a/website/docs/d/protection_rule.markdown b/website/docs/d/protection_rule.markdown index 6ca7e1cc1..ad4fdf6f4 100644 --- a/website/docs/d/protection_rule.markdown +++ b/website/docs/d/protection_rule.markdown @@ -103,4 +103,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - (Optional) the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Protection Rule](https://www.nutanix.dev/reference/prism_central/v3/api/protection-rules/getprotectionrulesuuid/). +See detailed information in [Nutanix Protection Rule](https://www.nutanix.dev/api_references/prism-central-v3/#/0a291d36f8ddb-get-details-for-a-protection-rule). diff --git a/website/docs/d/protection_rules.markdown b/website/docs/d/protection_rules.markdown index 8fb83eeb3..184ac9fbf 100644 --- a/website/docs/d/protection_rules.markdown +++ b/website/docs/d/protection_rules.markdown @@ -80,4 +80,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Protection Rules](https://www.nutanix.dev/reference/prism_central/v3/api/projects/postprojectslist). +See detailed information in [Nutanix Protection Rules](https://www.nutanix.dev/api_references/prism-central-v3/#/23ee168cb0310-get-protection-rules). diff --git a/website/docs/d/recovery_plan.markdown b/website/docs/d/recovery_plan.markdown index 04a709690..4815c764b 100644 --- a/website/docs/d/recovery_plan.markdown +++ b/website/docs/d/recovery_plan.markdown @@ -148,4 +148,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - (Optional) the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Recovery Plan](https://www.nutanix.dev/reference/prism_central/v3/api/recovery-plans/getrecoveryplansuuid/). +See detailed information in [Nutanix Recovery Plan](https://www.nutanix.dev/api_references/prism-central-v3/#/c0f7aec6fa82b-get-recovery-plan). diff --git a/website/docs/d/recovery_plans.markdown b/website/docs/d/recovery_plans.markdown index 188cd70fa..41931e718 100644 --- a/website/docs/d/recovery_plans.markdown +++ b/website/docs/d/recovery_plans.markdown @@ -132,4 +132,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Recovery Plans](https://www.nutanix.dev/reference/prism_central/v3/api/recovery-plans/postrecoveryplanslist/). +See detailed information in [Nutanix Recovery Plans](https://www.nutanix.dev/api_references/prism-central-v3/#/9cca00127f172-list-the-recovery-plans). diff --git a/website/docs/d/role.html.markdown b/website/docs/d/role.html.markdown index 06ff6a23a..34f0761ca 100644 --- a/website/docs/d/role.html.markdown +++ b/website/docs/d/role.html.markdown @@ -82,4 +82,4 @@ The `project_reference`, `owner_reference` attributes supports the following: For `permission_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Roles](https://www.nutanix.dev/reference/prism_central/v3/api/roles/). +See detailed information in [Nutanix Roles](https://www.nutanix.dev/api_references/prism-central-v3/#/ec08f6cda56f0-get-a-role). diff --git a/website/docs/d/roles.html.markdown b/website/docs/d/roles.html.markdown index 8b4fa2178..ed4cbc4e8 100644 --- a/website/docs/d/roles.html.markdown +++ b/website/docs/d/roles.html.markdown @@ -72,4 +72,4 @@ The `project_reference`, `owner_reference` attributes supports the following: For `permission_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Roles](https://www.nutanix.dev/reference/prism_central/v3/api/roles/). +See detailed information in [Nutanix Roles](https://www.nutanix.dev/api_references/prism-central-v3/#/3de7424ca8221-list-the-roles). diff --git a/website/docs/d/static_routes.html.markdown b/website/docs/d/static_routes.html.markdown index 638ff996d..23682394e 100644 --- a/website/docs/d/static_routes.html.markdown +++ b/website/docs/d/static_routes.html.markdown @@ -86,4 +86,6 @@ The `external_subnet_reference` attributes supports the following: * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix Static Route](https://www.nutanix.dev/api_references/prism-central-v3/#/c936631dbba81-get-a-existing-vpc-route-table). \ No newline at end of file diff --git a/website/docs/d/subnet.html.markdown b/website/docs/d/subnet.html.markdown index 6e71a7198..be755e23b 100644 --- a/website/docs/d/subnet.html.markdown +++ b/website/docs/d/subnet.html.markdown @@ -123,4 +123,4 @@ attributes supports the following: Note: `cluster_reference`, `subnet_reference` does not support the attribute `name` -See detailed information in [Nutanix Subnet](https://www.nutanix.dev/reference/prism_central/v3/api/subnets/getsubnetsuuid/). +See detailed information in [Nutanix Subnet](https://www.nutanix.dev/api_references/prism-central-v3/#/8ae4f57e0b772-get-a-existing-subnet). diff --git a/website/docs/d/subnets.html.markdown b/website/docs/d/subnets.html.markdown index 8ec161c3a..82e5c9d24 100644 --- a/website/docs/d/subnets.html.markdown +++ b/website/docs/d/subnets.html.markdown @@ -82,4 +82,4 @@ attributes supports the following: Note: `cluster_reference`, `subnet_reference` does not support the attribute `name` -See detailed information in [Nutanix Subnets](https://www.nutanix.dev/reference/prism_central/v3/api/subnets/postsubnetslist/). +See detailed information in [Nutanix Subnets](https://www.nutanix.dev/api_references/prism-central-v3/#/30ce5964c8d60-get-a-list-of-existing-subnets). diff --git a/website/docs/d/user.html.markdown b/website/docs/d/user.html.markdown index 33cbbf5c8..23a6ff4db 100644 --- a/website/docs/d/user.html.markdown +++ b/website/docs/d/user.html.markdown @@ -105,4 +105,4 @@ The `project_reference`, `owner_reference`, `role_reference` `directory_service_ For `access_control_policy_reference_list` and `project_reference_list` are the same as reference but used as list. -See detailed information in [Nutanix Users](https://www.nutanix.dev/reference/prism_central/v3/api/users/). +See detailed information in [Nutanix User](https://www.nutanix.dev/api_references/prism-central-v3/#/ecd7af99958eb-get-a-existing-user). diff --git a/website/docs/d/user_group.html.markdown b/website/docs/d/user_group.html.markdown index 3cc1fdb89..ce93814e0 100644 --- a/website/docs/d/user_group.html.markdown +++ b/website/docs/d/user_group.html.markdown @@ -94,4 +94,4 @@ The `project_reference`, `owner_reference`, `role_reference` `directory_service_ For `access_control_policy_reference_list` and `project_reference_list` are the same as reference but used as list. -See detailed information in [Nutanix Users](https://www.nutanix.dev/reference/prism_central/v3/api/user-groups/). +See detailed information in [Nutanix Users](https://www.nutanix.dev/api_references/prism-central-v3/#/ec9f993c00b11-get-a-existing-user-group). diff --git a/website/docs/d/user_groups.html.markdown b/website/docs/d/user_groups.html.markdown index 70a7b229c..92fe84a20 100644 --- a/website/docs/d/user_groups.html.markdown +++ b/website/docs/d/user_groups.html.markdown @@ -75,4 +75,4 @@ The `project_reference`, `owner_reference`, `role_reference` `directory_service_ For `access_control_policy_reference_list` and `project_reference_list` are the same as reference but used as list. -See detailed information in [Nutanix Users](https://www.nutanix.dev/reference/prism_central/v3/api/user-groups/). +See detailed information in [Nutanix Users](https://www.nutanix.dev/api_references/prism-central-v3/#/6016c890e9122-get-a-list-of-existing-user-groups). diff --git a/website/docs/d/users.html.markdown b/website/docs/d/users.html.markdown index 78f9e4b42..908a47ccf 100644 --- a/website/docs/d/users.html.markdown +++ b/website/docs/d/users.html.markdown @@ -94,4 +94,4 @@ The `project_reference`, `owner_reference`, `role_reference` `directory_service_ For `access_control_policy_reference_list` and `project_reference_list` are the same as reference but used as list. -See detailed information in [Nutanix Users](https://www.nutanix.dev/reference/prism_central/v3/api/users/). +See detailed information in [Nutanix Users](https://www.nutanix.dev/api_references/prism-central-v3/#/7ddb9e0b5e5df-get-a-list-of-existing-users). diff --git a/website/docs/d/virtual_machine.html.markdown b/website/docs/d/virtual_machine.html.markdown index 63578e910..188b77f57 100644 --- a/website/docs/d/virtual_machine.html.markdown +++ b/website/docs/d/virtual_machine.html.markdown @@ -81,7 +81,7 @@ The following attributes are exported: * `guest_customization_is_overridable`: - Flag to allow override of customization by deployer. * `guest_customization_cloud_init_custom_key_values`: - Generic key value pair used for custom attributes in cloud init. * `guest_customization_sysprep`: - VM guests may be customized at boot time using one of several different methods. Currently, cloud-init w/ ConfigDriveV2 (for Linux VMs) and Sysprep (for Windows VMs) are supported. Only ONE OF sysprep or cloud_init should be provided. Note that guest customization can currently only be set during VM creation. Attempting to change it after creation will result in an error. Additional properties can be specified. For example - in the context of VM template creation if \"override_script\" is set to \"True\" then the deployer can upload their own custom script. -* `guest_customization_sysrep_custom_key_values`: - Generic key value pair used for custom attributes in sysrep. +* `guest_customization_sysprep_custom_key_values`: - Generic key value pair used for custom attributes in sysprep. * `should_fail_on_script_failure`: - Extra configs related to power state transition. Indicates whether to abort ngt shutdown/reboot if script fails. * `enable_script_exec`: - Extra configs related to power state transition. Indicates whether to execute set script before ngt shutdown/reboot. * `power_state_mechanism`: - Indicates the mechanism guiding the VM power state transition. Currently used for the transition to \"OFF\" state. Power state mechanism (ACPI/GUEST/HARD). @@ -224,6 +224,6 @@ The `project_reference`, `owner_reference`, `availability_zone_reference`, `netw * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. +* `uuid`: - the UUID. -See detailed information in [Nutanix Virtual Machine](http://developer.nutanix.com/reference/prism_central/v3/#vms). +See detailed information in [Nutanix Virtual Machine](https://www.nutanix.dev/api_references/prism-central-v3/#/1602a9bd46e70-get-an-existing-vm). diff --git a/website/docs/d/vpc.html.markdown b/website/docs/d/vpc.html.markdown index de05e6b64..14f504a75 100644 --- a/website/docs/d/vpc.html.markdown +++ b/website/docs/d/vpc.html.markdown @@ -95,4 +95,6 @@ The `host_reference`, `external_subnet_reference` attributes supports the follo * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix VPC](https://www.nutanix.dev/api_references/prism-central-v3/#/1f75cfa326e6c-get-a-existing-vpc). \ No newline at end of file diff --git a/website/docs/d/vpcs.html.markdown b/website/docs/d/vpcs.html.markdown index 3e7b1b813..4f955952b 100644 --- a/website/docs/d/vpcs.html.markdown +++ b/website/docs/d/vpcs.html.markdown @@ -88,4 +88,6 @@ The `host_reference`, `external_subnet_reference` attributes supports the follo * `kind`: - The kind name (Default value: project). * `name`: - the name. -* `uud`: - the UUID. \ No newline at end of file +* `uuid`: - the UUID. + +See detailed information in [Nutanix VPCs](https://www.nutanix.dev/api_references/prism-central-v3/#/66f54e0e5ae08-get-a-list-of-existing-vp-cs). \ No newline at end of file diff --git a/website/docs/r/access_control_policy.html.markdown b/website/docs/r/access_control_policy.html.markdown index fb417cd58..ede937665 100644 --- a/website/docs/r/access_control_policy.html.markdown +++ b/website/docs/r/access_control_policy.html.markdown @@ -161,4 +161,4 @@ The `project_reference`, `owner_reference`, `role_reference` attributes supports For `user_reference_list` and `user_group_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/reference/prism_central/v3/api/access-control-policies/). +See detailed information in [Nutanix Access Control Policies](https://www.nutanix.dev/api_references/prism-central-v3/#/f3bc322961d79-create-a-new-access-control-policy). diff --git a/website/docs/r/address_group.html.markdown b/website/docs/r/address_group.html.markdown index cd3ea5f72..6dd1a0266 100644 --- a/website/docs/r/address_group.html.markdown +++ b/website/docs/r/address_group.html.markdown @@ -41,4 +41,4 @@ The ip_address_block_list argument supports the following: * `ip`: - (Required) IP of the address block * `prefix_length`: - (Required) Prefix length of address block in int -See detailed information in [Nutanix Address Groups](https://www.nutanix.dev/reference/prism_central/v3/api/address-groups/postaddressgroups). +See detailed information in [Nutanix Address Groups](https://www.nutanix.dev/api_references/prism-central-v3/#/5ccef53a546a4-create-a-new-address-group). diff --git a/website/docs/r/category_key.markdown b/website/docs/r/category_key.markdown index 0fcbad31d..d44bf3173 100644 --- a/website/docs/r/category_key.markdown +++ b/website/docs/r/category_key.markdown @@ -33,4 +33,4 @@ The following attributes are exported: * `system_defined`: - Specifying whether its a system defined category. * `api_version` - (Optional) The version of the API. -See detailed information in [Nutanix Image](https://nutanix.github.io/Automation/experimental/swagger-redoc-sandbox/#tag/category/paths/~1categories~1{name}/get). +See detailed information in [Nutanix Category Key](https://www.nutanix.dev/api_references/prism-central-v3/#/c67191febf803-create-or-update-a-category-key). diff --git a/website/docs/r/category_value.markdown b/website/docs/r/category_value.markdown index feccc1b24..be7737774 100644 --- a/website/docs/r/category_value.markdown +++ b/website/docs/r/category_value.markdown @@ -41,4 +41,4 @@ The following attributes are exported: * `system_defined`: - Specifying whether its a system defined category. * `api_version` - (Optional) The version of the API. -See detailed information in [Nutanix Image](http://developer.nutanix.com/reference/prism_central/v3/#category). +See detailed information in [Nutanix Category Value](https://www.nutanix.dev/api_references/prism-central-v3/#/7032d646db45b-create-or-update-a-category-value). diff --git a/website/docs/r/floating_ip.html.markdown b/website/docs/r/floating_ip.html.markdown index e655c005d..0e2e29e0f 100644 --- a/website/docs/r/floating_ip.html.markdown +++ b/website/docs/r/floating_ip.html.markdown @@ -59,4 +59,6 @@ The metadata attribute exports the following: * `spec_version`: - Version number of the latest spec. * `spec_hash`: - Hash of the spec. This will be returned from server. * `name`: - subnet name. -* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. \ No newline at end of file +* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. + +See detailed information in [Nutanix Floating IP](https://www.nutanix.dev/api_references/prism-central-v3/#/a9e06d3bba013-create-a-new-floating-ip). \ No newline at end of file diff --git a/website/docs/r/foundation_central_api_key.html.markdown b/website/docs/r/foundation_central_api_key.html.markdown index cf0b2f44f..7abbe1015 100644 --- a/website/docs/r/foundation_central_api_key.html.markdown +++ b/website/docs/r/foundation_central_api_key.html.markdown @@ -36,4 +36,4 @@ The following attributes are exported: * `current_time`: Current time of Foundation Central. -See detailed information in [Nutanix Foundation Central Create an API Key](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3MzM-create-an-api-key). \ No newline at end of file +See detailed information in [Nutanix Foundation Central Create an API Key](https://www.nutanix.dev/api_references/foundation-central/#/c2e963769f299-create-an-api-key). \ No newline at end of file diff --git a/website/docs/r/foundation_central_image_cluster.html.markdown b/website/docs/r/foundation_central_image_cluster.html.markdown index 9624149c0..13b7cc285 100644 --- a/website/docs/r/foundation_central_image_cluster.html.markdown +++ b/website/docs/r/foundation_central_image_cluster.html.markdown @@ -160,4 +160,4 @@ Incase of error in any individual node or cluster, terraform will error our afte * `Update` : - Resource will trigger new resource create call for any kind of update in resource config. * `delete` : - Resource will be deleted from Foundation Central deployment history. For Actual Cluster delete , manually destroy the cluster. -See detailed information in [Nutanix Foundation Central Create a Cluster](https://www.nutanix.dev/api_references/foundation-central/#/b3A6MjIyMjI3NDE-request-to-create-a-cluster). \ No newline at end of file +See detailed information in [Nutanix Foundation Central Create a Cluster](https://www.nutanix.dev/api_references/foundation-central/#/cba507f282927-request-to-create-a-cluster). \ No newline at end of file diff --git a/website/docs/r/image.html.markdown b/website/docs/r/image.html.markdown index e659ec2fd..f8c2cc14d 100644 --- a/website/docs/r/image.html.markdown +++ b/website/docs/r/image.html.markdown @@ -75,4 +75,4 @@ The `project_reference`, `owner_reference`, `availability_zone_reference`, attri * `name`: - the name(Optional). * `uuid`: - the UUID(Required). -See detailed information in [Nutanix Image](http://developer.nutanix.com/reference/prism_central/v3/#images). +See detailed information in [Nutanix Image](https://www.nutanix.dev/api_references/prism-central-v3/#/be55b65efba86-create-a-new-image). diff --git a/website/docs/r/karbon_cluster.html.markdown b/website/docs/r/karbon_cluster.html.markdown index c2b3fdd0c..94163d0bb 100644 --- a/website/docs/r/karbon_cluster.html.markdown +++ b/website/docs/r/karbon_cluster.html.markdown @@ -212,4 +212,4 @@ The `etcd_node_pool`, `master_node_pool`, `worker_node_pool` attribute supports **Note:** Updates to this attribute forces new resource creation. -See detailed information in [Nutanix Karbon Cluster](https://www.nutanix.dev/reference/karbon/api-reference/cluster/). +See detailed information in [Nutanix Karbon Cluster](https://www.nutanix.dev/api_references/nke/#/895c7a174c68b-create-a-new-kubernetes-cluster). diff --git a/website/docs/r/karbon_cluster_worker_nodepool.html.markdown b/website/docs/r/karbon_cluster_worker_nodepool.html.markdown index 6566934f1..d4ec0e561 100644 --- a/website/docs/r/karbon_cluster_worker_nodepool.html.markdown +++ b/website/docs/r/karbon_cluster_worker_nodepool.html.markdown @@ -82,4 +82,4 @@ The following attributes are exported: * delete -See detailed information in [Add Node Pool in NKE](https://www.nutanix.dev/api_references/nke/#/5e68a51e9d3fa-add-a-node-pool-to-a-k8s-cluster) +See detailed information in [Add Node Pool in NKE](https://www.nutanix.dev/api_references/nke/#/c78e2e6b9d9a4-add-a-node-pool-to-a-kubernetes-cluster) diff --git a/website/docs/r/karbon_private_registry.html.markdown b/website/docs/r/karbon_private_registry.html.markdown index 68568c700..930fc675e 100644 --- a/website/docs/r/karbon_private_registry.html.markdown +++ b/website/docs/r/karbon_private_registry.html.markdown @@ -39,4 +39,4 @@ The following attributes are exported: * `endpoint`: - Endpoint of the private in format `url:port`. -See detailed information in [Nutanix Karbon Registry](https://www.nutanix.dev/reference/karbon/api-reference/registry/). +See detailed information in [Nutanix Karbon Registry](https://www.nutanix.dev/api_references/nke/#/1ac891e63bef8-create-the-private-registry-entry-in-nke-with-the-provided-configuration-api-format-https-server-nutanix-com-9440-karbon-v1-alpha-1-registries). diff --git a/website/docs/r/ndb_clone.html.markdown b/website/docs/r/ndb_clone.html.markdown index e77ddc96b..3433deba0 100644 --- a/website/docs/r/ndb_clone.html.markdown +++ b/website/docs/r/ndb_clone.html.markdown @@ -117,5 +117,5 @@ Structure for each action argument in actionarguments list: * `linked_databases`: linked databases within database instance -See detailed information in [NDB Database Instance](https://www.nutanix.dev/api_references/ndb/#/9a50106e42347-create-clone-using-given-time-machine) . +See detailed information in [NDB Clone](https://www.nutanix.dev/api_references/ndb/#/a1f08020e7a9e-create-clone-using-given-time-machine) . diff --git a/website/docs/r/ndb_clone_refresh.html.markdown b/website/docs/r/ndb_clone_refresh.html.markdown index 70b432ba9..0f5257b54 100644 --- a/website/docs/r/ndb_clone_refresh.html.markdown +++ b/website/docs/r/ndb_clone_refresh.html.markdown @@ -36,4 +36,6 @@ Provides a resource to perform the refresh clone of database based on the input * `clone_id`: (Required) clone id * `snapshot_id`: (Optional) snapshot id where clone has to be refreshed * `user_pitr_stamp`: (Optional) Point in time recovery where clone has to be refreshed -* `timezone`: (Optional) timezone. Default is Asia/Calcutta. \ No newline at end of file +* `timezone`: (Optional) timezone. Default is Asia/Calcutta. + +See detailed information in [NDB Clone Refresh](https://www.nutanix.dev/api_references/ndb/#/d4e53fff274fa-start-refresh-operation-for-the-given-clone). diff --git a/website/docs/r/ndb_cluster.html.markdown b/website/docs/r/ndb_cluster.html.markdown index c3b0faf74..68fe53283 100644 --- a/website/docs/r/ndb_cluster.html.markdown +++ b/website/docs/r/ndb_cluster.html.markdown @@ -99,4 +99,6 @@ The following attributes are exported: * `resource_config`: - resource related consumption info * `management_server_info`: - NA * `entity_counts`: - no. of entities related -* `healthy`: - if healthy status \ No newline at end of file +* `healthy`: - if healthy status + +See detailed information in [NDB Cluster](https://www.nutanix.dev/api_references/ndb/#/1f392bec2e58b-update-the-given-cluster). diff --git a/website/docs/r/ndb_database.html.markdown b/website/docs/r/ndb_database.html.markdown index 2ad3217f6..b920f38c0 100644 --- a/website/docs/r/ndb_database.html.markdown +++ b/website/docs/r/ndb_database.html.markdown @@ -512,4 +512,4 @@ The postgresql_info attribute supports the following: * `Update` : - Currently only update of instance's name and description is supported using this resource -See detailed information in [NDB Database Instance](https://www.nutanix.dev/api_references/era/#/b3A6MjIyMjI1Mzg-provision-a-database). +See detailed information in [NDB Database Instance](https://www.nutanix.dev/api_references/ndb/#/9d9eee4304496-provision-a-database). diff --git a/website/docs/r/ndb_database_restore.html.markdown b/website/docs/r/ndb_database_restore.html.markdown index 4f1c611f0..711f8f664 100644 --- a/website/docs/r/ndb_database_restore.html.markdown +++ b/website/docs/r/ndb_database_restore.html.markdown @@ -66,4 +66,4 @@ Provides a resource to restore the database instance based on the input paramete * `linked_databases`: linked databases within database instance -See detailed information in [NDB Database Restore](https://www.nutanix.dev/api_references/ndb/#/90eb0c2f2da21-restore-database) . \ No newline at end of file +See detailed information in [NDB Database Restore](https://www.nutanix.dev/api_references/ndb/#/215deb77fba60-restore-database). \ No newline at end of file diff --git a/website/docs/r/ndb_database_snapshot.html.markdown b/website/docs/r/ndb_database_snapshot.html.markdown index 0bc549f39..ead9c6182 100644 --- a/website/docs/r/ndb_database_snapshot.html.markdown +++ b/website/docs/r/ndb_database_snapshot.html.markdown @@ -83,4 +83,4 @@ Provides a resource to perform the snapshot for database instance based on the i * `snapshot_size`: snapshot size -See detailed information in [NDB Database Snapshot](https://www.nutanix.dev/api_references/ndb/#/7f53689342db9-take-snapshot) . \ No newline at end of file +See detailed information in [NDB Database Snapshot](https://www.nutanix.dev/api_references/ndb/#/ca9e7ed109f08-take-snapshot). \ No newline at end of file diff --git a/website/docs/r/ndb_log_catchups.html.markdown b/website/docs/r/ndb_log_catchups.html.markdown index 1e0fe761d..052de5707 100644 --- a/website/docs/r/ndb_log_catchups.html.markdown +++ b/website/docs/r/ndb_log_catchups.html.markdown @@ -31,4 +31,4 @@ Provides a resource to perform the log cactup for database instance based on the * `log_catchup_version`: (Optional) it helps to perform same operation with same config. -See detailed information in [NDB Log Catchups](https://www.nutanix.dev/api_references/ndb/#/6f54fedbb2e07-start-log-catchup-for-given-time-machine) . \ No newline at end of file +See detailed information in [NDB Log Catchups](https://www.nutanix.dev/api_references/ndb/#/6100cd9959e52-start-log-catchup-for-given-time-machine) . \ No newline at end of file diff --git a/website/docs/r/ndb_profiles.html.markdown b/website/docs/r/ndb_profiles.html.markdown index 61eb6ce85..66b6f70c3 100644 --- a/website/docs/r/ndb_profiles.html.markdown +++ b/website/docs/r/ndb_profiles.html.markdown @@ -197,4 +197,4 @@ Sets the number of disk-page buffers in shared memory for WAL. The amount of sha * `cluster_availability`: cluster availability of profile -See detailed information in [NDB Profiles](https://www.nutanix.dev/api_references/ndb/#/a626231269b79-create-a-profile) . +See detailed information in [NDB Profiles](https://www.nutanix.dev/api_references/ndb/#/467d68a88c0d2-create-a-profile) . diff --git a/website/docs/r/ndb_register_database.html.markdown b/website/docs/r/ndb_register_database.html.markdown index ef6fdc359..a952f88cb 100644 --- a/website/docs/r/ndb_register_database.html.markdown +++ b/website/docs/r/ndb_register_database.html.markdown @@ -268,4 +268,4 @@ Structure for each action argument in actionarguments list: * `linked_databases`: linked databases within database instance -See detailed information in [NDB Register Database](https://www.nutanix.dev/api_references/ndb/#/00afd58e263e8-register-an-existing-database). \ No newline at end of file +See detailed information in [NDB Register Database](https://www.nutanix.dev/api_references/ndb/#/40355715d4188-register-an-existing-database). \ No newline at end of file diff --git a/website/docs/r/ndb_sla.html.markdown b/website/docs/r/ndb_sla.html.markdown index 81d840bbb..523762d8d 100644 --- a/website/docs/r/ndb_sla.html.markdown +++ b/website/docs/r/ndb_sla.html.markdown @@ -50,4 +50,4 @@ Provides a resource to create SLAs based on the input parameters. * `current_active_frequency`: slas current frequency -See detailed information in [NDB SLA](https://www.nutanix.dev/api_references/ndb/#/a0c17eca8b34f-create-sla-from-ndb-service). +See detailed information in [NDB SLA](https://www.nutanix.dev/api_references/ndb/#/2fbbab4326e22-create-sla-from-ndb-service). diff --git a/website/docs/r/ndb_software_profile_version.html.markdown b/website/docs/r/ndb_software_profile_version.html.markdown index f779d6662..a209bc560 100644 --- a/website/docs/r/ndb_software_profile_version.html.markdown +++ b/website/docs/r/ndb_software_profile_version.html.markdown @@ -74,5 +74,5 @@ Provides a resource to create software profile versions based on the input param * `value`: value of property * `secure`: secure or not -See detailed information in [NDB Profile version](https://www.nutanix.dev/api_references/ndb/#/424c8db255367-create-profile-version). +See detailed information in [NDB Profile version](https://www.nutanix.dev/api_references/ndb/#/351a7caf34bbb-create-profile-version). diff --git a/website/docs/r/network_security_rule.html.markdown b/website/docs/r/network_security_rule.html.markdown index 06d5e95f4..8d682f039 100644 --- a/website/docs/r/network_security_rule.html.markdown +++ b/website/docs/r/network_security_rule.html.markdown @@ -420,4 +420,4 @@ The `project_reference`, `owner_reference`, `availability_zone_reference`, `clus * `name`: - the name(Optional). * `uuid`: - the UUID(Required). -See detailed information in [Nutanix Network Security Rule](https://www.nutanix.dev/reference/prism_central/v3/api/network-security-rules/postnetworksecurityrules/). +See detailed information in [Nutanix Network Security Rule](https://www.nutanix.dev/api_references/prism-central-v3/#/8e7c7fb305664-create-a-new-network-security-rule). diff --git a/website/docs/r/pbr.html.markdown b/website/docs/r/pbr.html.markdown index 8cbf8b5d5..d55018737 100644 --- a/website/docs/r/pbr.html.markdown +++ b/website/docs/r/pbr.html.markdown @@ -129,4 +129,6 @@ The metadata attribute exports the following: * `spec_version`: - Version number of the latest spec. * `spec_hash`: - Hash of the spec. This will be returned from server. * `name`: - subnet name. -* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. \ No newline at end of file +* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. + +See detailed information in [Nutanix Policy Based Routing](https://www.nutanix.dev/api_references/prism-central-v3/#/18a0dab82342c-create-a-new-routing-policy) \ No newline at end of file diff --git a/website/docs/r/project.markdown b/website/docs/r/project.markdown index f7d71dd7b..ea853e1b1 100644 --- a/website/docs/r/project.markdown +++ b/website/docs/r/project.markdown @@ -362,4 +362,4 @@ The `project_reference`, `owner_reference` attributes supports the following: Note: Few attributes which are added to support ACPs for Project are dependent on PC version. Features such as VPC, Cluster Reference requires pc2022.4 while Tunnel Reference requires pc2022.6 . -See detailed information in [Nutanix Project](https://www.nutanix.dev/reference/prism_central/v3/api/projects/postprojects/). +See detailed information in [Nutanix Project](https://www.nutanix.dev/api_references/prism-central-v3/#/8411486d42e4a-create-a-new-project). diff --git a/website/docs/r/protection_rule.markdown b/website/docs/r/protection_rule.markdown index 936743e17..d166b9e62 100644 --- a/website/docs/r/protection_rule.markdown +++ b/website/docs/r/protection_rule.markdown @@ -96,4 +96,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - (Optional) the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Protection Rule](https://www.nutanix.dev/reference/prism_central/v3/api/protection-rules/postprotectionrules/). +See detailed information in [Nutanix Protection Rule](https://www.nutanix.dev/api_references/prism-central-v3/#/12178b365f428-create-a-protection-rule). diff --git a/website/docs/r/recovery_plan.markdown b/website/docs/r/recovery_plan.markdown index 3d69ce0da..ff0a34d11 100644 --- a/website/docs/r/recovery_plan.markdown +++ b/website/docs/r/recovery_plan.markdown @@ -145,4 +145,4 @@ The `project_reference`, `owner_reference` attributes supports the following: * `name` - (Optional) the name. * `uuid` - (Required) the UUID. -See detailed information in [Nutanix Recovery Plan](https://www.nutanix.dev/reference/prism_central/v3/api/recovery-plans/postrecoveryplans/). +See detailed information in [Nutanix Recovery Plan](https://www.nutanix.dev/api_references/prism-central-v3/#/5fec7d2f52da8-create-recovery-plan). diff --git a/website/docs/r/role.html.markdown b/website/docs/r/role.html.markdown index d04518022..b7a676279 100644 --- a/website/docs/r/role.html.markdown +++ b/website/docs/r/role.html.markdown @@ -79,4 +79,4 @@ The `project_reference`, `owner_reference` attributes supports the following: For `permission_reference_list` are the same as reference but used as array. -See detailed information in [Nutanix Roles](https://www.nutanix.dev/reference/prism_central/v3/api/roles/). +See detailed information in [Nutanix Roles](https://www.nutanix.dev/api_references/prism-central-v3/#/acde86df0c657-create-a-role). diff --git a/website/docs/r/service_group.html.markdown b/website/docs/r/service_group.html.markdown index 9e6488a0c..bbf61dfda 100644 --- a/website/docs/r/service_group.html.markdown +++ b/website/docs/r/service_group.html.markdown @@ -71,4 +71,4 @@ The udp_port_range_list attribute supports the following: * `start_port`: - (Optional) Start Port (Int) * `end_port` - (Optional) End Port (Int) -See detailed information in [Nutanix Service Groups](https://www.nutanix.dev/reference/prism_central/v3/api/service-groups/postservicegroups). +See detailed information in [Nutanix Service Groups](https://www.nutanix.dev/api_references/prism-central-v3/#/38492a5cb53e2-create-a-new-service-group). diff --git a/website/docs/r/static_routes.html.markdown b/website/docs/r/static_routes.html.markdown index 6c9f31d08..5e22f819e 100644 --- a/website/docs/r/static_routes.html.markdown +++ b/website/docs/r/static_routes.html.markdown @@ -90,4 +90,6 @@ Static Route can be managed but there is no destroy for resource. To delete the resource "nutanix_static_routes" "scn" { vpc_uuid = "{{vpc_uuid}}" } -``` \ No newline at end of file +``` + +See detailed information in [Nutanix Static Routes](https://www.nutanix.dev/api_references/prism-central-v3/#/56796ae9af040-update-a-existing-vpc-route-table). \ No newline at end of file diff --git a/website/docs/r/subnet.html.markdown b/website/docs/r/subnet.html.markdown index 03004c5e9..66db78021 100644 --- a/website/docs/r/subnet.html.markdown +++ b/website/docs/r/subnet.html.markdown @@ -61,10 +61,15 @@ resource "nutanix_subnet" "next-iac-managed" { * `subnet_ip`: - (Optional) Subnet IP address. * `dhcp_server_address`: - (Optional) Host address. * `dhcp_server_address_port`: - (Optional) Port Number. +* `ip_config_pool_list_ranges`: -(Optional) Range of IPs. * `dhcp_options`: - (Optional) Spec for defining DHCP options. -* `dhcp_domain_search_list`: - (Optional). -* `vlan_id`: - (Optional). +* `dhcp_domain_search_list`: - (Optional).The DNS domain search list . +* `dhcp_domain_name_server_list`: - (Optional). List of Domain Name Server addresses . +* `vlan_id`: - (Optional). For VLAN subnet. * `network_function_chain_reference`: - (Optional) The reference to a network_function_chain. +* `vpc_reference_uuid`: (Optional) VPC reference uuid +* `is_external`: - (Optional) Whether the subnet is external subnet or not. +* `enable_nat`: - (Optional) Whether NAT should be performed for VPCs attaching to the subnet. This field is supported only for external subnets. NAT is enabled by default on external subnets. ## Attributes Reference @@ -105,4 +110,4 @@ attributes supports the following: Note: `subnet_reference` does not support the attribute `name` -See detailed information in [Nutanix Subnet](http://developer.nutanix.com/reference/prism_central/v3/#definitions-subnet_resources). +See detailed information in [Nutanix Subnet](https://www.nutanix.dev/api_references/prism-central-v3/#/0cc5a30420b29-create-a-new-subnet). diff --git a/website/docs/r/user.html.markdown b/website/docs/r/user.html.markdown index f9a99a442..44cf424c6 100644 --- a/website/docs/r/user.html.markdown +++ b/website/docs/r/user.html.markdown @@ -108,4 +108,4 @@ The `project_reference`, `owner_reference`, `role_reference` `directory_service_ For `access_control_policy_reference_list` and `project_reference_list` are the same as reference but used as list. -See detailed information in [Nutanix Users](https://www.nutanix.dev/reference/prism_central/v3/api/users/). +See detailed information in [Nutanix Users](https://www.nutanix.dev/api_references/prism-central-v3/#/e7c2691629db9-create-a-new-user). diff --git a/website/docs/r/user_groups.html.markdown b/website/docs/r/user_groups.html.markdown index 92ff6e872..5b5adbe2c 100644 --- a/website/docs/r/user_groups.html.markdown +++ b/website/docs/r/user_groups.html.markdown @@ -70,3 +70,5 @@ The metadata attribute exports the following: * `spec_hash`: - Hash of the spec. This will be returned from server. * `name`: - subnet name. * `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. + +See detailed information in [Nutanix User Groups](https://www.nutanix.dev/api_references/prism-central-v3/#/2fb233cea33f8-add-a-user-group). diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index 353580b5c..cf31928b5 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -91,7 +91,7 @@ The following arguments are supported: * `guest_customization_cloud_init_custom_key_values`: - (Optional) Generic key value pair used for custom attributes in cloud init. * `guest_customization_is_overridable`: - (Optional) Flag to allow override of customization by deployer. * `guest_customization_sysprep`: - (Optional) VM guests may be customized at boot time using one of several different methods. Currently, cloud-init w/ ConfigDriveV2 (for Linux VMs) and Sysprep (for Windows VMs) are supported. Only ONE OF sysprep or cloud_init should be provided. Note that guest customization can currently only be set during VM creation. Attempting to change it after creation will result in an error. Additional properties can be specified. For example - in the context of VM template creation if \"override_script\" is set to \"True\" then the deployer can upload their own custom script. -* `guest_customization_sysprep_custom_key_values`: - (Optional) Generic key value pair used for custom attributes in sysrep. +* `guest_customization_sysprep_custom_key_values`: - (Optional) Generic key value pair used for custom attributes in sysprep. * `should_fail_on_script_failure`: - (Optional) Extra configs related to power state transition. Indicates whether to abort ngt shutdown/reboot if script fails. * `enable_script_exec`: - (Optional) Extra configs related to power state transition. Indicates whether to execute set script before ngt shutdown/reboot. * `power_state_mechanism`: - (Optional) Indicates the mechanism guiding the VM power state transition. Currently used for the transition to \"OFF\" state. Power state mechanism (ACPI/GUEST/HARD). @@ -111,7 +111,6 @@ The disk_list attribute supports the following: * `disk_size_mib` - Size of the disk in MiB. Must match the size specified in 'disk_size_bytes' - rounded up to the nearest MiB - when that field is present. * `device_properties` - Properties to a device. * `data_source_reference` - Reference to a data source. -* `volume_group_reference` - Reference to a volume group. The disk_size (the disk size_mib and the disk_size_bytes attributes) is only honored by creating an empty disk. When you are creating from an image, the size is ignored and the disk becomes the size of the image from which it was cloned. In VM creation, you can't set either disk size_mib or disk_size_bytes when you set data_source_reference but, you can update the disk_size after creation (second apply). @@ -242,13 +241,13 @@ The categories attribute supports the following: ### Reference -The `project_reference`, `owner_reference`, `availability_zone_reference`, `network_function_chain_reference`, `data_source_reference`, `volume_group_reference` attributes supports the following: +The `project_reference`, `owner_reference`, `availability_zone_reference`, `network_function_chain_reference`, `data_source_reference` attributes supports the following: * `kind`: - The kind name (Default value: project)(Required). * `name`: - the name(Optional). * `uuid`: - the UUID(Required). -See detailed information in [Nutanix Virtual Machine](http://developer.nutanix.com/reference/prism_central/v3/#vms). +See detailed information in [Nutanix Virtual Machine](https://www.nutanix.dev/api_references/prism-central-v3/#/78eec1e3c0224-create-a-new-vm). ## Import Nutanix Virtual machines can be imported using the `UUID` eg, diff --git a/website/docs/r/vpc.html.markdown b/website/docs/r/vpc.html.markdown index eeb3818b8..40256289f 100644 --- a/website/docs/r/vpc.html.markdown +++ b/website/docs/r/vpc.html.markdown @@ -103,4 +103,6 @@ The metadata attribute exports the following: * `spec_version`: - Version number of the latest spec. * `spec_hash`: - Hash of the spec. This will be returned from server. * `name`: - subnet name. -* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. \ No newline at end of file +* `should_force_translate`: - Applied on Prism Central only. Indicate whether force to translate the spec of the fanout request to fit the target cluster API schema. + +See detailed information in [Nutanix VPC](https://www.nutanix.dev/api_references/prism-central-v3/#/1b537be26b12f-create-a-new-vpc).