Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default host for NS API to Production #63

Merged
merged 2 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions networkstorageapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Knowledge base articles to help you can be found
<a href='' target='_blank'>here</a>
</span>
<br>
<b>All URLs are relative to (https://api-dev.phoenixnap.com/network-storage/v1/)</b>
<b>All URLs are relative to (https://api.phoenixnap.com/network-storage/v1/)</b>


## Overview
Expand Down Expand Up @@ -81,7 +81,7 @@ ctx = context.WithValue(context.Background(), networkstorageapi.ContextOperation

## Documentation for API Endpoints

All URIs are relative to *https://api-dev.phoenixnap.com/network-storage/v1*
All URIs are relative to *https://api.phoenixnap.com/network-storage/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion networkstorageapi/VERSION.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package networkstorageapi

const SdkVersion = "1.0.0"
const SdkVersion = "1.0.1"
6 changes: 3 additions & 3 deletions networkstorageapi/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ info:
\ API. Use storage networks to expand storage capacity on a private network.\n\
<br>\n<span class='pnap-api-knowledge-base-link'>\nKnowledge base articles to\
\ help you can be found\n<a href='' target='_blank'>here</a>\n</span>\n<br>\n\
<b>All URLs are relative to (https://api-dev.phoenixnap.com/network-storage/v1/)</b>\n"
<b>All URLs are relative to (https://api.phoenixnap.com/network-storage/v1/)</b>\n"
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: https://phoenixnap.com/infrastructure-solutions/legal-it/privacy-shield-compliant-privacy-policy
title: Network Storage API
version: "1.0"
servers:
- url: https://api-dev.phoenixnap.com/network-storage/v1
- url: https://api.phoenixnap.com/network-storage/v1
security:
- OAuth2:
- networkstorage
Expand Down Expand Up @@ -858,5 +858,5 @@ components:
scopes:
networkstorage: Grants full access to Network Storage API.
networkstorage.read: Grants read only access to Network Storage API.
tokenUrl: https://auth-dev.phoenixnap.com/auth/realms/BMC/protocol/openid-connect/token
tokenUrl: https://auth.phoenixnap.com/auth/realms/BMC/protocol/openid-connect/token
type: oauth2
2 changes: 1 addition & 1 deletion networkstorageapi/api_storage_networks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions networkstorageapi/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/docs/StorageNetworksApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# \StorageNetworksApi

All URIs are relative to *https://api-dev.phoenixnap.com/network-storage/v1*
All URIs are relative to *https://api.phoenixnap.com/network-storage/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion networkstorageapi/model_error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_nfs_permissions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_permissions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_storage_network.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_storage_network_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_storage_network_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_volume.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/model_volume_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networkstorageapi/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.