Skip to content

Commit

Permalink
Created script and executed for fix all tags in all files for change …
Browse files Browse the repository at this point in the history
…to lowercase
  • Loading branch information
edsonarios committed Jan 17, 2022
1 parent 2c57e45 commit c9b9a92
Show file tree
Hide file tree
Showing 124 changed files with 352 additions and 242 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ $RECYCLE.BIN/
# OSX
.DS_Store
._.DS_Store

# Files NodeJs
node_modules
package-lock.json
2 changes: 1 addition & 1 deletion content/go/Metric_Tracking_Object_services.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ classes:
- "SoftLayer_Virtual_Guest"
- "SoftLayer_Metric_Tracking_Object"
tags:
- "Metric Tracking Object "
- "metric tracking object "
---

# Setup
Expand Down
6 changes: 3 additions & 3 deletions content/go/account_disk_usage_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: "Get the disk usage metrics for the most recent 24 hours. Also
demonstrates how to pass datetime values to the API"
date: "2016-09-19"
tags:
- "Account"
- "DateTime"
- "getDiskUsageMetricDataByDate"
- "account"
- "datetime"
- "getdiskusagemetricdatabydate"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/createVsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "Creates a new virtual server (VSI) and demonstrates the many optio
date: "2016-11-07"
classes: ["SoftLayer_Virtual_Guest"]
tags:
- "virtualGuests"
- "CreateObject"
- "virtualguests"
- "createobject"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "This example shows how to handle specific errors (e.g., 404)
by type-asserting the returned error and inspecting its fields."
date: "2016-09-19"
tags:
- "VirtualGuest"
- "Errors"
- "virtualguest"
- "errors"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/execute_remote_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ usage of Id() to specify the object to act on, as well as how to pass
parameters (script URL) to a service method"
date: "2016-09-19"
tags:
- "VirtualGuest"
- "virtualguest"
- "objectid"
- "parameters"
- "executeRemoteScript"
- "executeremotescript"
---

```go
Expand Down
2 changes: 1 addition & 1 deletion content/go/listvsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "A Go example to list Virtual Guests on an account."
date: "2016-11-07"
classes: ["SoftLayer_Account"]
tags:
- "virtualGuests"
- "virtualguests"
---

```go
Expand Down
2 changes: 1 addition & 1 deletion content/go/notification_ocurrent_events.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: "2021-18-01"
classes:
- "SoftLayer_Notification_Occurrence_Event"
tags:
- "Notification Ocurrence Event "
- "notification ocurrence event "
---

# Setup
Expand Down
6 changes: 3 additions & 3 deletions content/go/os_reference_codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "Get Operating System Reference Codes"
description: "Retrieve Virtual Guest creation options, and print a list of available OS reference codes"
date: "2016-09-19"
tags:
- "VirtualGuest"
- "getCreateObjectOptions"
- "operatingSystemReferenceCode"
- "virtualguest"
- "getcreateobjectoptions"
- "operatingsystemreferencecode"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/placement_group.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ classes:
- "SoftLayer_Account"
tags:
- "order"
- "Account"
- "Virtual"
- "account"
- "virtual"
---

Create Placement Group
Expand Down
4 changes: 2 additions & 2 deletions content/go/sshkey_lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "Look up information about an SSH key by its label. Demonstrates
how to use the SDK's filter utility to apply an objectFilter to limit a result set"
date: "2016-09-19"
tags:
- "Account"
- "SshKey"
- "account"
- "sshkey"
- "filter"
---

Expand Down
4 changes: 2 additions & 2 deletions content/go/user_customer_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "Manage (Create, Add Permissions, Delete) User"
description: "Example application which 1) creates a user, 2) Adds some portal permissions, and 3) Deletes the user"
date: "2016-09-19"
tags:
- "UserCustomer"
- "addBulkPortalPermissions"
- "usercustomer"
- "addbulkportalpermissions"
---

```go
Expand Down
2 changes: 1 addition & 1 deletion content/go/vm_cancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Cancel a virtual guest"
description: "Example of how to cancel a virtual guest."
date: "2016-09-19"
tags:
- "VirtualGuest"
- "virtualguest"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/vm_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "List Account VMs"
description: "Basic example showing how to get a list of Virtual Guests under an account"
date: "2016-09-19"
tags:
- "VirtualGuest"
- "getVirtualGuests"
- "virtualguest"
- "getvirtualguests"
---

```go
Expand Down
2 changes: 1 addition & 1 deletion content/go/vm_provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Provision a virtual guest"
description: "Example of provisioning a virtual guest from a template object."
date: "2016-09-19"
tags:
- "VirtualGuest"
- "virtualguest"
---

```go
Expand Down
4 changes: 2 additions & 2 deletions content/go/vm_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "This example demonstrates the use of helper functions that
simplify the process of placing a virtual guest upgrade order"
date: "2016-09-19"
tags:
- "VirtualGuest"
- "UpgradeVirtualGuest"
- "virtualguest"
- "upgradevirtualguest"
---

```go
Expand Down
2 changes: 1 addition & 1 deletion content/java/Virtual_Host_Services.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ classes:
- "SoftLayer_Account"
- "SoftLayer_Virtual_Host"
tags:
- "Virtual_Host"
- "virtual_host"
---

```java
Expand Down
2 changes: 1 addition & 1 deletion content/java/lbaasLoadBalancer.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ date: "2020-07-08"
classes:
- "SoftLayer_Network_LBaaS_LoadBalancer"
tags:
- "LBaaS_LoadBalancer"
- "lbaas_loadbalancer"
---

[Lbaas_LoadBalancer](https://sldn.softlayer.com/reference/services/SoftLayer_Network_LBaaS_LoadBalancer/)
Expand Down
2 changes: 1 addition & 1 deletion content/java/network_pod.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ date: "2020-06-09"
classes:
- "SoftLayer_Network_Pod"
tags:
- "Network_Pod"
- "network_pod"
---

[Network_Pod](https://https://sldn.softlayer.com/reference/services/SoftLayer_Network_Pod/)
Expand Down
4 changes: 2 additions & 2 deletions content/java/placementGroup.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ classes:
- "SoftLayer_Account"
tags:
- "order"
- "Account"
- "Virtual"
- "account"
- "virtual"
---

Create Placement Group
Expand Down
2 changes: 1 addition & 1 deletion content/java/productPackage.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: "2020-06-24"
classes:
- "SoftLayer_Product_Package"
tags:
- "Product_Package"
- "product_package"
---

[Product_Package](https://https://sldn.softlayer.com/reference/services/SoftLayer_Product_Package/)
Expand Down
2 changes: 1 addition & 1 deletion content/perl/cancelitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Invoke cancelService to cancel an item by Billing ID"
date: "2016-01-06"
classes: ["SoftLayer_Billing_Item"]
tags:
- "cancelService"
- "cancelservice"
- "billing"
---

Expand Down
2 changes: 1 addition & 1 deletion content/perl/getassociatedid.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "You can use getAssociatedBillingItem or getAssociatedParent along
date: "2016-01-06"
classes: ["SoftLayer_Billing_Item"]
tags:
- "getAssociatedBillingItem"
- "getassociatedbillingitem"
- "billing"
---

Expand Down
4 changes: 2 additions & 2 deletions content/perl/monthtodatecost.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: "Returns the month to date cost of an hourly VSI using getBillingIt
date: "2016-01-06"
classes: ["SoftLayer_Virtual_Guest"]
tags:
- "objectMask"
- "objectmask"
- "billing"
- "getBillingItem"
- "getbillingitem"
---

```perl
Expand Down
2 changes: 1 addition & 1 deletion content/php/add_remove_from_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Adding and removing Virtual Guests and Bare Metal Servers in an ex
date: "2016-04-28"
classes: ["SoftLayer_Network_Bandwidth_Version1_Allotment"]
tags:
- "BandwidthPool"
- "bandwidthpool"
- "bandwidth"
---

Expand Down
2 changes: 1 addition & 1 deletion content/php/cancelservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Use cancelService to cancel am item or service."
date: "2016-01-29"
classes: ["SoftLayer_Billing_Item"]
tags:
- "cancelService"
- "cancelservice"
- "billing"
---

Expand Down
4 changes: 2 additions & 2 deletions content/php/createSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: "2016-08-11"
classes: ["SoftLayer_Network_Storage_Iscsi"]
tags:
- "iscsi"
- "blockStorage"
- "objectMask"
- "blockstorage"
- "objectmask"
---

Trigger a manual snapshot creation of a Block storage volume.
Expand Down
4 changes: 2 additions & 2 deletions content/php/enableSnapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "Create a snapshot schedule for Endurance storage."
date: "2016-08-23"
classes: ["SoftLayer_Network_Storage"]
tags:
- "enableSnapshots"
- "blockStorage"
- "enablesnapshots"
- "blockstorage"
---

This method is not valid for Legacy iSCSI Storage Volumes. You need to have already purchased snapshot space for the script to work properly.
Expand Down
4 changes: 2 additions & 2 deletions content/php/get_invoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ classes: ["SoftLayer_Account"]
tags:
- "billing"
- "invoice"
- "objectMask"
- "objectFilter"
- "objectmask"
- "objectfilter"
---


Expand Down
4 changes: 2 additions & 2 deletions content/php/get_invoice_top_level_items.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: "2015-05-24"
classes: ["SoftLayer_Brand", "SoftLayer_Account", "SoftLayer_Billing_Invoice"]
tags:
- "billing"
- "objectFilter"
- "objectMask"
- "objectfilter"
- "objectmask"
- "invoice"
- "brand"
---
Expand Down
2 changes: 1 addition & 1 deletion content/php/get_ipmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: "2016-08-22"
classes:
- "SoftLayer_Account"
tags:
- "IPMI"
- "ipmi"
- "dedicated"
- "auth"
---
Expand Down
4 changes: 2 additions & 2 deletions content/php/orderFirewalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ classes:
tags:
- "ordering"
- "firewall"
- "placeOrder"
- "FortiGate"
- "placeorder"
- "fortigate"
- "security"
---

Expand Down
2 changes: 1 addition & 1 deletion content/php/orderSSLCert.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classes:
tags:
- "ordering"
- "ssl"
- "placeOrder"
- "placeorder"
---

#### Generating a CSR
Expand Down
2 changes: 1 addition & 1 deletion content/php/order_vyatta.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ classes: ["SoftLayer_Product_Order"]
tags:
- "ordering"
- "vyatta"
- "placeOrder"
- "placeorder"
- "deprecated"
---

Expand Down
4 changes: 2 additions & 2 deletions content/php/storage_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: "2016-08-10"
classes: ["SoftLayer_Network_Storage_Iscsi"]
tags:
- "iscsi"
- "blockStorage"
- "objectMask"
- "blockstorage"
- "objectmask"
---


Expand Down
6 changes: 3 additions & 3 deletions content/python/EnduranceReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ tags:
- "replication"
- "snapshot"
- "storage"
- "objectFilter"
- "objectMask"
- "enableSnapshots"
- "objectfilter"
- "objectmask"
- "enablesnapshots"
---

Some good starting reading.
Expand Down
8 changes: 4 additions & 4 deletions content/python/attach_disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: "Attaching and detaching secondary block devices on Virtual Guests"
date: "2016-03-03"
classes: ["SoftLayer_Virtual_Guest"]
tags:
- "attachDiskImage"
- "detachDiskImage"
- "getPortableStorageVolumes"
- "checkHostDiskAvailability"
- "attachdiskimage"
- "detachdiskimage"
- "getportablestoragevolumes"
- "checkhostdiskavailability"
---

Attaching a currently detached portable block device to a given guest. The disk image will need to be migrated to the host the guest is on, so make sure to check if that host has enough disk space (with checkHostDiskAvailability) before attaching. This is only required for guests with local storage guests. SAN based guests don't need that step.
Expand Down
4 changes: 2 additions & 2 deletions content/python/bandwidthPoolsAndSubnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ classes:
- "SoftLayer_Network_Bandwidth_Version"
- "SoftLayer_Network_Subnet"
tags:
- "objectMask"
- "objectFilter"
- "objectmask"
- "objectfilter"
- "subnet"
- "bandwidthpools"
---
Expand Down
Loading

0 comments on commit c9b9a92

Please sign in to comment.