IBM Cloud Docs
Skip to content

IBM Cloud

  • CatalogCatalog
  • Cost EstimatorCost Estimator
    • HelpHelp
      • Docs
  • Log in
  • Sign up

Error

Change theme

This feature is in early stage, some parts of the platform might not fully support different themes yet.

Themes
  1. IBM Cloud Docs
Search results
    Refine your searches with operators: * Use an asterisk (*) in a search string as a placeholder for any missing or wildcard words in a phrase. "" Use quotation marks to search for a phrase (for example, "command line interface"). - Use minus to exclude a word or phrase (for example, account cli -api). Your search must have at least one included word.

    Solution filter:

    Content type

    Product filter:

    Topic type

    Categories

    1-10 of 151 results for サーチエンジンツール 🔍 www.81g.net

    Satellite Connector end-to-end example

    in Satellite

    2024-05-10

    ~/agent/nginx/etc/nginx ~/agent/nginx/www/data Create a file called index.html in ~/agent/nginx/www/data with the following value.Hello from ngnix running at my location.

    https://cloud.ibm.com/docs/satellite?topic=satellite-end-to-end

    Mounting File Storage for Classic in CentOS

    in File Storage - Classic

    2024-07-22

    $ cat data-www.mount [Unit] Description = Mount for Container Storage [Mount] What= Where=/data/www Type=nfs Options=vers=4,sec=sys,noauto [Install] WantedBy = multi-user.target Next, enable the mount and check that it is mounted properly.

    https://cloud.ibm.com/docs/FileStorage?topic=FileStorage-mountingCentOS

    About resource records

    in Domain Name Service

    2020-04-23

    You can create CNAME records for the www host of domain.net that point to www.domain.com. Then, to change the www host of domain.net all you do is modify the A record of www.domain.com to point to its new IP address, and www.domain.net is automatically updated. A common mistake when using this method is that you can accidentally modify the records for several domains when you intend to change only one.

    https://cloud.ibm.com/docs/dns?topic=dns-dns-overview-resource-records

    Exchanging data with functions

    in Code Engine

    2025-02-18

    Python example of an application/x-www-form-urlencoded response: import os def main(args): result_body = "myfolder%20myFile" return { "headers": { "Content-Type": "application/x-www-form-urlencoded", }, "statusCode": 200, "body": result_body, } External response data interface The external data interface definition is derived from standardized HTTP.

    https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-exchanging-data

    Managing domains with the DNS service (ibmcloud sl dns)

    in IBM Cloud CLI

    2024-10-15

    ibmcloud sl dns record-edit ZONE [flags] Command options: --by-id Edit a single record by its ID --by-record Edit by host record, such as www --data Record data, such as an IP address --ttl TTL(Time-To-Live) in seconds, such as: 86400.

    https://cloud.ibm.com/docs/cli?topic=cli-sl-manage-domains

    Managing DNS records

    in DNS Services

    2025-05-08

    For example, if you type www or www.example.com in the Name field, the API handles both entries as www.example.com. If you enter the exact domain name into the name field, then it won't append to itself (for example, example.com is handled as example.com). However, the list of DNS records shows only the names, without the domain name added on. As a result, www.example.com displays as www and example.com as example.com.

    https://cloud.ibm.com/docs/dns-svcs?topic=dns-svcs-managing-dns-records

    PHP web application on a LAMP Stack in VPC

    in Solution Tutorials

    2025-01-02

    /data/ Create a link to the new locationln -s /data/www /var/www Start the Apache serviceservice apache2 start Configure MySQL to use the new /data file system Stop the MySQL serviceservice mysql stop Move the MySQL directory from /var to /datamkdir /data/lib mv /var/lib/mysql /data/lib/ Create a link to the new locationln -s /data/lib/mysql /var/lib/mysql Add an alias of the new location

    https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-lamp-stack-on-vpc

    Setting up the API

    in Schematics

    2025-04-07

    Input parameters Values Header :Content-Type: application/x-www-form-urlencoded:Authorization: Basic Yng6Yng= Yng6Yng= equals the URL-encoded authorization for the username bx and the password bx. Body when using the refresh token :grant_type: refresh_token:response_type: cloud_iam uaa:refresh_token: Your IBM Cloud IAM refresh token.

    https://cloud.ibm.com/docs/schematics?topic=schematics-setup-api

    Custom identity

    in App ID

    2025-05-01

    Post /token Content-Type: application/x-www-from-urlencoded grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer assertion= scope="" Required request variables Variable Description Content-type applications/x-www-from-urlencoded grant_type urn:ietf:params:oauth:grant-type:jwt-bearer assertion A JWS payload string.

    https://cloud.ibm.com/docs/appid?topic=appid-custom-auth

    Developing an authentication flow for your service

    in Selling on IBM Cloud

    2024-11-26

    POST request to the token endpoint To obtain an access token, you must include the following headers and parameters: Headers Authorization: Basic [client id]:[client secret] Content-Type: application/x-www-form-urlencoded Accept: application/json Parameters Mandatory grant_type=authorization_code response_type=cloud_iam redirect_uri=[this parameter

    https://cloud.ibm.com/docs/sell?topic=sell-develop-auth
    • $Previous
    • 1
    • 2
    • 3
    • 16
    • $Next
    Privacy statement
    Terms of Use
    Accessibility
    Glossary
    Submitting feedback