Available plans to create the Tone Analyzer service in IBM Cloud
up vote
2
down vote
favorite
I tried to create the Tone Analyzer service in IBM Cloud using
cf create-service tone_analyzer beta rtt-tone-analyzer
but I got "Could not find plan with name beta".
What is the correct cf command or service plan?
ibm-cloud ibm-watson
New contributor
add a comment |
up vote
2
down vote
favorite
I tried to create the Tone Analyzer service in IBM Cloud using
cf create-service tone_analyzer beta rtt-tone-analyzer
but I got "Could not find plan with name beta".
What is the correct cf command or service plan?
ibm-cloud ibm-watson
New contributor
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I tried to create the Tone Analyzer service in IBM Cloud using
cf create-service tone_analyzer beta rtt-tone-analyzer
but I got "Could not find plan with name beta".
What is the correct cf command or service plan?
ibm-cloud ibm-watson
New contributor
I tried to create the Tone Analyzer service in IBM Cloud using
cf create-service tone_analyzer beta rtt-tone-analyzer
but I got "Could not find plan with name beta".
What is the correct cf command or service plan?
ibm-cloud ibm-watson
ibm-cloud ibm-watson
New contributor
New contributor
edited Nov 19 at 12:12
data_henrik
8,34711030
8,34711030
New contributor
asked Nov 19 at 11:59
lio
142
142
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
You can find information about the Tone Analyzer in the IBM Cloud Catalog. There is a Lite, Standard and Premium plan available. Those plans can be specified in the create-service
command.
As an alternative, you could use the inofficial tool mycatalog, select the Tone Analyzer service, click on the CLI link. It brings up the possible CLI commands to create the different services. Here is the syntax for the free Lite plan.
ibmcloud cf create-service tone-analyzer lite <service-name>
Because most services are IAM-controlled, the Cloud Foundry-related syntax above should be replaced with the general resource command:
ibmcloud resource service-instance-create <service-name> tone-analyzer lite <region>
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What aboutibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?
– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
|
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You can find information about the Tone Analyzer in the IBM Cloud Catalog. There is a Lite, Standard and Premium plan available. Those plans can be specified in the create-service
command.
As an alternative, you could use the inofficial tool mycatalog, select the Tone Analyzer service, click on the CLI link. It brings up the possible CLI commands to create the different services. Here is the syntax for the free Lite plan.
ibmcloud cf create-service tone-analyzer lite <service-name>
Because most services are IAM-controlled, the Cloud Foundry-related syntax above should be replaced with the general resource command:
ibmcloud resource service-instance-create <service-name> tone-analyzer lite <region>
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What aboutibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?
– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
|
show 1 more comment
up vote
2
down vote
You can find information about the Tone Analyzer in the IBM Cloud Catalog. There is a Lite, Standard and Premium plan available. Those plans can be specified in the create-service
command.
As an alternative, you could use the inofficial tool mycatalog, select the Tone Analyzer service, click on the CLI link. It brings up the possible CLI commands to create the different services. Here is the syntax for the free Lite plan.
ibmcloud cf create-service tone-analyzer lite <service-name>
Because most services are IAM-controlled, the Cloud Foundry-related syntax above should be replaced with the general resource command:
ibmcloud resource service-instance-create <service-name> tone-analyzer lite <region>
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What aboutibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?
– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
|
show 1 more comment
up vote
2
down vote
up vote
2
down vote
You can find information about the Tone Analyzer in the IBM Cloud Catalog. There is a Lite, Standard and Premium plan available. Those plans can be specified in the create-service
command.
As an alternative, you could use the inofficial tool mycatalog, select the Tone Analyzer service, click on the CLI link. It brings up the possible CLI commands to create the different services. Here is the syntax for the free Lite plan.
ibmcloud cf create-service tone-analyzer lite <service-name>
Because most services are IAM-controlled, the Cloud Foundry-related syntax above should be replaced with the general resource command:
ibmcloud resource service-instance-create <service-name> tone-analyzer lite <region>
You can find information about the Tone Analyzer in the IBM Cloud Catalog. There is a Lite, Standard and Premium plan available. Those plans can be specified in the create-service
command.
As an alternative, you could use the inofficial tool mycatalog, select the Tone Analyzer service, click on the CLI link. It brings up the possible CLI commands to create the different services. Here is the syntax for the free Lite plan.
ibmcloud cf create-service tone-analyzer lite <service-name>
Because most services are IAM-controlled, the Cloud Foundry-related syntax above should be replaced with the general resource command:
ibmcloud resource service-instance-create <service-name> tone-analyzer lite <region>
answered Nov 19 at 12:10
data_henrik
8,34711030
8,34711030
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What aboutibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?
– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
|
show 1 more comment
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What aboutibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?
– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
Hi, I tried this option unfortunately without success: 1.cf create Tone Analyzer-ss tone-analyzer lite Dallas 2.cf create tone-analyzer lite Dallas 3.ibmcloud resource service-instance-create Tone Analyzer-ss tone-analyzer lite Dallas what I did wrong? thanks
– lio
2 days ago
What about
ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?– data_henrik
2 days ago
What about
ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south
?– data_henrik
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
maybe I did something wrong, I opened the cmd type: C:Projectsmoods>cf create-service Tone-Analyzer-ss tone-analyzer lite us-south FAILED C:Projectsmoods>ibmcloud resource service-instance-create Tone-Analyzer-ss tone-analyzer lite us-south but is still not work
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
I already installed the IBM Cloud Cli, and I used the regular cmd of windows, I fill little silly but there are unique cmd for IBM Cloud Cli? if the answer is yes, please tell me where I can find it? thank you so much
– lio
2 days ago
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
Using the CLI is a different question / discussion. Let's clean up the comments and if there is need, open questions on using the CLI on Windows.
– data_henrik
yesterday
|
show 1 more comment
lio is a new contributor. Be nice, and check out our Code of Conduct.
lio is a new contributor. Be nice, and check out our Code of Conduct.
lio is a new contributor. Be nice, and check out our Code of Conduct.
lio is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53374184%2favailable-plans-to-create-the-tone-analyzer-service-in-ibm-cloud%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown