You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/cims/GetCsiNumber.go.html to see an example of how to use GetCsiNumber API.
Copy file name to clipboardExpand all lines: cims/create_account_item_details.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import (
21
21
)
22
22
23
23
// CreateAccountItemDetails Details about the issue that the account support ticket relates to. Avoid entering confidential information.
24
+
// For information about `ACCOUNT` support tickets, see Creating a Billing Support Request (https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm).
Copy file name to clipboardExpand all lines: cims/create_limit_item_details.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import (
21
21
)
22
22
23
23
// CreateLimitItemDetails Details about the service limit increase request. Avoid entering confidential information.
24
+
// For information about `LIMIT` support tickets, see Creating a Service Limit Increase Request (https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm).
Copy file name to clipboardExpand all lines: cims/create_tech_support_item_details.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import (
21
21
)
22
22
23
23
// CreateTechSupportItemDetails Details about the issue that the technical support ticket relates to. Avoid entering confidential information.
24
+
// For information about `TECH` support tickets, see Creating a Technical Support Request (https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm).
0 commit comments